2026-03-26 14:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 14: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-26 14:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-26 14:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 14:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 14:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 14:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 14:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 00c5ee0f9b6ae378
2026-03-26 14: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-26 14: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-26T14_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-26 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 14: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-26 14:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 14: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-26 14:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-26 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 14:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-26 14:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 14:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-26 14: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-26 14:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 14:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 14: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-26 14: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-26 14:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 14:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 14:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 14:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-26 14:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 14:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 14:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 14:30:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 14:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 14:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 14:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-26 14: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-26 14: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-26 14: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-26 14: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-26 14: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-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14: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-26 14: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-26 14:30:13 [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-26 14:30:13 [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-26 14:30:13 [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-26 14:30:13 [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-26 14:30:13 [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-26 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:13 [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-26 14:30:13 [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-26 14:30:13 [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-26 14: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-26 14: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-26 14: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-26 14: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-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=860256d3> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 14: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-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=860256d3>
2026-03-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-26 14: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-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=860256d3>
2026-03-26 14: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-26 14: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-26 14: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-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=860256d3>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-26 14:30:14 [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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 14: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-26 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-26 14: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-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 14: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-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2473> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1554053902.1774535415>m=45je63o1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-26 14: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=1554053902.1774535415>m=45je63o1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&z=30375043> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=358456591&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1194418909&gjid=963665345&cid=1554053902.1774535415&tid=UA-73443533-1&_gid=519882368.1774535415&_r=1&_slc=1&z=236929113> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:15 [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-26 14:30:15 [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-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=358456591&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1194418909&gjid=963665345&cid=1554053902.1774535415&tid=UA-73443533-1&_gid=519882368.1774535415&_r=1&_slc=1&z=236929113>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&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=1774534400&ep.url=%2Fsearch&ep.eventName=search&_et=16&tfd=2711> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=200&tfd=2764> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14: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-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774535415552&tfd=2806> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2473>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=200&tfd=2764>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-26 14: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=860256d3)
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-26 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535415890&cv=11&fst=1774535415890&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:15 [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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535415913&tfd=3166> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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-26 14:30:15 [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=1554053902.1774535415>m=45je63o1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&z=30375043>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774535100000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-26 14:30:16 [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-26 14:30:16 [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-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-26 14:30:16 [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-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774535100000/5441429.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-26 14:30:16 [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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774535415552&tfd=2806>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&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=1774534400&ep.url=%2Fsearch&ep.eventName=search&_et=16&tfd=2711>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-26 14:30:16 [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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535415913&tfd=3166>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=9d89c5ca4e5749deab1b5585e4416ad7&traceId=9d89c5ca4e5749deab1b5585e4416ad7> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://m.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:17 [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-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://m.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997015/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/2/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14: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-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997036/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997057/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997076/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [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-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535415890&cv=11&fst=1774535415890&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/2/logo.png>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997015/photo_001/260x0__r.jpg>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14: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-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535415890&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9rsqZv3lOeQuOEtjf2aLi6i6tQzbg6TrORjb0qhuNCotr74v8lw6V1XZViRjcI0fceFmH921KrYJip-f8xIPgNN49l4FdDR0abD8_&random=778978857&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535415890&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9rsqZv3lOeQuOEtjf2aLi6i6tQzbg6TrORjb0qhuNCotr74v8lw6V1XZViRjcI0fceFmH921KrYJip-f8xIPgNN49l4FdDR0abD8_&random=778978857&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1554053902.1774535415>m=45je63o1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997036/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=9d89c5ca4e5749deab1b5585e4416ad7&traceId=9d89c5ca4e5749deab1b5585e4416ad7>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997057/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997076/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001587/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001588/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001589/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001591/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001593/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001594/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001595/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001596/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001598/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://m.clarity.ms/collect>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001599/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001602/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001601/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001604/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001605/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001606/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001603/photo_001/260x0__r.jpg>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://m.clarity.ms/collect>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535415890&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9rsqZv3lOeQuOEtjf2aLi6i6tQzbg6TrORjb0qhuNCotr74v8lw6V1XZViRjcI0fceFmH921KrYJip-f8xIPgNN49l4FdDR0abD8_&random=778978857&rmt_tld=1&ipr=y>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535415890&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9rsqZv3lOeQuOEtjf2aLi6i6tQzbg6TrORjb0qhuNCotr74v8lw6V1XZViRjcI0fceFmH921KrYJip-f8xIPgNN49l4FdDR0abD8_&random=778978857&rmt_tld=0&ipr=y>
2026-03-26 14: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=1774535418275&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=860256d3> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=860256d3>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=860256d3>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=860256d3>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=860256d3>
2026-03-26 14: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=860256d3)
2026-03-26 14: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=860256d3)
2026-03-26 14:30:18 [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=1774535418668&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 14: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=1774535418275&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15>
2026-03-26 14:30:18 [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=1774535418668&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15>
2026-03-26 14:30:18 [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=1774535418929&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256z8811692034za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=39&tfd=6228> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535418978&cv=11&fst=1774535418978&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774535418992&tfd=6246> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535418993&tfd=6246> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256z8811692034za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&sid=1774535415&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=39&tfd=6228>
2026-03-26 14: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=1774535419142&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774535418992&tfd=6246>
2026-03-26 14: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=1774535418929&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15>
2026-03-26 14: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-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&uid=0&sid=1774535415&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=1774534400&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=3456&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6459> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535419209&cv=11&fst=1774535419209&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535419221&tfd=6475> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535418993&tfd=6246>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535418978&cv=11&fst=1774535418978&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535418978&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9gtrIYx-e6bDsE_rtoOOdcAqZRYTMLgeujqLMgsIJrVVpln5MCgk-Mi2cH6WB3I-JRDs7OFFSDn4tRdh7KW4V7GY_U9mF90Zm3lE0rg5qlBNzh_goxaivjbI&random=2067914827&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535418978&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9gtrIYx-e6bDsE_rtoOOdcAqZRYTMLgeujqLMgsIJrVVpln5MCgk-Mi2cH6WB3I-JRDs7OFFSDn4tRdh7KW4V7GY_U9mF90Zm3lE0rg5qlBNzh_goxaivjbI&random=2067914827&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&uid=0&sid=1774535415&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=1774534400&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=3456&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6459>
2026-03-26 14: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=1774535419142&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535419209&cv=11&fst=1774535419209&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535419209&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9oIJstVxIj73YFVzP1e2FQ5KxeP_PhUWcAhzjXAQ9u6UNLBTAatLX_kgKrgY_1SJVLbhbqc7FNok6093whsHDwPNvjaquY_ushAB73MPts3MJ21YgdO35bHo&random=614250770&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535419209&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9oIJstVxIj73YFVzP1e2FQ5KxeP_PhUWcAhzjXAQ9u6UNLBTAatLX_kgKrgY_1SJVLbhbqc7FNok6093whsHDwPNvjaquY_ushAB73MPts3MJ21YgdO35bHo&random=614250770&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535419221&tfd=6475>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://m.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535418978&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9gtrIYx-e6bDsE_rtoOOdcAqZRYTMLgeujqLMgsIJrVVpln5MCgk-Mi2cH6WB3I-JRDs7OFFSDn4tRdh7KW4V7GY_U9mF90Zm3lE0rg5qlBNzh_goxaivjbI&random=2067914827&rmt_tld=1&ipr=y>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535419209&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9oIJstVxIj73YFVzP1e2FQ5KxeP_PhUWcAhzjXAQ9u6UNLBTAatLX_kgKrgY_1SJVLbhbqc7FNok6093whsHDwPNvjaquY_ushAB73MPts3MJ21YgdO35bHo&random=614250770&rmt_tld=1&ipr=y>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535418978&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9gtrIYx-e6bDsE_rtoOOdcAqZRYTMLgeujqLMgsIJrVVpln5MCgk-Mi2cH6WB3I-JRDs7OFFSDn4tRdh7KW4V7GY_U9mF90Zm3lE0rg5qlBNzh_goxaivjbI&random=2067914827&rmt_tld=0&ipr=y>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535419209&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9oIJstVxIj73YFVzP1e2FQ5KxeP_PhUWcAhzjXAQ9u6UNLBTAatLX_kgKrgY_1SJVLbhbqc7FNok6093whsHDwPNvjaquY_ushAB73MPts3MJ21YgdO35bHo&random=614250770&rmt_tld=0&ipr=y>
2026-03-26 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://m.clarity.ms/collect>
2026-03-26 14: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-26 14: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-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14: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-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005063/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/179/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005038/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005040/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005039/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005037/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005035/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005036/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005034/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005032/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005029/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005030/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005028/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005027/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005024/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005025/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005026/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 14:30:20 [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-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_000/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/179/logo.png>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005063/photo_000/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_000/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_000/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005038/photo_001/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005040/photo_001/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_000/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005039/photo_001/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005037/photo_001/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005036/photo_001/260x0__r.jpg>
2026-03-26 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005035/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005034/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005032/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005029/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005030/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005028/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005024/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005027/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005025/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005026/photo_001/260x0__r.jpg>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-26 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-26 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://m.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://m.clarity.ms/collect>
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&uid=0&sid=1774535415&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=1774534400&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=226&tfd=11460> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za200zd871189256&_p=1774535414254&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1554053902.1774535415&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252&uid=0&sid=1774535415&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=1774534400&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=226&tfd=11460>
2026-03-26 14: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=1774535424464&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535424503&cv=11&fst=1774535424503&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535424519&tfd=11774> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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=1774535424464&vi=f2507f7adffdd45bc8d7418ea3196a0f&nc=true&u=129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1&b=129379155.1.1774535418274&cc=15>
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535424503&cv=11&fst=1774535424503&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535424503&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9XtxqLhlL28exxva40pQvzVaVUD3gikXjl5boJtwbbHKttkFCMmuBVwxRyUIcfSY8S2dIfIZxIuYVCyvmsQB-p09VX-P4cDP7j9l0D42MiIWX1UsiNKoBOb8&random=2324974257&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535424503&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9XtxqLhlL28exxva40pQvzVaVUD3gikXjl5boJtwbbHKttkFCMmuBVwxRyUIcfSY8S2dIfIZxIuYVCyvmsQB-p09VX-P4cDP7j9l0D42MiIWX1UsiNKoBOb8&random=2324974257&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535424519&tfd=11774>
2026-03-26 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535424503&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9XtxqLhlL28exxva40pQvzVaVUD3gikXjl5boJtwbbHKttkFCMmuBVwxRyUIcfSY8S2dIfIZxIuYVCyvmsQB-p09VX-P4cDP7j9l0D42MiIWX1UsiNKoBOb8&random=2324974257&rmt_tld=0&ipr=y>
2026-03-26 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535424503&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9XtxqLhlL28exxva40pQvzVaVUD3gikXjl5boJtwbbHKttkFCMmuBVwxRyUIcfSY8S2dIfIZxIuYVCyvmsQB-p09VX-P4cDP7j9l0D42MiIWX1UsiNKoBOb8&random=2324974257&rmt_tld=1&ipr=y>
2026-03-26 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535426774&cv=11&fst=1774535426774&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535426795&cv=11&fst=1774535426795&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535426809&tfd=14063> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535426810&tfd=14063> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535426809&tfd=14063>
2026-03-26 14: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=830515439.1774535415&dt=Search%20%7C%20eCarsTrade&auid=1298362445.1774535415&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774534400&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774535426810&tfd=14063>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535426774&cv=11&fst=1774535426774&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774535426795&cv=11&fst=1774535426795&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535426774&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9jwMgqSFa5nSmYONjYIiUeBzz3d4PRWJImqsh4Ye_Qrt27GgevlbZy_cR1WoJQC0nus7jsIzfrFjfLpl3zcW5S3_Ak0-sdZz4jtTC3bYFlGUesRL1cYr8SUA&random=971603206&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535426774&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9jwMgqSFa5nSmYONjYIiUeBzz3d4PRWJImqsh4Ye_Qrt27GgevlbZy_cR1WoJQC0nus7jsIzfrFjfLpl3zcW5S3_Ak0-sdZz4jtTC3bYFlGUesRL1cYr8SUA&random=971603206&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774535426795&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9SvlJWsll910hJoF8QiCdhsaEGH11DkjemhUBXO67ElC1fG-7KCtrpc-Q5dJ0WSPHROVj-wsG_Pumz1xW7CziGUKl2ztwYkBsVVBbteJb2G5TxC-qRDN_ZOI&random=2755201269&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535426795&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9SvlJWsll910hJoF8QiCdhsaEGH11DkjemhUBXO67ElC1fG-7KCtrpc-Q5dJ0WSPHROVj-wsG_Pumz1xW7CziGUKl2ztwYkBsVVBbteJb2G5TxC-qRDN_ZOI&random=2755201269&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://m.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535426774&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9jwMgqSFa5nSmYONjYIiUeBzz3d4PRWJImqsh4Ye_Qrt27GgevlbZy_cR1WoJQC0nus7jsIzfrFjfLpl3zcW5S3_Ak0-sdZz4jtTC3bYFlGUesRL1cYr8SUA&random=971603206&rmt_tld=1&ipr=y>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774535426795&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9SvlJWsll910hJoF8QiCdhsaEGH11DkjemhUBXO67ElC1fG-7KCtrpc-Q5dJ0WSPHROVj-wsG_Pumz1xW7CziGUKl2ztwYkBsVVBbteJb2G5TxC-qRDN_ZOI&random=2755201269&rmt_tld=1&ipr=y>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535426774&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9jwMgqSFa5nSmYONjYIiUeBzz3d4PRWJImqsh4Ye_Qrt27GgevlbZy_cR1WoJQC0nus7jsIzfrFjfLpl3zcW5S3_Ak0-sdZz4jtTC3bYFlGUesRL1cYr8SUA&random=971603206&rmt_tld=0&ipr=y>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774535426795&cv=11&fst=1774533600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938469~116024733~116133314~117484252~118128923&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=1298362445.1774535415&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774534400%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=CAQSXgAFq6B9SvlJWsll910hJoF8QiCdhsaEGH11DkjemhUBXO67ElC1fG-7KCtrpc-Q5dJ0WSPHROVj-wsG_Pumz1xW7CziGUKl2ztwYkBsVVBbteJb2G5TxC-qRDN_ZOI&random=2755201269&rmt_tld=0&ipr=y>
2026-03-26 14:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://m.clarity.ms/collect>
2026-03-26 14:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-26 14:30:29 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnRZIxkfdvZRpGJOTEUngy_G7p_tRXtNuHaN9v7cXWoH3wt9cMkGcrEH4oO', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808231419, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777127413, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '3mabm01e6nt4npq78jpasqc9tg', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774564213, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836052213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777127413, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'ed9614d1-0a4b-4b4d-bc5c-1a8d78ae534f', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809095414, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.1554053902.1774535415', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837607415, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.519882368.1774535415', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774621815, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774535475, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1298362445.1774535415', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782311415, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '7d1671ae-5bc4-4aaf-b954-880875243da2', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806071416, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Aae15298a-de2b-4d61-a75e-c6454cce1f04%22%2C%22%24device_id%22%3A%22ae15298a-de2b-4d61-a75e-c6454cce1f04%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': 1806071416, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790087418, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'f2507f7adffdd45bc8d7418ea3196a0f', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790087418, '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.1774535418274', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774537218, '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-26T14%3A30%3A18.688Z%22%2C%22consentId%22%3A%2219bdb2c8-1d5b-4422-975d-61041008bf04%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T14%3A30%3A18.688Z%22%2C%22expirationTime%22%3A1790260218688%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790260218, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"19bdb2c8-1d5b-4422-975d-61041008bf04","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': 1774535720, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774535415$o1$g1$t1774535426$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837607426, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'gtv9lO6VeRcCEZG0Hl5Co9Ne7ZktSh9GI2t1H_bLFas-1774535418-1.0.1.1-rLGNYE0aacBRFu7RROAbF1gmyfEgzxRa99_FSSQA.Uuaab7fwstthJXAsQCWd6SofqPgXtkBGFQsN9Gb.3PwhiFs8Xg2cjiJaCdlhVbp74I', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774537218, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'st0UlUWOzFG3uZdjSpMCW3u_8p6LnkF0YTWqJm2Gcxk-1774535418876-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-26 14:30:29 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnRZIxkfdvZRpGJOTEUngy_G7p_tRXtNuHaN9v7cXWoH3wt9cMkGcrEH4oO', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '3mabm01e6nt4npq78jpasqc9tg', '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': 'ed9614d1-0a4b-4b4d-bc5c-1a8d78ae534f', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.1554053902.1774535415', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.519882368.1774535415', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1298362445.1774535415', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '7d1671ae-5bc4-4aaf-b954-880875243da2', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Aae15298a-de2b-4d61-a75e-c6454cce1f04%22%2C%22%24device_id%22%3A%22ae15298a-de2b-4d61-a75e-c6454cce1f04%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.f2507f7adffdd45bc8d7418ea3196a0f.1774535418274.1774535418274.1774535418274.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'f2507f7adffdd45bc8d7418ea3196a0f', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774535418274', '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-26T14%3A30%3A18.688Z%22%2C%22consentId%22%3A%2219bdb2c8-1d5b-4422-975d-61041008bf04%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T14%3A30%3A18.688Z%22%2C%22expirationTime%22%3A1790260218688%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"19bdb2c8-1d5b-4422-975d-61041008bf04","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.s1774535415$o1$g1$t1774535426$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'gtv9lO6VeRcCEZG0Hl5Co9Ne7ZktSh9GI2t1H_bLFas-1774535418-1.0.1.1-rLGNYE0aacBRFu7RROAbF1gmyfEgzxRa99_FSSQA.Uuaab7fwstthJXAsQCWd6SofqPgXtkBGFQsN9Gb.3PwhiFs8Xg2cjiJaCdlhVbp74I', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'st0UlUWOzFG3uZdjSpMCW3u_8p6LnkF0YTWqJm2Gcxk-1774535418876-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-26 14:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:30:29 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-26 14: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-26 14:30:41 [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-26 14:30:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 6997015auction110980
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997015auction110980%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 6997015auction110980: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 6997036auction110980
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997036auction110980%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 6997036auction110980: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 6997057auction110980
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997057auction110980%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 6997057auction110980: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 6997076auction110980
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997076auction110980%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 6997076auction110980: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001587auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001587auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001587auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001588auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001588auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001588auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001589auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001589auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001589auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001591auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001591auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001591auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001593auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001593auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001593auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001594auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001594auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001594auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001595auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001595auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001595auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001596auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001596auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001596auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001598auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001598auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001598auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001599auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001599auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001599auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001601auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001601auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001601auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001602auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001602auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001602auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001603auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001603auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001603auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001604auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001604auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001604auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001605auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001605auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001605auction111038: 0
2026-03-26 14:30:41 [ecarstrade.be] INFO: Found listing with ID: 7001606auction111038
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001606auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:41 [ecarstrade.be] INFO: Scrape type for 7001606auction111038: 0
2026-03-26 14:30:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001607auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001607auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001607auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001608auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001608auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001608auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001609auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001609auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001609auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001610auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001610auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001610auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001611auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001611auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001611auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001614auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001614auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001614auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001615auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001615auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001615auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001616auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001616auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001616auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001618auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001618auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001618auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001619auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001619auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001619auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001620auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001620auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001620auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001621auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001621auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001621auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001622auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001622auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001622auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001624auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001624auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001624auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001625auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001625auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001625auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001626auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001626auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001626auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001627auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001627auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001627auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001628auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001628auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001628auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001630auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001630auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001630auction111038: 0
2026-03-26 14:30:48 [ecarstrade.be] INFO: Found listing with ID: 7001631auction111038
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001631auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:48 [ecarstrade.be] INFO: Scrape type for 7001631auction111038: 0
2026-03-26 14:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:30:55 [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-26 14:30:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001633auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001633auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001633auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001634auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001634auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001634auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001635auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001635auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001635auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001636auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001636auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001636auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001637auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001637auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001637auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001638auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001638auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001638auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001640auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001640auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001640auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001641auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001641auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001641auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001642auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001642auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001642auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001643auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001643auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001643auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001644auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001644auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001644auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001645auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001645auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001645auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001646auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001646auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001646auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001647auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001647auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001647auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001648auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001648auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001648auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001649auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001649auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001649auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001650auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001650auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001650auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001651auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001651auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:55 [ecarstrade.be] INFO: Scrape type for 7001651auction111038: 0
2026-03-26 14:30:55 [ecarstrade.be] INFO: Found listing with ID: 7001652auction111038
2026-03-26 14:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001652auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:56 [ecarstrade.be] INFO: Scrape type for 7001652auction111038: 0
2026-03-26 14:30:56 [ecarstrade.be] INFO: Found listing with ID: 7001654auction111038
2026-03-26 14:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001654auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:30:56 [ecarstrade.be] INFO: Scrape type for 7001654auction111038: 0
2026-03-26 14:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:03 [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-26 14:31:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001655auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001655auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001655auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001656auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001656auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001656auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001657auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001657auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001657auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001660auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001660auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001660auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001661auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001661auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001661auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001662auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001662auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001662auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001663auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001663auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001663auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001665auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001665auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001665auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001666auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001666auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001666auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001667auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001667auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001667auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001668auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001668auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001668auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001669auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001669auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001669auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001672auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001672auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001673auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001673auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001674auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001674auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001675auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001675auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001677auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001677auction111038: 0
2026-03-26 14:31:03 [ecarstrade.be] INFO: Found listing with ID: 7001678auction111038
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:03 [ecarstrade.be] INFO: Scrape type for 7001678auction111038: 0
2026-03-26 14:31:04 [ecarstrade.be] INFO: Found listing with ID: 7001679auction111038
2026-03-26 14:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:04 [ecarstrade.be] INFO: Scrape type for 7001679auction111038: 0
2026-03-26 14:31:04 [ecarstrade.be] INFO: Found listing with ID: 7001680auction111038
2026-03-26 14:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:04 [ecarstrade.be] INFO: Scrape type for 7001680auction111038: 0
2026-03-26 14:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 14:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 209MiB
2026-03-26 14:31:11 [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-26 14:31:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001682auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001682auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001683auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001683auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001684auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001684auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001685auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001685auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001686auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001686auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001687auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001687auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001688auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001688auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001690auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001690auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001692auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001692auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001693auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001693auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001694auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001694auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001695auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001695auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001697auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001697auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001698auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001698auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001700auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001700auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001701auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001701auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001702auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001702auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001703auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001703auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001704auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001704auction111038: 0
2026-03-26 14:31:11 [ecarstrade.be] INFO: Found listing with ID: 7001706auction111038
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:11 [ecarstrade.be] INFO: Scrape type for 7001706auction111038: 0
2026-03-26 14:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:19 [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-26 14:31:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001707auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001707auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001708auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001708auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001709auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001709auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001710auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001710auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001711auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001711auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001712auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001712auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001714auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001714auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001715auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001715auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001715auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001716auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001716auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001717auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001717auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001718auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001718auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001719auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001719auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001720auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001720auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001721auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001721auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001722auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001722auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001722auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001723auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001723auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001724auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001724auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001725auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001725auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001727auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001727auction111038: 0
2026-03-26 14:31:19 [ecarstrade.be] INFO: Found listing with ID: 7001728auction111038
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:19 [ecarstrade.be] INFO: Scrape type for 7001728auction111038: 0
2026-03-26 14: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-26 14:31:27 [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-26 14:31:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 7001730auction111038
2026-03-26 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:27 [ecarstrade.be] INFO: Scrape type for 7001730auction111038: 0
2026-03-26 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 7001732auction111038
2026-03-26 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:27 [ecarstrade.be] INFO: Scrape type for 7001732auction111038: 0
2026-03-26 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 7001733auction111038
2026-03-26 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:27 [ecarstrade.be] INFO: Scrape type for 7001733auction111038: 0
2026-03-26 14:31:27 [ecarstrade.be] INFO: Found listing with ID: 7001734auction111038
2026-03-26 14:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 7001734auction111038: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6641568stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6642494stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276664136stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6664136stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6666900stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686133stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6686133stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690601stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6690601stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708816stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6708816stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276709582stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6709582stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719179stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6719179stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722712stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6722712stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6723860stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764985stock: 0
2026-03-26 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764996stock: 0
2026-03-26 14:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:35 [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-26 14:31:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6769298stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6769393stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6784515stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6795176stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821040stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6842457stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6854164stock: 2
2026-03-26 14:31:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6878513stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6883181stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6886947stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890019stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890677stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890893stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890893stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890893stock: 0
2026-03-26 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890920stock: 0
2026-03-26 14:31:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:43 [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-26 14:31:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906305stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910287stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910288stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6915770stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917674stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6917674stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6922141stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6928287stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6933640stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933640stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6933640stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6938631stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938631stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6938631stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6939443stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6939506stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939506stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6939506stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939689stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6939689stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-26 14:31:43 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:43 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-26 14:31:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6854164> (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-26 14:31:43 [ecarstrade.be] INFO: Extracting details for car 6854164stock
2026-03-26 14:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-26 14:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-26 14:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-26 14:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f6a0c87-48de-550a-8f18-6285117d5034, identifier: 6854164stock
2026-03-26 14:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-26 14:31:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:31:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-26 14:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock to the API
2026-03-26 14:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:31:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:31:45 [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-26 14:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-26 14:31:45 [ecarstrade.be] INFO: Saving data for 6854164stock: {'created_time': 1772611737.995113, 'last_price_update_time': 1774535505.250918}
2026-03-26 14:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6854164stock') HTTP/1.1" 204 0
2026-03-26 14:32:01 [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-26 14:32:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6960191stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6960191stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6960259stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6960670stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960670stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6960670stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962711stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962711stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962713stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962713stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962714stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962716stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962808stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962808stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962808stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6962855stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962855stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6962855stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963226stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6908964stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6937847stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939652stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6940210stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6941363stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6941452stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:01 [ecarstrade.be] INFO: Scrape type for 6941565stock: 2
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:06 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 7 pages/min), scraped 1 items (at 1 items/min)
2026-03-26 14:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 241MiB
2026-03-26 14:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908964> (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-26 14:32:08 [ecarstrade.be] INFO: Extracting details for car 6908964stock
2026-03-26 14:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-26 14:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-26 14:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-26 14:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5, identifier: 6908964stock
2026-03-26 14:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-26 14:32:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-26 14:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock to the API
2026-03-26 14:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:08 [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-26 14:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276908964stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:08 [ecarstrade.be] INFO: Saving data for 6908964stock: {'created_time': 1774449098.353523, 'last_price_update_time': 1774535528.915595}
2026-03-26 14:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908964stock') HTTP/1.1" 204 0
2026-03-26 14:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941565> (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-26 14:32:09 [ecarstrade.be] INFO: Extracting details for car 6941565stock
2026-03-26 14:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-26 14:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-26 14:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-26 14:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e, identifier: 6941565stock
2026-03-26 14:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-26 14:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-26 14:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock to the API
2026-03-26 14:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:09 [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-26 14:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941565stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:09 [ecarstrade.be] INFO: Saving data for 6941565stock: {'created_time': 1773351788.28592, 'last_price_update_time': 1774535529.786071}
2026-03-26 14:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941565stock') HTTP/1.1" 204 0
2026-03-26 14:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941452> (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-26 14:32:09 [ecarstrade.be] INFO: Extracting details for car 6941452stock
2026-03-26 14:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-26 14: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-26 14:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21909275-8311-538c-b847-03e7c7997953 with scrape type 2
2026-03-26 14:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21909275-8311-538c-b847-03e7c7997953, identifier: 6941452stock
2026-03-26 14:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-26 14:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-26 14:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock to the API
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14: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-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:32:10 [ecarstrade.be] INFO: Saving data for 6941452stock: {'created_time': 1773300772.167097, 'last_price_update_time': 1774535530.327511}
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941363> (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-26 14:32:10 [ecarstrade.be] INFO: Extracting details for car 6941363stock
2026-03-26 14:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-26 14:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-26 14:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-26 14:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a64efde8-fd30-520e-9411-fd9a935bc12e, identifier: 6941363stock
2026-03-26 14:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-26 14:32:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-26 14:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock to the API
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:10 [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-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941363stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:10 [ecarstrade.be] INFO: Saving data for 6941363stock: {'created_time': 1773300766.147692, 'last_price_update_time': 1774535530.928252}
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941363stock') HTTP/1.1" 204 0
2026-03-26 14:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940210> (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-26 14:32:12 [ecarstrade.be] INFO: Extracting details for car 6940210stock
2026-03-26 14:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-26 14:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-26 14:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-26 14:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 721a8477-9b2d-5e43-866c-e8a52945a2d7, identifier: 6940210stock
2026-03-26 14:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-26 14:32:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-26 14:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock to the API
2026-03-26 14:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:13 [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-26 14:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276940210stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:13 [ecarstrade.be] INFO: Saving data for 6940210stock: {'created_time': 1773672100.897258, 'last_price_update_time': 1774535533.39575}
2026-03-26 14:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940210stock') HTTP/1.1" 204 0
2026-03-26 14:32:14 [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-26 14:32:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6941593stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941759stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6941759stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6941847stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276948713stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6948713stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276948720stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276950867stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6950867stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276956822stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6956822stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276961504stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6961504stock: 2
2026-03-26 14:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276963854stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6963854stock: 2
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6963955stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276963955stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6963955stock: 2
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276779771stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6779771stock: 2
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276798434stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6798434stock: 2
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276807786stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276812448stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276812473stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276812486stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276821529stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276826882stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276841360stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-26 14:32:14 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-26 14:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276841368stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:14 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-26 14:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6937847> (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-26 14: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-26 14:32:16 [ecarstrade.be] INFO: Extracting details for car 6937847stock
2026-03-26 14:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-26 14:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-26 14:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-26 14:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0da5ad4-dc5a-5d54-9098-b1836569d2a0, identifier: 6937847stock
2026-03-26 14:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-26 14:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-26 14:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock to the API
2026-03-26 14:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:17 [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-26 14:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276937847stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:17 [ecarstrade.be] INFO: Saving data for 6937847stock: {'created_time': 1773300790.652039, 'last_price_update_time': 1774535537.268687}
2026-03-26 14:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6937847stock') HTTP/1.1" 204 0
2026-03-26 14:32:21 [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-26 14: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-26 14:32:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276846596stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6846596stock: 2
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276852962stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6852962stock: 2
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276853153stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6853153stock: 2
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276861986stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6861986stock: 2
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276862936stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-26 14:32:21 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-26 14:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276869116stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:21 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276870434stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276879653stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6879653stock: 2
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276881269stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276882775stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6882775stock: 2
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885897stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276889981stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276891000stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6892364stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276892364stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6892364stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276897221stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6897221stock: 2
2026-03-26 14:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941847> (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-26 14: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-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6898076stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276898076stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6898076stock: 2
2026-03-26 14:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950867> (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-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6898356stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276898356stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6898356stock: 2
2026-03-26 14: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-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6902364stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276902364stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6902364stock: 2
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6907097stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276907097stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6907097stock: 2
2026-03-26 14:32:22 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276908828stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:22 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-26 14:32:22 [ecarstrade.be] INFO: Extracting details for car 6941847stock
2026-03-26 14:32:22 [ecarstrade.be] INFO: Extracting details for car 6950867stock
2026-03-26 14:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-26 14:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-26 14:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-26 14:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8, identifier: 6941847stock
2026-03-26 14:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-26 14:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-26 14:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-26 14:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5043b9b-0770-566d-a021-f481d8b3af23, identifier: 6950867stock
2026-03-26 14:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-26 14:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-26 14:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock to the API
2026-03-26 14:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:22 [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-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941847stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:23 [ecarstrade.be] INFO: Saving data for 6941847stock: {'created_time': 1773180967.289799, 'last_price_update_time': 1774535543.105963}
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941847stock') HTTP/1.1" 204 0
2026-03-26 14:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-26 14:32:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-26 14:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock to the API
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:23 [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-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276950867stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:23 [ecarstrade.be] INFO: Saving data for 6950867stock: {'created_time': 1773758266.535509, 'last_price_update_time': 1774535543.555399}
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950867stock') HTTP/1.1" 204 0
2026-03-26 14:32:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6956822> (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-26 14:32:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941759> (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-26 14:32:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:23 [ecarstrade.be] INFO: Extracting details for car 6956822stock
2026-03-26 14:32:23 [ecarstrade.be] INFO: Extracting details for car 6941759stock
2026-03-26 14:32:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-26 14:32:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-26 14:32:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-26 14:32:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa, identifier: 6956822stock
2026-03-26 14:32:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-26 14:32:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-26 14:32:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-26 14:32:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ff8797f-b9e0-557f-9706-654b07378018, identifier: 6941759stock
2026-03-26 14:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-26 14:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-26 14:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock to the API
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:24 [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-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:24 [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-26 14:32:24 [ecarstrade.be] INFO: Saving data for 6956822stock: {'created_time': 1773758290.356673, 'last_price_update_time': 1774535544.221684}
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6956822stock') HTTP/1.1" 204 0
2026-03-26 14:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-26 14:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-26 14:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock to the API
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:24 [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-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:24 [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-26 14:32:24 [ecarstrade.be] INFO: Saving data for 6941759stock: {'created_time': 1773672102.401403, 'last_price_update_time': 1774535544.580221}
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941759stock') HTTP/1.1" 204 0
2026-03-26 14:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961504> (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-26 14:32:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:24 [ecarstrade.be] INFO: Extracting details for car 6961504stock
2026-03-26 14:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-26 14:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-26 14:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-26 14:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3be25195-5cff-58e0-96f3-6121fd6875b3, identifier: 6961504stock
2026-03-26 14:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-26 14:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-26 14:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock to the API
2026-03-26 14:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:32:25 [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-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961504stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:25 [ecarstrade.be] INFO: Saving data for 6961504stock: {'created_time': 1773758272.153197, 'last_price_update_time': 1774535545.146122}
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961504stock') HTTP/1.1" 204 0
2026-03-26 14:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948713> (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-26 14:32:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:25 [ecarstrade.be] INFO: Extracting details for car 6948713stock
2026-03-26 14:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-26 14:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-26 14:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-26 14:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39d10dfb-1619-5981-9560-9e496e24fb7e, identifier: 6948713stock
2026-03-26 14:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-26 14:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-26 14:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock to the API
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:32:25 [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-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:25 [ecarstrade.be] INFO: Saving data for 6948713stock: {'created_time': 1773758269.331539, 'last_price_update_time': 1774535545.675996}
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948713stock') HTTP/1.1" 204 0
2026-03-26 14:32:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941593> (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-26 14: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-26 14:32:30 [ecarstrade.be] INFO: Extracting details for car 6941593stock
2026-03-26 14:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-26 14:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-26 14:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-26 14:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe, identifier: 6941593stock
2026-03-26 14:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-26 14:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-26 14:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock to the API
2026-03-26 14:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:30 [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-26 14:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941593stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:30 [ecarstrade.be] INFO: Saving data for 6941593stock: {'created_time': 1773300767.520507, 'last_price_update_time': 1774535550.971257}
2026-03-26 14:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941593stock') HTTP/1.1" 204 0
2026-03-26 14:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6798434> (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-26 14:32:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:32 [ecarstrade.be] INFO: Extracting details for car 6798434stock
2026-03-26 14:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-26 14:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-26 14:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-26 14:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5d4993a-94b9-5b5d-b077-93c6697f1f74, identifier: 6798434stock
2026-03-26 14:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-26 14:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-26 14:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock to the API
2026-03-26 14:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:32 [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-26 14:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:32 [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-26 14:32:32 [ecarstrade.be] INFO: Saving data for 6798434stock: {'created_time': 1772611486.700301, 'last_price_update_time': 1774535552.485043}
2026-03-26 14:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6798434stock') HTTP/1.1" 204 0
2026-03-26 14:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779771> (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-26 14: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-26 14:32:32 [ecarstrade.be] INFO: Extracting details for car 6779771stock
2026-03-26 14:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-26 14:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-26 14:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-26 14:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd, identifier: 6779771stock
2026-03-26 14:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-26 14:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-26 14:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock to the API
2026-03-26 14:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:32:33 [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-26 14:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276779771stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:33 [ecarstrade.be] INFO: Saving data for 6779771stock: {'created_time': 1772611421.791771, 'last_price_update_time': 1774535553.211972}
2026-03-26 14:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779771stock') HTTP/1.1" 204 0
2026-03-26 14:32:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6852962> (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-26 14:32:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:34 [ecarstrade.be] INFO: Extracting details for car 6852962stock
2026-03-26 14:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-26 14:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-26 14:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-26 14:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8d44368-3d3e-5d48-a59c-5ed84e333b4e, identifier: 6852962stock
2026-03-26 14:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-26 14:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-26 14:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock to the API
2026-03-26 14:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:32:34 [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-26 14:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:34 [ecarstrade.be] INFO: Saving data for 6852962stock: {'created_time': 1772611564.75733, 'last_price_update_time': 1774535554.876366}
2026-03-26 14:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6852962stock') HTTP/1.1" 204 0
2026-03-26 14:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882775> (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-26 14:32:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:49 [ecarstrade.be] INFO: Extracting details for car 6882775stock
2026-03-26 14:32:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-26 14:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-26 14:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-26 14:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93, identifier: 6882775stock
2026-03-26 14:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-26 14:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-26 14:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock to the API
2026-03-26 14:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:49 [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-26 14:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:49 [ecarstrade.be] INFO: Saving data for 6882775stock: {'created_time': 1773851752.10631, 'last_price_update_time': 1774535569.850006}
2026-03-26 14:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882775stock') HTTP/1.1" 204 0
2026-03-26 14:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963955> (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-26 14:32:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:49 [ecarstrade.be] INFO: Extracting details for car 6963955stock
2026-03-26 14:32:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with identifier: 6963955stock
2026-03-26 14:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with scrape type 2
2026-03-26 14:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with scrape type 2
2026-03-26 14:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5176147-9b93-5edd-9da3-4c1d5b5b1bfb, identifier: 6963955stock
2026-03-26 14:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with identifier: 6963955stock
2026-03-26 14:32:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with identifier: 6963955stock
2026-03-26 14:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5176147-9b93-5edd-9da3-4c1d5b5b1bfb with identifier: 6963955stock to the API
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963955>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c5176147-9b93-5edd-9da3-4c1d5b5b1bfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963955',
'listing': 'auction',
'location': 'France - "2ndMove Toulouse"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 96254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai 1.3i Mild-Hybrid Aut. LED ACC Navi KeylessGo Camera '
'360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid Aut. LED ACC Navi KeylessGo Camera 360 Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963955stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:50 [ecarstrade.be] INFO: Saving data for 6963955stock: {'created_time': 1773956177.927169, 'last_price_update_time': 1774535570.463265}
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963955stock') HTTP/1.1" 204 0
2026-03-26 14:32:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846596> (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-26 14:32:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:50 [ecarstrade.be] INFO: Extracting details for car 6846596stock
2026-03-26 14:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-26 14:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-26 14:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-26 14:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e753f242-1c1d-5d14-b028-b2e2f5ba4383, identifier: 6846596stock
2026-03-26 14:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-26 14:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-26 14:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock to the API
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:50 [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-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:50 [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-26 14:32:50 [ecarstrade.be] INFO: Saving data for 6846596stock: {'created_time': 1772611501.391609, 'last_price_update_time': 1774535570.972366}
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846596stock') HTTP/1.1" 204 0
2026-03-26 14:32:51 [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-26 14:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6909332stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909883stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6909883stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914084stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6914084stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6917365stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917365stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6917365stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276923974stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6933349stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933372stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6933372stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6933378stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6933507stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6564465stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6564465stock: 2
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-26 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6612587stock
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612587stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:51 [ecarstrade.be] INFO: Scrape type for 6612587stock: 2
2026-03-26 14:32:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898076> (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-26 14:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:51 [ecarstrade.be] INFO: Extracting details for car 6898076stock
2026-03-26 14:32:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-26 14:32:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fd6bbf-bece-5991-b9eb-12e984e92d53 with scrape type 2
2026-03-26 14:32:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fd6bbf-bece-5991-b9eb-12e984e92d53 with scrape type 2
2026-03-26 14:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56fd6bbf-bece-5991-b9eb-12e984e92d53, identifier: 6898076stock
2026-03-26 14:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-26 14:32:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-26 14:32:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock to the API
2026-03-26 14:32:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898076>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Natural Gas',
'id': '56fd6bbf-bece-5991-b9eb-12e984e92d53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898076',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 43397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 40 TFSI CNG g-tron Advanced Aut. LED-Matrix ACC '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 40 TFSI CNG g-tron Advanced Aut. LED-Matrix ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-26 14:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898076stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:52 [ecarstrade.be] INFO: Saving data for 6898076stock: {'created_time': 1772673635.8598, 'last_price_update_time': 1774535572.296914}
2026-03-26 14:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898076stock') HTTP/1.1" 204 0
2026-03-26 14:32:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6853153> (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-26 14:32:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:53 [ecarstrade.be] INFO: Extracting details for car 6853153stock
2026-03-26 14:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-26 14:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe5c7501-98ea-5f50-b005-92133e0ce978 with scrape type 2
2026-03-26 14:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe5c7501-98ea-5f50-b005-92133e0ce978 with scrape type 2
2026-03-26 14:32:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe5c7501-98ea-5f50-b005-92133e0ce978, identifier: 6853153stock
2026-03-26 14:32:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-26 14:32:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:32:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-26 14:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock to the API
2026-03-26 14:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:54 [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-26 14:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:54 [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-26 14:32:54 [ecarstrade.be] INFO: Saving data for 6853153stock: {'created_time': 1772611570.740319, 'last_price_update_time': 1774535574.291209}
2026-03-26 14:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6853153stock') HTTP/1.1" 204 0
2026-03-26 14:32:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963854> (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-26 14:32:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:56 [ecarstrade.be] INFO: Extracting details for car 6963854stock
2026-03-26 14:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-26 14:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ee09c38-ecad-5763-a3df-c14b24722979 with scrape type 2
2026-03-26 14:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ee09c38-ecad-5763-a3df-c14b24722979 with scrape type 2
2026-03-26 14:32:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ee09c38-ecad-5763-a3df-c14b24722979, identifier: 6963854stock
2026-03-26 14:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-26 14:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-26 14:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock to the API
2026-03-26 14:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32: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-26 14:32:56 [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-26 14:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:56 [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-26 14:32:56 [ecarstrade.be] INFO: Saving data for 6963854stock: {'created_time': 1773956123.16094, 'last_price_update_time': 1774535576.691629}
2026-03-26 14:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963854stock') HTTP/1.1" 204 0
2026-03-26 14:32:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897221> (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-26 14:32:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:32:58 [ecarstrade.be] INFO: Extracting details for car 6897221stock
2026-03-26 14:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-26 14:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-26 14:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-26 14:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634ffe82-c3a9-5531-9a1c-c07b3bec439f, identifier: 6897221stock
2026-03-26 14:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-26 14:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-26 14:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock to the API
2026-03-26 14:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:32:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:32:58 [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-26 14:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-26 14:32:58 [ecarstrade.be] INFO: Saving data for 6897221stock: {'created_time': 1773672060.358055, 'last_price_update_time': 1774535578.487729}
2026-03-26 14:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897221stock') HTTP/1.1" 204 0
2026-03-26 14:33:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902364> (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-26 14:33:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:05 [ecarstrade.be] INFO: Extracting details for car 6902364stock
2026-03-26 14:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with identifier: 6902364stock
2026-03-26 14:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with scrape type 2
2026-03-26 14:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with scrape type 2
2026-03-26 14:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34bf24eb-0a3e-526c-b08b-c8908ed0b333, identifier: 6902364stock
2026-03-26 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with identifier: 6902364stock
2026-03-26 14:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with identifier: 6902364stock
2026-03-26 14:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34bf24eb-0a3e-526c-b08b-c8908ed0b333 with identifier: 6902364stock to the API
2026-03-26 14:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6902364>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '34bf24eb-0a3e-526c-b08b-c8908ed0b333',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6902364',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 122307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 2.0 35 TDI Aut. LED Virtual Navi Leather Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': '2.0 35 TDI Aut. LED Virtual Navi Leather Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-26 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902364stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:07 [ecarstrade.be] INFO: Saving data for 6902364stock: {'created_time': 1772673774.232346, 'last_price_update_time': 1774535587.640916}
2026-03-26 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902364stock') HTTP/1.1" 204 0
2026-03-26 14:33:07 [scrapy.extensions.logstats] INFO: Crawled 39 pages (at 27 pages/min), scraped 25 items (at 24 items/min)
2026-03-26 14:33:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:33:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907097> (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-26 14:33:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:07 [ecarstrade.be] INFO: Extracting details for car 6907097stock
2026-03-26 14:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-26 14:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e669f3a-c186-5b1b-8682-a071f48b24be with scrape type 2
2026-03-26 14:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e669f3a-c186-5b1b-8682-a071f48b24be with scrape type 2
2026-03-26 14:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e669f3a-c186-5b1b-8682-a071f48b24be, identifier: 6907097stock
2026-03-26 14:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-26 14:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-26 14:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock to the API
2026-03-26 14:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907097>
{'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': '3e669f3a-c186-5b1b-8682-a071f48b24be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907097',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 67114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-26',
'seats_number': 5,
'seller_name': None,
'title': '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': 2023}
2026-03-26 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276907097stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:09 [ecarstrade.be] INFO: Saving data for 6907097stock: {'created_time': 1773956012.11374, 'last_price_update_time': 1774535589.136419}
2026-03-26 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907097stock') HTTP/1.1" 204 0
2026-03-26 14:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6879653> (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-26 14: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-26 14:33:09 [ecarstrade.be] INFO: Extracting details for car 6879653stock
2026-03-26 14:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-26 14:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-26 14:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-26 14:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f243ed02-dd9a-5c5c-81ea-5420e94a3252, identifier: 6879653stock
2026-03-26 14:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-26 14:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-26 14:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock to the API
2026-03-26 14:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:10 [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-26 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276879653stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:10 [ecarstrade.be] INFO: Saving data for 6879653stock: {'created_time': 1772611465.385019, 'last_price_update_time': 1774535590.853849}
2026-03-26 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6879653stock') HTTP/1.1" 204 0
2026-03-26 14:33:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909332> (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-26 14:33:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:13 [ecarstrade.be] INFO: Extracting details for car 6909332stock
2026-03-26 14:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-26 14:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-26 14:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-26 14:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4567700-04d2-55a4-996b-e08601de4720, identifier: 6909332stock
2026-03-26 14:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-26 14:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-26 14:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock to the API
2026-03-26 14:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:14 [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-26 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:14 [ecarstrade.be] INFO: Saving data for 6909332stock: {'created_time': 1772752605.511336, 'last_price_update_time': 1774535594.860813}
2026-03-26 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909332stock') HTTP/1.1" 204 0
2026-03-26 14:33:18 [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-26 14: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-26 14:33:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276653096stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276673529stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276678770stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276701770stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276701935stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276715853stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276765575stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276779573stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276978801stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276978777stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6978777stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276964693stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6964693stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276666216stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276715447stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276721362stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6721362stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276758802stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6758802stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276758819stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6758819stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276758822stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6758822stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6768590stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6784787stock: 2
2026-03-26 14:33:18 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-26 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276792013stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:18 [ecarstrade.be] INFO: Scrape type for 6792013stock: 2
2026-03-26 14:33:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909883> (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-26 14: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-26 14:33:18 [ecarstrade.be] INFO: Extracting details for car 6909883stock
2026-03-26 14:33:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-26 14:33:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36e7b68-3f17-5741-a944-ba7a2926996e with scrape type 2
2026-03-26 14:33:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36e7b68-3f17-5741-a944-ba7a2926996e with scrape type 2
2026-03-26 14:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c36e7b68-3f17-5741-a944-ba7a2926996e, identifier: 6909883stock
2026-03-26 14:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-26 14:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-26 14:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock to the API
2026-03-26 14:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:19 [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-26 14:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276909883stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:19 [ecarstrade.be] INFO: Saving data for 6909883stock: {'created_time': 1773672107.57762, 'last_price_update_time': 1774535599.357928}
2026-03-26 14:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909883stock') HTTP/1.1" 204 0
2026-03-26 14:33:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898356> (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-26 14: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-26 14:33:19 [ecarstrade.be] INFO: Extracting details for car 6898356stock
2026-03-26 14:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with identifier: 6898356stock
2026-03-26 14:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with scrape type 2
2026-03-26 14:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with scrape type 2
2026-03-26 14:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2251dfcf-d0a7-517c-8e0c-9e143b6061a5, identifier: 6898356stock
2026-03-26 14:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with identifier: 6898356stock
2026-03-26 14:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with identifier: 6898356stock
2026-03-26 14:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2251dfcf-d0a7-517c-8e0c-9e143b6061a5 with identifier: 6898356stock to the API
2026-03-26 14:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898356>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2251dfcf-d0a7-517c-8e0c-9e143b6061a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898356',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 175353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T2 Aut. LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 T2 Aut. LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-26 14:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276898356stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:20 [ecarstrade.be] INFO: Saving data for 6898356stock: {'created_time': 1772673639.856549, 'last_price_update_time': 1774535600.248698}
2026-03-26 14:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898356stock') HTTP/1.1" 204 0
2026-03-26 14:33:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933372> (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-26 14: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-26 14:33:20 [ecarstrade.be] INFO: Extracting details for car 6933372stock
2026-03-26 14:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-26 14:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-26 14:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-26 14:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3f370d5-adf7-56e2-b979-79e73c901b53, identifier: 6933372stock
2026-03-26 14:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-26 14:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-26 14:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock to the API
2026-03-26 14:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933372>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e3f370d5-adf7-56e2-b979-79e73c901b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933372',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 141787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Widescreen Navi KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'd Widescreen Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-26 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276933372stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:21 [ecarstrade.be] INFO: Saving data for 6933372stock: {'created_time': 1773351773.29884, 'last_price_update_time': 1774535601.051416}
2026-03-26 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933372stock') HTTP/1.1" 204 0
2026-03-26 14:33:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612587> (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-26 14: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-26 14:33:25 [ecarstrade.be] INFO: Extracting details for car 6612587stock
2026-03-26 14:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-26 14:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with scrape type 2
2026-03-26 14:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with scrape type 2
2026-03-26 14:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0, identifier: 6612587stock
2026-03-26 14:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-26 14:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock
2026-03-26 14:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0 with identifier: 6612587stock to the API
2026-03-26 14:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6612587>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a025c5cb-ad05-5f76-8bd6-29a4d4fef3e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6612587',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 76794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 B5 D Momentum Pro 235Hp 4WD 7PL Aut. Pano LED-Xenon '
'Virtual Harman/Kardon ACC Navi Leather KeylessGo Camera Klima PDC '
'..',
'transmission': 'automatic',
'trim': '2.0 B5 D Momentum Pro 235Hp 4WD 7PL Aut. Pano LED-Xenon Virtual '
'Harman/Kardon ACC Navi Leather KeylessGo Camera Klima PDC ..',
'vin': None,
'year': 2020}
2026-03-26 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276612587stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:26 [ecarstrade.be] INFO: Saving data for 6612587stock: {'created_time': 1772611297.90595, 'last_price_update_time': 1774535606.175913}
2026-03-26 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612587stock') HTTP/1.1" 204 0
2026-03-26 14:33:28 [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-26 14: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-26 14:33:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933507> (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-26 14: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-26 14:33:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:33:29 [ecarstrade.be] INFO: Extracting details for car 6933507stock
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6812476stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6820657stock: 2
2026-03-26 14:33:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-26 14:33:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-26 14:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-26 14:33:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 600f90f0-af5d-58e0-bd1f-4b9f76e91003, identifier: 6933507stock
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6834681stock: 2
2026-03-26 14:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-26 14:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-26 14:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock to the API
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:29 [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-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Saving data for 6933507stock: {'created_time': 1773672083.62202, 'last_price_update_time': 1774535609.556607}
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933507stock') HTTP/1.1" 204 0
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6836054stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6843336stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6851391stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6855220stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6855255stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6857670stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6863023stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6866954stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6867688stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6867987stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6878554stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878554stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6878554stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6890954stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6891458stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6902391stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6906336stock: 2
2026-03-26 14:33:29 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-26 14:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:29 [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-26 14:33:29 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-26 14:33:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933349> (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-26 14:33:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:35 [ecarstrade.be] INFO: Extracting details for car 6933349stock
2026-03-26 14:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-26 14:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-26 14:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-26 14:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d, identifier: 6933349stock
2026-03-26 14:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-26 14:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-26 14:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock to the API
2026-03-26 14:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:35 [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-26 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276933349stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:35 [ecarstrade.be] INFO: Saving data for 6933349stock: {'created_time': 1773351773.950734, 'last_price_update_time': 1774535615.720242}
2026-03-26 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933349stock') HTTP/1.1" 204 0
2026-03-26 14:33:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6721362> (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-26 14:33:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:36 [ecarstrade.be] INFO: Extracting details for car 6721362stock
2026-03-26 14:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-26 14:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-26 14:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-26 14:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4, identifier: 6721362stock
2026-03-26 14:33:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-26 14:33:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-26 14:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock to the API
2026-03-26 14:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:36 [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-26 14:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:36 [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-26 14:33:36 [ecarstrade.be] INFO: Saving data for 6721362stock: {'created_time': 1772611372.706699, 'last_price_update_time': 1774535616.909327}
2026-03-26 14:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6721362stock') HTTP/1.1" 204 0
2026-03-26 14:33:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861986> (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-26 14:33:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:37 [ecarstrade.be] INFO: Extracting details for car 6861986stock
2026-03-26 14:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-26 14:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with scrape type 2
2026-03-26 14:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with scrape type 2
2026-03-26 14:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2647a78f-7da6-5fc4-8aa7-347446c7ba22, identifier: 6861986stock
2026-03-26 14:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-26 14:33:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-26 14:33:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock to the API
2026-03-26 14:33:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:38 [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-26 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276861986stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:38 [ecarstrade.be] INFO: Saving data for 6861986stock: {'created_time': 1772611741.832576, 'last_price_update_time': 1774535618.175476}
2026-03-26 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861986stock') HTTP/1.1" 204 0
2026-03-26 14:33:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758802> (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-26 14:33:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:39 [ecarstrade.be] INFO: Extracting details for car 6758802stock
2026-03-26 14:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-26 14:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-26 14:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-26 14:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59fda5f8-4987-5af2-b1bb-f5d999650a49, identifier: 6758802stock
2026-03-26 14:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-26 14:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-26 14:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock to the API
2026-03-26 14:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:39 [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-26 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276758802stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:39 [ecarstrade.be] INFO: Saving data for 6758802stock: {'created_time': 1772694814.555204, 'last_price_update_time': 1774535619.68443}
2026-03-26 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758802stock') HTTP/1.1" 204 0
2026-03-26 14:33:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933378> (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-26 14:33:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:40 [ecarstrade.be] INFO: Extracting details for car 6933378stock
2026-03-26 14:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-26 14:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-26 14:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-26 14:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26, identifier: 6933378stock
2026-03-26 14:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-26 14:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-26 14:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock to the API
2026-03-26 14:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:40 [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-26 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276933378stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:40 [ecarstrade.be] INFO: Saving data for 6933378stock: {'created_time': 1773452070.945314, 'last_price_update_time': 1774535620.778613}
2026-03-26 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933378stock') HTTP/1.1" 204 0
2026-03-26 14:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914084> (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-26 14:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:41 [ecarstrade.be] INFO: Extracting details for car 6914084stock
2026-03-26 14:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-26 14:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccf8708-314c-568e-a193-1a64daadab04 with scrape type 2
2026-03-26 14:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccf8708-314c-568e-a193-1a64daadab04 with scrape type 2
2026-03-26 14:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ccf8708-314c-568e-a193-1a64daadab04, identifier: 6914084stock
2026-03-26 14:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-26 14:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-26 14:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock to the API
2026-03-26 14:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:43 [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-26 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:43 [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-26 14:33:43 [ecarstrade.be] INFO: Saving data for 6914084stock: {'created_time': 1772673671.712054, 'last_price_update_time': 1774535623.133598}
2026-03-26 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914084stock') HTTP/1.1" 204 0
2026-03-26 14:33:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6564465> (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-26 14:33:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:44 [ecarstrade.be] INFO: Extracting details for car 6564465stock
2026-03-26 14:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-26 14:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-26 14:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-26 14:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d227f9-d051-584a-ae50-05c97bf7f80d, identifier: 6564465stock
2026-03-26 14:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-26 14:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-26 14:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock to the API
2026-03-26 14:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:33:44 [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-26 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:44 [ecarstrade.be] INFO: Saving data for 6564465stock: {'created_time': 1772611612.617774, 'last_price_update_time': 1774535624.673446}
2026-03-26 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6564465stock') HTTP/1.1" 204 0
2026-03-26 14:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6964693> (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-26 14:33:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:44 [ecarstrade.be] INFO: Extracting details for car 6964693stock
2026-03-26 14:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-26 14:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-26 14:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-26 14:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 397ac41c-0469-5794-98b8-0baa10f266e9, identifier: 6964693stock
2026-03-26 14:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-26 14:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-26 14:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock to the API
2026-03-26 14:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:45 [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-26 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276964693stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:45 [ecarstrade.be] INFO: Saving data for 6964693stock: {'created_time': 1774042249.766098, 'last_price_update_time': 1774535625.765854}
2026-03-26 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6964693stock') HTTP/1.1" 204 0
2026-03-26 14:33:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792013> (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-26 14:33:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:45 [ecarstrade.be] INFO: Extracting details for car 6792013stock
2026-03-26 14:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-26 14:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-26 14:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-26 14:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0, identifier: 6792013stock
2026-03-26 14:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-26 14:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-26 14:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock to the API
2026-03-26 14:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:46 [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-26 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276792013stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:46 [ecarstrade.be] INFO: Saving data for 6792013stock: {'created_time': 1772611189.685361, 'last_price_update_time': 1774535626.288319}
2026-03-26 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792013stock') HTTP/1.1" 204 0
2026-03-26 14:33:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6768590> (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-26 14:33:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:47 [ecarstrade.be] INFO: Extracting details for car 6768590stock
2026-03-26 14:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-26 14:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-26 14:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-26 14:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d89d822-89b0-5e0d-a09f-7e50646f00df, identifier: 6768590stock
2026-03-26 14:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-26 14:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-26 14:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock to the API
2026-03-26 14:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:48 [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-26 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:48 [ecarstrade.be] INFO: Saving data for 6768590stock: {'created_time': 1772611213.372831, 'last_price_update_time': 1774535628.638675}
2026-03-26 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6768590stock') HTTP/1.1" 204 0
2026-03-26 14:33:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784787> (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-26 14:33:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:48 [ecarstrade.be] INFO: Extracting details for car 6784787stock
2026-03-26 14:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-26 14:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-26 14:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-26 14:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250, identifier: 6784787stock
2026-03-26 14:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-26 14:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-26 14:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock to the API
2026-03-26 14:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:49 [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-26 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:49 [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-26 14:33:49 [ecarstrade.be] INFO: Saving data for 6784787stock: {'created_time': 1772611681.453874, 'last_price_update_time': 1774535629.206842}
2026-03-26 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784787stock') HTTP/1.1" 204 0
2026-03-26 14:33:52 [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-26 14: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-26 14:33:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276915132stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6915132stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276915444stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6915444stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276922030stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6922030stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276925462stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6925462stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276928167stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6928167stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276933400stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6933400stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276934382stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6934382stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276938490stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276938545stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276939768stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276942877stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6942877stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276945655stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276948741stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276957412stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%273742479stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 3742479stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6442479stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276442479stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6442479stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276472747stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6472747stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276589495stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6589495stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276596836stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6596836stock: 2
2026-03-26 14:33:52 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-26 14:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276617796stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:52 [ecarstrade.be] INFO: Scrape type for 6617796stock: 2
2026-03-26 14:33:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758822> (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-26 14:33:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:56 [ecarstrade.be] INFO: Extracting details for car 6758822stock
2026-03-26 14:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-26 14:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22930a3f-540d-5892-9828-fb95c9a6f89b with scrape type 2
2026-03-26 14:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22930a3f-540d-5892-9828-fb95c9a6f89b with scrape type 2
2026-03-26 14:33:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22930a3f-540d-5892-9828-fb95c9a6f89b, identifier: 6758822stock
2026-03-26 14:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-26 14:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-26 14:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock to the API
2026-03-26 14:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:56 [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-26 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:56 [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-26 14:33:56 [ecarstrade.be] INFO: Saving data for 6758822stock: {'created_time': 1772611186.382937, 'last_price_update_time': 1774535636.70845}
2026-03-26 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758822stock') HTTP/1.1" 204 0
2026-03-26 14:33:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891458> (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-26 14:33:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:56 [ecarstrade.be] INFO: Extracting details for car 6891458stock
2026-03-26 14:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-26 14:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-26 14:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-26 14:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0, identifier: 6891458stock
2026-03-26 14:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-26 14:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-26 14:33:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock to the API
2026-03-26 14:33:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:33: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-26 14:33:57 [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-26 14:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:57 [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-26 14:33:57 [ecarstrade.be] INFO: Saving data for 6891458stock: {'created_time': 1772611775.456479, 'last_price_update_time': 1774535637.710895}
2026-03-26 14:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891458stock') HTTP/1.1" 204 0
2026-03-26 14:33:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758819> (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-26 14:33:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:57 [ecarstrade.be] INFO: Extracting details for car 6758819stock
2026-03-26 14:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-26 14:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36320df7-5f58-5513-bab2-303fbbc916dd with scrape type 2
2026-03-26 14:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36320df7-5f58-5513-bab2-303fbbc916dd with scrape type 2
2026-03-26 14:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36320df7-5f58-5513-bab2-303fbbc916dd, identifier: 6758819stock
2026-03-26 14:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-26 14:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-26 14:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock to the API
2026-03-26 14:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:33:58 [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-26 14:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276758819stock%27 HTTP/1.1" 200 None
2026-03-26 14:33:58 [ecarstrade.be] INFO: Saving data for 6758819stock: {'created_time': 1772611364.221058, 'last_price_update_time': 1774535638.365561}
2026-03-26 14:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758819stock') HTTP/1.1" 204 0
2026-03-26 14:33:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890954> (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-26 14:33:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:33:59 [ecarstrade.be] INFO: Extracting details for car 6890954stock
2026-03-26 14:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-26 14:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-26 14:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-26 14:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad, identifier: 6890954stock
2026-03-26 14:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-26 14:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-26 14:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock to the API
2026-03-26 14:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:00 [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-26 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:00 [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-26 14:34:00 [ecarstrade.be] INFO: Saving data for 6890954stock: {'created_time': 1772612310.042462, 'last_price_update_time': 1774535640.216867}
2026-03-26 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890954stock') HTTP/1.1" 204 0
2026-03-26 14:34:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812476> (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-26 14:34:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:03 [ecarstrade.be] INFO: Extracting details for car 6812476stock
2026-03-26 14:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-26 14:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1751aafe-9e2b-5fdb-8844-6d701d751b16 with scrape type 2
2026-03-26 14:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1751aafe-9e2b-5fdb-8844-6d701d751b16 with scrape type 2
2026-03-26 14:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1751aafe-9e2b-5fdb-8844-6d701d751b16, identifier: 6812476stock
2026-03-26 14:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-26 14:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-26 14:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock to the API
2026-03-26 14:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:04 [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-26 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276812476stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:04 [ecarstrade.be] INFO: Saving data for 6812476stock: {'created_time': 1772611350.106971, 'last_price_update_time': 1774535644.205503}
2026-03-26 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812476stock') HTTP/1.1" 204 0
2026-03-26 14:34:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878554> (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-26 14:34:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:04 [ecarstrade.be] INFO: Extracting details for car 6878554stock
2026-03-26 14:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with identifier: 6878554stock
2026-03-26 14:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with scrape type 2
2026-03-26 14:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with scrape type 2
2026-03-26 14:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0, identifier: 6878554stock
2026-03-26 14:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with identifier: 6878554stock
2026-03-26 14:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with identifier: 6878554stock
2026-03-26 14:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0 with identifier: 6878554stock to the API
2026-03-26 14:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878554>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1a89e73e-7b9a-57a1-a0c9-7cbc9b1932a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878554',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 115226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 D Ultimate Pano LED-Xenon Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 D Ultimate Pano LED-Xenon Navi 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-26 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276878554stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:04 [ecarstrade.be] INFO: Saving data for 6878554stock: {'created_time': 1772611770.026972, 'last_price_update_time': 1774535644.987351}
2026-03-26 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878554stock') HTTP/1.1" 204 0
2026-03-26 14:34:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906336> (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-26 14: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-26 14:34:05 [ecarstrade.be] INFO: Extracting details for car 6906336stock
2026-03-26 14:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-26 14:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with scrape type 2
2026-03-26 14:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with scrape type 2
2026-03-26 14:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc, identifier: 6906336stock
2026-03-26 14:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-26 14:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-26 14:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock to the API
2026-03-26 14:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:05 [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-26 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:05 [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-26 14:34:05 [ecarstrade.be] INFO: Saving data for 6906336stock: {'created_time': 1772673735.331763, 'last_price_update_time': 1774535645.618989}
2026-03-26 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906336stock') HTTP/1.1" 204 0
2026-03-26 14:34:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867688> (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-26 14: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-26 14:34:05 [ecarstrade.be] INFO: Extracting details for car 6867688stock
2026-03-26 14:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-26 14:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9aa063c-bfb6-5879-b3da-1aece871a581 with scrape type 2
2026-03-26 14:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9aa063c-bfb6-5879-b3da-1aece871a581 with scrape type 2
2026-03-26 14:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9aa063c-bfb6-5879-b3da-1aece871a581, identifier: 6867688stock
2026-03-26 14:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-26 14:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-26 14:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock to the API
2026-03-26 14:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:06 [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-26 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276867688stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:06 [ecarstrade.be] INFO: Saving data for 6867688stock: {'created_time': 1772611235.733343, 'last_price_update_time': 1774535646.163168}
2026-03-26 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867688stock') HTTP/1.1" 204 0
2026-03-26 14:34:06 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 30 pages/min), scraped 52 items (at 27 items/min)
2026-03-26 14:34:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:34:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902391> (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-26 14:34:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:08 [ecarstrade.be] INFO: Extracting details for car 6902391stock
2026-03-26 14:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05527579-ab61-594f-a0b1-04ccaac92a15 with identifier: 6902391stock
2026-03-26 14:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05527579-ab61-594f-a0b1-04ccaac92a15 with scrape type 2
2026-03-26 14:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05527579-ab61-594f-a0b1-04ccaac92a15 with scrape type 2
2026-03-26 14:34:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05527579-ab61-594f-a0b1-04ccaac92a15, identifier: 6902391stock
2026-03-26 14:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05527579-ab61-594f-a0b1-04ccaac92a15 with identifier: 6902391stock
2026-03-26 14:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05527579-ab61-594f-a0b1-04ccaac92a15 with identifier: 6902391stock
2026-03-26 14:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05527579-ab61-594f-a0b1-04ccaac92a15 with identifier: 6902391stock to the API
2026-03-26 14:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6902391>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '05527579-ab61-594f-a0b1-04ccaac92a15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6902391',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mazda',
'model': 'CX-5',
'odometer': 116175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-5 Facelift 2.2 Skyactiv-D Aut. LED-Xenon Head-Up Bose ACC '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 2.2 Skyactiv-D Aut. LED-Xenon Head-Up Bose ACC Navi Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-26 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:08 [ecarstrade.be] INFO: Saving data for 6902391stock: {'created_time': 1772673773.880837, 'last_price_update_time': 1774535648.939605}
2026-03-26 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902391stock') HTTP/1.1" 204 0
2026-03-26 14:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820657> (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-26 14: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-26 14:34:12 [ecarstrade.be] INFO: Extracting details for car 6820657stock
2026-03-26 14:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-26 14:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with scrape type 2
2026-03-26 14:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with scrape type 2
2026-03-26 14:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69, identifier: 6820657stock
2026-03-26 14:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-26 14:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-26 14:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock to the API
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:13 [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-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276820657stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:13 [ecarstrade.be] INFO: Saving data for 6820657stock: {'created_time': 1772611261.105932, 'last_price_update_time': 1774535653.350873}
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820657stock') HTTP/1.1" 204 0
2026-03-26 14:34:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867987> (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-26 14:34:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:13 [ecarstrade.be] INFO: Extracting details for car 6867987stock
2026-03-26 14:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-26 14:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with scrape type 2
2026-03-26 14:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with scrape type 2
2026-03-26 14:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7094f15a-63b4-55c1-baf1-c9c6414a9d59, identifier: 6867987stock
2026-03-26 14:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-26 14:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-26 14:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock to the API
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:13 [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-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276867987stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:13 [ecarstrade.be] INFO: Saving data for 6867987stock: {'created_time': 1772611719.49931, 'last_price_update_time': 1774535653.880182}
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867987stock') HTTP/1.1" 204 0
2026-03-26 14:34:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6617796> (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-26 14: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-26 14:34:15 [ecarstrade.be] INFO: Extracting details for car 6617796stock
2026-03-26 14:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-26 14:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-26 14:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-26 14:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79a7c7ce-6658-5865-924e-8ad803ab093d, identifier: 6617796stock
2026-03-26 14:34:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-26 14:34:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:34:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-26 14:34:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock to the API
2026-03-26 14:34:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:15 [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-26 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276617796stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:15 [ecarstrade.be] INFO: Saving data for 6617796stock: {'created_time': 1772613035.686623, 'last_price_update_time': 1774535655.955469}
2026-03-26 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6617796stock') HTTP/1.1" 204 0
2026-03-26 14:34:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6596836> (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-26 14:34:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:20 [ecarstrade.be] INFO: Extracting details for car 6596836stock
2026-03-26 14:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-26 14:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-26 14:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-26 14:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56dc9a31-fbca-594e-90f6-50a29c3f75c5, identifier: 6596836stock
2026-03-26 14:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-26 14:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-26 14:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock to the API
2026-03-26 14:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:21 [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-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:21 [ecarstrade.be] INFO: Saving data for 6596836stock: {'created_time': 1772611278.706734, 'last_price_update_time': 1774535661.139344}
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6596836stock') HTTP/1.1" 204 0
2026-03-26 14:34:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855220> (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-26 14: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-26 14:34:21 [ecarstrade.be] INFO: Extracting details for car 6855220stock
2026-03-26 14:34:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-26 14:34:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc26e8e-cd93-53e1-96cb-677124cd99d8 with scrape type 2
2026-03-26 14:34:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc26e8e-cd93-53e1-96cb-677124cd99d8 with scrape type 2
2026-03-26 14:34:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffc26e8e-cd93-53e1-96cb-677124cd99d8, identifier: 6855220stock
2026-03-26 14:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-26 14:34:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-26 14:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock to the API
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:21 [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-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:21 [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-26 14:34:21 [ecarstrade.be] INFO: Saving data for 6855220stock: {'created_time': 1772611739.586871, 'last_price_update_time': 1774535661.738926}
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855220stock') HTTP/1.1" 204 0
2026-03-26 14:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6472747> (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-26 14:34:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:24 [ecarstrade.be] INFO: Extracting details for car 6472747stock
2026-03-26 14:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-26 14:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-26 14:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-26 14:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27199dfa-015f-5162-961e-cdc9abbc01ed, identifier: 6472747stock
2026-03-26 14:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-26 14:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-26 14:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock to the API
2026-03-26 14:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:24 [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-26 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276472747stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:24 [ecarstrade.be] INFO: Saving data for 6472747stock: {'created_time': 1772611275.2971, 'last_price_update_time': 1774535664.830943}
2026-03-26 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6472747stock') HTTP/1.1" 204 0
2026-03-26 14:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857670> (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-26 14:34:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:25 [ecarstrade.be] INFO: Extracting details for car 6857670stock
2026-03-26 14:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-26 14:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce54b138-32a4-544b-801d-9bfc7cd4d964 with scrape type 2
2026-03-26 14:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce54b138-32a4-544b-801d-9bfc7cd4d964 with scrape type 2
2026-03-26 14:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce54b138-32a4-544b-801d-9bfc7cd4d964, identifier: 6857670stock
2026-03-26 14:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-26 14:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-26 14:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock to the API
2026-03-26 14:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:34:25 [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-26 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276857670stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:25 [ecarstrade.be] INFO: Saving data for 6857670stock: {'created_time': 1772611245.80117, 'last_price_update_time': 1774535665.96184}
2026-03-26 14:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857670stock') HTTP/1.1" 204 0
2026-03-26 14:34:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/3742479> (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-26 14:34:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:30 [ecarstrade.be] INFO: Extracting details for car 3742479stock
2026-03-26 14:34:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-26 14:34:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-26 14:34:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-26 14:34:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6107d359-1855-53a7-bd90-35d7e1e5cf97, identifier: 3742479stock
2026-03-26 14:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-26 14:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-26 14:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock to the API
2026-03-26 14:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:34:30 [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-26 14:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:30 [ecarstrade.be] INFO: Saving data for 3742479stock: {'created_time': 1772694656.425791, 'last_price_update_time': 1774535670.632239}
2026-03-26 14:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='3742479stock') HTTP/1.1" 204 0
2026-03-26 14:34:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6863023> (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-26 14:34:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:31 [ecarstrade.be] INFO: Extracting details for car 6863023stock
2026-03-26 14:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-26 14:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f3eea31-4d63-5538-ad8d-f3ef9045328c with scrape type 2
2026-03-26 14:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f3eea31-4d63-5538-ad8d-f3ef9045328c with scrape type 2
2026-03-26 14:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f3eea31-4d63-5538-ad8d-f3ef9045328c, identifier: 6863023stock
2026-03-26 14:34:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-26 14:34:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-26 14:34:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock to the API
2026-03-26 14:34:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:34:32 [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-26 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:32 [ecarstrade.be] INFO: Saving data for 6863023stock: {'created_time': 1772611744.024978, 'last_price_update_time': 1774535672.148045}
2026-03-26 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6863023stock') HTTP/1.1" 204 0
2026-03-26 14:34:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6866954> (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-26 14:34:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:34 [ecarstrade.be] INFO: Extracting details for car 6866954stock
2026-03-26 14:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-26 14:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with scrape type 2
2026-03-26 14:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with scrape type 2
2026-03-26 14:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318, identifier: 6866954stock
2026-03-26 14:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-26 14:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-26 14:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock to the API
2026-03-26 14:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:35 [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-26 14:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:35 [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-26 14:34:35 [ecarstrade.be] INFO: Saving data for 6866954stock: {'created_time': 1772611718.960443, 'last_price_update_time': 1774535675.296759}
2026-03-26 14:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6866954stock') HTTP/1.1" 204 0
2026-03-26 14:34:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942877> (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-26 14:34:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:37 [ecarstrade.be] INFO: Extracting details for car 6942877stock
2026-03-26 14:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-26 14:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b957c2-7314-58b6-b3b8-ba7327a735ba with scrape type 2
2026-03-26 14:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08b957c2-7314-58b6-b3b8-ba7327a735ba with scrape type 2
2026-03-26 14:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08b957c2-7314-58b6-b3b8-ba7327a735ba, identifier: 6942877stock
2026-03-26 14:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-26 14:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-26 14:34:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock to the API
2026-03-26 14:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:37 [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-26 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:37 [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-26 14:34:37 [ecarstrade.be] INFO: Saving data for 6942877stock: {'created_time': 1773180968.455552, 'last_price_update_time': 1774535677.414485}
2026-03-26 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942877stock') HTTP/1.1" 204 0
2026-03-26 14:34:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6442479> (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-26 14:34:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:40 [ecarstrade.be] INFO: Extracting details for car 6442479stock
2026-03-26 14:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-26 14:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85daf464-0714-5646-a746-e9ff81b462ee with scrape type 2
2026-03-26 14:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85daf464-0714-5646-a746-e9ff81b462ee with scrape type 2
2026-03-26 14:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85daf464-0714-5646-a746-e9ff81b462ee, identifier: 6442479stock
2026-03-26 14:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-26 14:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-26 14:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock to the API
2026-03-26 14:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:42 [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-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:42 [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-26 14:34:42 [ecarstrade.be] INFO: Saving data for 6442479stock: {'created_time': 1772611299.134687, 'last_price_update_time': 1774535682.258703}
2026-03-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6442479stock') HTTP/1.1" 204 0
2026-03-26 14:34:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855255> (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-26 14:34:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:42 [ecarstrade.be] INFO: Extracting details for car 6855255stock
2026-03-26 14:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-26 14:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687caed9-23c6-5e85-a56c-c05cf2343c36 with scrape type 2
2026-03-26 14:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 687caed9-23c6-5e85-a56c-c05cf2343c36 with scrape type 2
2026-03-26 14:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 687caed9-23c6-5e85-a56c-c05cf2343c36, identifier: 6855255stock
2026-03-26 14:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-26 14:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-26 14:34:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock to the API
2026-03-26 14:34:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:42 [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-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:42 [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-26 14:34:42 [ecarstrade.be] INFO: Saving data for 6855255stock: {'created_time': 1772611738.473705, 'last_price_update_time': 1774535682.863095}
2026-03-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855255stock') HTTP/1.1" 204 0
2026-03-26 14:34:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6589495> (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-26 14:34:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:42 [ecarstrade.be] INFO: Extracting details for car 6589495stock
2026-03-26 14:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-26 14:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with scrape type 2
2026-03-26 14:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with scrape type 2
2026-03-26 14:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9, identifier: 6589495stock
2026-03-26 14:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-26 14:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-26 14:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock to the API
2026-03-26 14:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:43 [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-26 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:43 [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-26 14:34:43 [ecarstrade.be] INFO: Saving data for 6589495stock: {'created_time': 1772613140.377389, 'last_price_update_time': 1774535683.374844}
2026-03-26 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6589495stock') HTTP/1.1" 204 0
2026-03-26 14:34:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925462> (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-26 14:34:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:44 [ecarstrade.be] INFO: Extracting details for car 6925462stock
2026-03-26 14:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-26 14:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67e97e1-1d14-5f82-b860-40b9de537194 with scrape type 2
2026-03-26 14:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67e97e1-1d14-5f82-b860-40b9de537194 with scrape type 2
2026-03-26 14:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b67e97e1-1d14-5f82-b860-40b9de537194, identifier: 6925462stock
2026-03-26 14:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-26 14:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-26 14:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock to the API
2026-03-26 14:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:45 [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-26 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:45 [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-26 14:34:45 [ecarstrade.be] INFO: Saving data for 6925462stock: {'created_time': 1773180970.53477, 'last_price_update_time': 1774535685.145161}
2026-03-26 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925462stock') HTTP/1.1" 204 0
2026-03-26 14:34:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933400> (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-26 14:34:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:45 [ecarstrade.be] INFO: Extracting details for car 6933400stock
2026-03-26 14:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-26 14:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-26 14:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-26 14:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33a776c3-746d-5e76-b649-f567341427fa, identifier: 6933400stock
2026-03-26 14:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-26 14:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-26 14:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock to the API
2026-03-26 14:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:45 [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-26 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:45 [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-26 14:34:45 [ecarstrade.be] INFO: Saving data for 6933400stock: {'created_time': 1773452080.948532, 'last_price_update_time': 1774535685.995105}
2026-03-26 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933400stock') HTTP/1.1" 204 0
2026-03-26 14:34:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934382> (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-26 14:34:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:48 [ecarstrade.be] INFO: Extracting details for car 6934382stock
2026-03-26 14:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-26 14:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with scrape type 2
2026-03-26 14:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with scrape type 2
2026-03-26 14:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d, identifier: 6934382stock
2026-03-26 14:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-26 14:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-26 14:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock to the API
2026-03-26 14:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:34:48 [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-26 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:48 [ecarstrade.be] INFO: Saving data for 6934382stock: {'created_time': 1773180961.718408, 'last_price_update_time': 1774535688.810159}
2026-03-26 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934382stock') HTTP/1.1" 204 0
2026-03-26 14:34:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928167> (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-26 14:34:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:34:49 [ecarstrade.be] INFO: Extracting details for car 6928167stock
2026-03-26 14:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-26 14:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with scrape type 2
2026-03-26 14:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with scrape type 2
2026-03-26 14:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7, identifier: 6928167stock
2026-03-26 14:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-26 14:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-26 14:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock to the API
2026-03-26 14:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:34:49 [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-26 14:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:49 [ecarstrade.be] INFO: Saving data for 6928167stock: {'created_time': 1773180965.978887, 'last_price_update_time': 1774535689.585227}
2026-03-26 14:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928167stock') HTTP/1.1" 204 0
2026-03-26 14:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6834681> (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-26 14:34:56 [ecarstrade.be] INFO: Extracting details for car 6834681stock
2026-03-26 14:34:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-26 14:34:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with scrape type 2
2026-03-26 14:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with scrape type 2
2026-03-26 14:34:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3658539f-5a1d-5c02-a3d3-9d9d5c411041, identifier: 6834681stock
2026-03-26 14:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-26 14:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-26 14:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock to the API
2026-03-26 14:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:56 [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-26 14:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834681stock%27 HTTP/1.1" 200 None
2026-03-26 14:34:56 [ecarstrade.be] INFO: Saving data for 6834681stock: {'created_time': 1772611229.471188, 'last_price_update_time': 1774535696.530463}
2026-03-26 14:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6834681stock') HTTP/1.1" 204 0
2026-03-26 14:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6836054> (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-26 14:34:57 [ecarstrade.be] INFO: Extracting details for car 6836054stock
2026-03-26 14:34:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-26 14:34:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d01dfa21-3b6c-5fb7-b828-36dc1530d196 with scrape type 2
2026-03-26 14:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d01dfa21-3b6c-5fb7-b828-36dc1530d196 with scrape type 2
2026-03-26 14:34:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d01dfa21-3b6c-5fb7-b828-36dc1530d196, identifier: 6836054stock
2026-03-26 14:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-26 14:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-26 14:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock to the API
2026-03-26 14:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:34: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-26 14:34:58 [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-26 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:58 [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-26 14:34:58 [ecarstrade.be] INFO: Saving data for 6836054stock: {'created_time': 1772611230.038359, 'last_price_update_time': 1774535698.65698}
2026-03-26 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6836054stock') HTTP/1.1" 204 0
2026-03-26 14:34:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922030> (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-26 14:34:58 [ecarstrade.be] INFO: Extracting details for car 6922030stock
2026-03-26 14:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-26 14:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with scrape type 2
2026-03-26 14:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with scrape type 2
2026-03-26 14:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22, identifier: 6922030stock
2026-03-26 14:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-26 14:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-26 14:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock to the API
2026-03-26 14:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35: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-26 14:35:00 [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-26 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:00 [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-26 14:35:00 [ecarstrade.be] INFO: Saving data for 6922030stock: {'created_time': 1772839905.070996, 'last_price_update_time': 1774535700.640213}
2026-03-26 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922030stock') HTTP/1.1" 204 0
2026-03-26 14:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843336> (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-26 14:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915132> (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-26 14:35:03 [ecarstrade.be] INFO: Extracting details for car 6843336stock
2026-03-26 14:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-26 14:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0911230-497c-5244-bce1-36e347378d27 with scrape type 2
2026-03-26 14:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0911230-497c-5244-bce1-36e347378d27 with scrape type 2
2026-03-26 14:35:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0911230-497c-5244-bce1-36e347378d27, identifier: 6843336stock
2026-03-26 14:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-26 14:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-26 14:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock to the API
2026-03-26 14:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35: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-26 14:35:03 [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-26 14:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276843336stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:03 [ecarstrade.be] INFO: Saving data for 6843336stock: {'created_time': 1772611320.322488, 'last_price_update_time': 1774535703.920958}
2026-03-26 14:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843336stock') HTTP/1.1" 204 0
2026-03-26 14:35:03 [ecarstrade.be] INFO: Extracting details for car 6915132stock
2026-03-26 14:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-26 14:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-26 14:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-26 14:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73a8ef65-38f2-5330-ac37-26d61172d718, identifier: 6915132stock
2026-03-26 14:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-26 14:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-26 14:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock to the API
2026-03-26 14:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:04 [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-26 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276915132stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:04 [ecarstrade.be] INFO: Saving data for 6915132stock: {'created_time': 1773093450.257272, 'last_price_update_time': 1774535704.386845}
2026-03-26 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915132stock') HTTP/1.1" 204 0
2026-03-26 14:35:06 [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-26 14:35:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276631679stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6631679stock: 2
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276631720stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6631720stock: 2
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276663716stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6663716stock: 2
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276708827stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6708827stock: 2
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6979559stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979559stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6979559stock: 1
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6979561stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979561stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6979561stock: 1
2026-03-26 14:35:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6979567stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979567stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6979567stock: 1
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6979569stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979569stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6979569stock: 1
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6979571stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979571stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6979571stock: 1
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276879839stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6879839stock: 2
2026-03-26 14:35:06 [scrapy.extensions.logstats] INFO: Crawled 94 pages (at 25 pages/min), scraped 76 items (at 24 items/min)
2026-03-26 14:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276883830stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6883830stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885853stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6885853stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885954stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6885954stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885975stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6885975stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276890910stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6890910stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276890939stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6890939stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276893001stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6893001stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276893405stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6893405stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276899424stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6899424stock: 2
2026-03-26 14:35:06 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-26 14:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276901506stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:06 [ecarstrade.be] INFO: Scrape type for 6901506stock: 2
2026-03-26 14:35:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851391> (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-26 14: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-26 14:35:08 [ecarstrade.be] INFO: Extracting details for car 6851391stock
2026-03-26 14:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-26 14:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a596993-143a-50a9-8703-afd63f2e9732 with scrape type 2
2026-03-26 14:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a596993-143a-50a9-8703-afd63f2e9732 with scrape type 2
2026-03-26 14:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a596993-143a-50a9-8703-afd63f2e9732, identifier: 6851391stock
2026-03-26 14:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-26 14:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-26 14:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock to the API
2026-03-26 14:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35: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-26 14:35:09 [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-26 14:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276851391stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:09 [ecarstrade.be] INFO: Saving data for 6851391stock: {'created_time': 1772611326.135403, 'last_price_update_time': 1774535709.094376}
2026-03-26 14:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851391stock') HTTP/1.1" 204 0
2026-03-26 14:35:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979559> (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-26 14:35:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:14 [ecarstrade.be] INFO: Extracting details for car 6979559stock
2026-03-26 14:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-26 14:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with scrape type 1
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1773851221%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_000/780x0__r.jpg?hash=1773851221 not downloaded yet
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773851221%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_002/780x0__r.jpg?hash=1773851221 not downloaded yet
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773851222%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_003/780x0__r.jpg?hash=1773851222 not downloaded yet
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773851222%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_004/780x0__r.jpg?hash=1773851222 not downloaded yet
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773851221%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_001/780x0__r.jpg?hash=1773851221 not downloaded yet
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979559%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1773851222%27 HTTP/1.1" 200 None
2026-03-26 14:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_006/780x0__r.jpg?hash=1773851222 not downloaded yet
2026-03-26 14:35:15 [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-26 14: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-26 14:35:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6901822stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6904901stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6905414stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6905965stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6905965stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6906386stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6908834stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6909294stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6909316stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910038stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6910038stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35: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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6910043stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6910519stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6914005stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6914013stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6914030stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6916395stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6919152stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6919213stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6925476stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6925486stock: 2
2026-03-26 14:35:15 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-26 14:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:15 [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-26 14:35:15 [ecarstrade.be] INFO: Scrape type for 6927538stock: 2
2026-03-26 14:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915444> (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-26 14: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-26 14:35:16 [ecarstrade.be] INFO: Extracting details for car 6915444stock
2026-03-26 14:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-26 14:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-26 14:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-26 14:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 687be400-d2f9-5019-baf6-ae6f392b5749, identifier: 6915444stock
2026-03-26 14:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-26 14:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-26 14:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock to the API
2026-03-26 14:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:17 [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-26 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276915444stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:17 [ecarstrade.be] INFO: Saving data for 6915444stock: {'created_time': 1772839902.481817, 'last_price_update_time': 1774535717.058723}
2026-03-26 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915444stock') HTTP/1.1" 204 0
2026-03-26 14:35:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6663716> (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-26 14: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-26 14:35:20 [ecarstrade.be] INFO: Extracting details for car 6663716stock
2026-03-26 14:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-26 14:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d80a9a-496c-50b6-9bf1-dac2f79b151c with scrape type 2
2026-03-26 14:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d80a9a-496c-50b6-9bf1-dac2f79b151c with scrape type 2
2026-03-26 14:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92d80a9a-496c-50b6-9bf1-dac2f79b151c, identifier: 6663716stock
2026-03-26 14:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-26 14:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-26 14:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock to the API
2026-03-26 14:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:21 [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-26 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276663716stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:21 [ecarstrade.be] INFO: Saving data for 6663716stock: {'created_time': 1772611319.120547, 'last_price_update_time': 1774535721.116555}
2026-03-26 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6663716stock') HTTP/1.1" 204 0
2026-03-26 14:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6708827> (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-26 14: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-26 14:35:23 [ecarstrade.be] INFO: Extracting details for car 6708827stock
2026-03-26 14:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-26 14:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with scrape type 2
2026-03-26 14:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with scrape type 2
2026-03-26 14:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57, identifier: 6708827stock
2026-03-26 14:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-26 14:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-26 14:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock to the API
2026-03-26 14:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:23 [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-26 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276708827stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:23 [ecarstrade.be] INFO: Saving data for 6708827stock: {'created_time': 1773180842.314971, 'last_price_update_time': 1774535723.654604}
2026-03-26 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6708827stock') HTTP/1.1" 204 0
2026-03-26 14:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979561> (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-26 14: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-26 14:35:24 [ecarstrade.be] INFO: Extracting details for car 6979561stock
2026-03-26 14:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-26 14:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373107c3-9c37-540b-b816-a3148b30ae62 with scrape type 1
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1773851236%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_000/780x0__r.jpg?hash=1773851236 not downloaded yet
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773851236%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_002/780x0__r.jpg?hash=1773851236 not downloaded yet
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773851236%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_003/780x0__r.jpg?hash=1773851236 not downloaded yet
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773851237%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_004/780x0__r.jpg?hash=1773851237 not downloaded yet
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773851236%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_001/780x0__r.jpg?hash=1773851236 not downloaded yet
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979561%252Fphoto_018%252F780x0__r.jpg%253Fhash%3D1773851239%27 HTTP/1.1" 200 None
2026-03-26 14:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_018/780x0__r.jpg?hash=1773851239 not downloaded yet
2026-03-26 14:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6631679> (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-26 14: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-26 14:35:26 [ecarstrade.be] INFO: Extracting details for car 6631679stock
2026-03-26 14:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-26 14:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with scrape type 2
2026-03-26 14:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with scrape type 2
2026-03-26 14:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a45f5cbc-8098-58c0-a252-79ba6bd4bb83, identifier: 6631679stock
2026-03-26 14:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-26 14:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-26 14:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock to the API
2026-03-26 14:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:26 [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-26 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276631679stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:26 [ecarstrade.be] INFO: Saving data for 6631679stock: {'created_time': 1772611317.887495, 'last_price_update_time': 1774535726.585599}
2026-03-26 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6631679stock') HTTP/1.1" 204 0
2026-03-26 14:35:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6631720> (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-26 14: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-26 14:35:31 [ecarstrade.be] INFO: Extracting details for car 6631720stock
2026-03-26 14:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-26 14:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358337f6-9a52-5230-9b3c-d10d9159954a with scrape type 2
2026-03-26 14:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 358337f6-9a52-5230-9b3c-d10d9159954a with scrape type 2
2026-03-26 14:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 358337f6-9a52-5230-9b3c-d10d9159954a, identifier: 6631720stock
2026-03-26 14:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-26 14:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-26 14:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock to the API
2026-03-26 14:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35: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-26 14:35:32 [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-26 14:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:32 [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-26 14:35:32 [ecarstrade.be] INFO: Saving data for 6631720stock: {'created_time': 1772611282.905248, 'last_price_update_time': 1774535732.138621}
2026-03-26 14:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6631720stock') HTTP/1.1" 204 0
2026-03-26 14:35:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883830> (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-26 14:35:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:33 [ecarstrade.be] INFO: Extracting details for car 6883830stock
2026-03-26 14:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-26 14:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7740ee7f-5bda-557e-86f0-9244e98074d0 with scrape type 2
2026-03-26 14:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7740ee7f-5bda-557e-86f0-9244e98074d0 with scrape type 2
2026-03-26 14:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7740ee7f-5bda-557e-86f0-9244e98074d0, identifier: 6883830stock
2026-03-26 14:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-26 14:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-26 14:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock to the API
2026-03-26 14:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:33 [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-26 14:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276883830stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:33 [ecarstrade.be] INFO: Saving data for 6883830stock: {'created_time': 1772611140.654268, 'last_price_update_time': 1774535733.572111}
2026-03-26 14:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883830stock') HTTP/1.1" 204 0
2026-03-26 14:35:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885954> (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-26 14:35:35 [ecarstrade.be] INFO: Extracting details for car 6885954stock
2026-03-26 14:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-26 14:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08cba05c-671b-5e9f-a9fc-7420ea076758 with scrape type 2
2026-03-26 14:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08cba05c-671b-5e9f-a9fc-7420ea076758 with scrape type 2
2026-03-26 14:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08cba05c-671b-5e9f-a9fc-7420ea076758, identifier: 6885954stock
2026-03-26 14:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-26 14:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-26 14:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock to the API
2026-03-26 14:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:35:36 [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-26 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885954stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:36 [ecarstrade.be] INFO: Saving data for 6885954stock: {'created_time': 1772611772.572998, 'last_price_update_time': 1774535736.123234}
2026-03-26 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885954stock') HTTP/1.1" 204 0
2026-03-26 14:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_006/780x0__r.jpg?hash=1773851222> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14: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-26 14:35:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979569> (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-26 14: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-26 14:35:37 [ecarstrade.be] INFO: Extracting details for car 6979569stock
2026-03-26 14:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-26 14:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with scrape type 1
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1773851296%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_000/780x0__r.jpg?hash=1773851296 not downloaded yet
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773851297%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_002/780x0__r.jpg?hash=1773851297 not downloaded yet
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773851297%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_003/780x0__r.jpg?hash=1773851297 not downloaded yet
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773851297%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_004/780x0__r.jpg?hash=1773851297 not downloaded yet
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1773851297%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_005/780x0__r.jpg?hash=1773851297 not downloaded yet
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979569%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773851297%27 HTTP/1.1" 200 None
2026-03-26 14:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_001/780x0__r.jpg?hash=1773851297 not downloaded yet
2026-03-26 14:35:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979567> (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-26 14:35:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:38 [ecarstrade.be] INFO: Extracting details for car 6979567stock
2026-03-26 14:35:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-26 14:35:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with scrape type 1
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1773851272%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_000/780x0__r.jpg?hash=1773851272 not downloaded yet
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773851273%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_002/780x0__r.jpg?hash=1773851273 not downloaded yet
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773851273%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_003/780x0__r.jpg?hash=1773851273 not downloaded yet
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773851273%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_004/780x0__r.jpg?hash=1773851273 not downloaded yet
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773851273%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_001/780x0__r.jpg?hash=1773851273 not downloaded yet
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979567%252Fphoto_017%252F780x0__r.jpg%253Fhash%3D1773851275%27 HTTP/1.1" 200 None
2026-03-26 14:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_017/780x0__r.jpg?hash=1773851275 not downloaded yet
2026-03-26 14:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6901506> (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-26 14:35:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:43 [ecarstrade.be] INFO: Extracting details for car 6901506stock
2026-03-26 14:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-26 14:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6613ed12-a1c2-549c-90e8-78135169470b with scrape type 2
2026-03-26 14:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6613ed12-a1c2-549c-90e8-78135169470b with scrape type 2
2026-03-26 14:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6613ed12-a1c2-549c-90e8-78135169470b, identifier: 6901506stock
2026-03-26 14:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-26 14:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-26 14:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock to the API
2026-03-26 14:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:43 [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-26 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276901506stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:43 [ecarstrade.be] INFO: Saving data for 6901506stock: {'created_time': 1772673772.89272, 'last_price_update_time': 1774535743.48959}
2026-03-26 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6901506stock') HTTP/1.1" 204 0
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6927538> (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-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_018/780x0__r.jpg?hash=1773851239> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [ecarstrade.be] INFO: Extracting details for car 6927538stock
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_001/780x0__r.jpg?hash=1773851236> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-26 14:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-26 14:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46, identifier: 6927538stock
2026-03-26 14:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-26 14:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-26 14:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock to the API
2026-03-26 14:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:44 [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-26 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276927538stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:44 [ecarstrade.be] INFO: Saving data for 6927538stock: {'created_time': 1773180982.936823, 'last_price_update_time': 1774535744.611821}
2026-03-26 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6927538stock') HTTP/1.1" 204 0
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_004/780x0__r.jpg?hash=1773851237> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_003/780x0__r.jpg?hash=1773851236> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_002/780x0__r.jpg?hash=1773851236> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_000/780x0__r.jpg?hash=1773851236> (referer: https://ecarstrade.com/cars/6979561)
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_001/780x0__r.jpg?hash=1773851297> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_017/780x0__r.jpg?hash=1773851275> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 373107c3-9c37-540b-b816-a3148b30ae62
2026-03-26 14:35:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 373107c3-9c37-540b-b816-a3148b30ae62, skipping ID generation
2026-03-26 14:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373107c3-9c37-540b-b816-a3148b30ae62 with scrape type 1
2026-03-26 14:35:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 373107c3-9c37-540b-b816-a3148b30ae62 sending to next pipeline
2026-03-26 14:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 373107c3-9c37-540b-b816-a3148b30ae62, identifier: 6979561stock
2026-03-26 14:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-26 14:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-26 14:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock to the API
2026-03-26 14:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979561/photo_000/780x0__r.jpg?hash=1773851236>
{'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': 6,
'photos': [],
'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-26 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979561stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:45 [ecarstrade.be] INFO: Saving data for 6979561stock: {'created_time': 1774535745.277238, 'last_price_update_time': 1774535745.277252}
2026-03-26 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979561stock') HTTP/1.1" 204 0
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_001/780x0__r.jpg?hash=1773851273> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_004/780x0__r.jpg?hash=1773851273> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_003/780x0__r.jpg?hash=1773851273> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_002/780x0__r.jpg?hash=1773851273> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_000/780x0__r.jpg?hash=1773851272> (referer: https://ecarstrade.com/cars/6979567)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_005/780x0__r.jpg?hash=1773851297> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_004/780x0__r.jpg?hash=1773851297> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 639b220a-9c8e-5107-9abc-f8ed1e6fec13
2026-03-26 14:35:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 639b220a-9c8e-5107-9abc-f8ed1e6fec13, skipping ID generation
2026-03-26 14:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with scrape type 1
2026-03-26 14:35:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13 sending to next pipeline
2026-03-26 14:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 639b220a-9c8e-5107-9abc-f8ed1e6fec13, identifier: 6979567stock
2026-03-26 14:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-26 14:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-26 14:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock to the API
2026-03-26 14:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979567/photo_000/780x0__r.jpg?hash=1773851272>
{'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': 6,
'photos': [],
'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-26 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979567stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:45 [ecarstrade.be] INFO: Saving data for 6979567stock: {'created_time': 1774535745.997374, 'last_price_update_time': 1774535745.997384}
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979567stock') HTTP/1.1" 204 0
2026-03-26 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_003/780x0__r.jpg?hash=1773851297> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_002/780x0__r.jpg?hash=1773851297> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_000/780x0__r.jpg?hash=1773851296> (referer: https://ecarstrade.com/cars/6979569)
2026-03-26 14: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-26 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c
2026-03-26 14:35:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c, skipping ID generation
2026-03-26 14:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with scrape type 1
2026-03-26 14:35:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c sending to next pipeline
2026-03-26 14:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c, identifier: 6979569stock
2026-03-26 14:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-26 14:35:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-26 14:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock to the API
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979569/photo_000/780x0__r.jpg?hash=1773851296>
{'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': 6,
'photos': [],
'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-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:46 [ecarstrade.be] INFO: Saving data for 6979569stock: {'created_time': 1774535746.868099, 'last_price_update_time': 1774535746.86811}
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979569stock') HTTP/1.1" 204 0
2026-03-26 14:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925486> (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-26 14: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-26 14:35:50 [ecarstrade.be] INFO: Extracting details for car 6925486stock
2026-03-26 14:35:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-26 14:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with scrape type 2
2026-03-26 14:35:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with scrape type 2
2026-03-26 14:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892, identifier: 6925486stock
2026-03-26 14:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-26 14:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-26 14:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock to the API
2026-03-26 14:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:50 [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-26 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276925486stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:50 [ecarstrade.be] INFO: Saving data for 6925486stock: {'created_time': 1773180989.872849, 'last_price_update_time': 1774535750.541148}
2026-03-26 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925486stock') HTTP/1.1" 204 0
2026-03-26 14:35:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979571> (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-26 14:35:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:51 [ecarstrade.be] INFO: Extracting details for car 6979571stock
2026-03-26 14:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-26 14:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f74330-ac8a-5625-af99-2d02dd0e06f0 with scrape type 1
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1773851311%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_000/780x0__r.jpg?hash=1773851311 not downloaded yet
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773851312%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_002/780x0__r.jpg?hash=1773851312 not downloaded yet
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773851312%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_003/780x0__r.jpg?hash=1773851312 not downloaded yet
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773851312%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_004/780x0__r.jpg?hash=1773851312 not downloaded yet
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773851311%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_001/780x0__r.jpg?hash=1773851311 not downloaded yet
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6970001-6980000%252F6979571%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1773851312%27 HTTP/1.1" 200 None
2026-03-26 14:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_006/780x0__r.jpg?hash=1773851312 not downloaded yet
2026-03-26 14:35:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6879839> (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-26 14:35:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:35:55 [ecarstrade.be] INFO: Extracting details for car 6879839stock
2026-03-26 14:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-26 14:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7737a733-e903-5c5e-8459-eb34d8ac461e with scrape type 2
2026-03-26 14:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7737a733-e903-5c5e-8459-eb34d8ac461e with scrape type 2
2026-03-26 14:35:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7737a733-e903-5c5e-8459-eb34d8ac461e, identifier: 6879839stock
2026-03-26 14:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-26 14:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-26 14:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock to the API
2026-03-26 14:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35: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-26 14:35:55 [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-26 14:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:55 [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-26 14:35:55 [ecarstrade.be] INFO: Saving data for 6879839stock: {'created_time': 1772611823.408062, 'last_price_update_time': 1774535755.781036}
2026-03-26 14:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6879839stock') HTTP/1.1" 204 0
2026-03-26 14:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925476> (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-26 14: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-26 14:35:56 [ecarstrade.be] INFO: Extracting details for car 6925476stock
2026-03-26 14:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-26 14:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88e03fe9-971f-5071-bcc6-af727575a243 with scrape type 2
2026-03-26 14:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88e03fe9-971f-5071-bcc6-af727575a243 with scrape type 2
2026-03-26 14:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88e03fe9-971f-5071-bcc6-af727575a243, identifier: 6925476stock
2026-03-26 14:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-26 14:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-26 14:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock to the API
2026-03-26 14:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:35:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:35:56 [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-26 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:56 [ecarstrade.be] INFO: Saving data for 6925476stock: {'created_time': 1773180968.972047, 'last_price_update_time': 1774535756.505725}
2026-03-26 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925476stock') HTTP/1.1" 204 0
2026-03-26 14:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885853> (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-26 14: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-26 14:35:58 [ecarstrade.be] INFO: Extracting details for car 6885853stock
2026-03-26 14:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-26 14:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17200982-a5c1-526a-9db8-4e1dd34e75e9 with scrape type 2
2026-03-26 14:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17200982-a5c1-526a-9db8-4e1dd34e75e9 with scrape type 2
2026-03-26 14:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17200982-a5c1-526a-9db8-4e1dd34e75e9, identifier: 6885853stock
2026-03-26 14:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-26 14:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-26 14:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock to the API
2026-03-26 14:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:35:59 [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-26 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276885853stock%27 HTTP/1.1" 200 None
2026-03-26 14:35:59 [ecarstrade.be] INFO: Saving data for 6885853stock: {'created_time': 1772611768.813732, 'last_price_update_time': 1774535759.155515}
2026-03-26 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885853stock') HTTP/1.1" 204 0
2026-03-26 14:36:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914030> (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-26 14: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-26 14:36:00 [ecarstrade.be] INFO: Extracting details for car 6914030stock
2026-03-26 14:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-26 14:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f799ac0-90c8-5702-b90e-1f602e300a46 with scrape type 2
2026-03-26 14:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f799ac0-90c8-5702-b90e-1f602e300a46 with scrape type 2
2026-03-26 14:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f799ac0-90c8-5702-b90e-1f602e300a46, identifier: 6914030stock
2026-03-26 14:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-26 14:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-26 14:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock to the API
2026-03-26 14:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:00 [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-26 14:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276914030stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:00 [ecarstrade.be] INFO: Saving data for 6914030stock: {'created_time': 1772752264.718651, 'last_price_update_time': 1774535760.530203}
2026-03-26 14:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914030stock') HTTP/1.1" 204 0
2026-03-26 14:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914005> (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-26 14: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-26 14:36:04 [ecarstrade.be] INFO: Extracting details for car 6914005stock
2026-03-26 14:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-26 14:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with scrape type 2
2026-03-26 14:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with scrape type 2
2026-03-26 14:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd, identifier: 6914005stock
2026-03-26 14:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-26 14:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-26 14:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock to the API
2026-03-26 14:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:05 [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-26 14:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276914005stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:05 [ecarstrade.be] INFO: Saving data for 6914005stock: {'created_time': 1772673671.369676, 'last_price_update_time': 1774535765.189957}
2026-03-26 14:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914005stock') HTTP/1.1" 204 0
2026-03-26 14:36:06 [scrapy.extensions.logstats] INFO: Crawled 116 pages (at 22 pages/min), scraped 95 items (at 19 items/min)
2026-03-26 14:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6899424> (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-26 14: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-26 14:36:08 [ecarstrade.be] INFO: Extracting details for car 6899424stock
2026-03-26 14:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-26 14:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4c900a1-3ac8-534c-a05f-d720058639cc with scrape type 2
2026-03-26 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4c900a1-3ac8-534c-a05f-d720058639cc with scrape type 2
2026-03-26 14:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4c900a1-3ac8-534c-a05f-d720058639cc, identifier: 6899424stock
2026-03-26 14:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-26 14:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-26 14:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock to the API
2026-03-26 14:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:08 [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-26 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276899424stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:08 [ecarstrade.be] INFO: Saving data for 6899424stock: {'created_time': 1772673672.576693, 'last_price_update_time': 1774535768.541309}
2026-03-26 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6899424stock') HTTP/1.1" 204 0
2026-03-26 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919152> (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-26 14:36:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:08 [ecarstrade.be] INFO: Extracting details for car 6919152stock
2026-03-26 14:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-26 14:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 293a5c67-eb36-5035-a87f-d8b768a7d12e with scrape type 2
2026-03-26 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 293a5c67-eb36-5035-a87f-d8b768a7d12e with scrape type 2
2026-03-26 14:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 293a5c67-eb36-5035-a87f-d8b768a7d12e, identifier: 6919152stock
2026-03-26 14:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-26 14:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-26 14:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock to the API
2026-03-26 14:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:09 [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-26 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:09 [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-26 14:36:09 [ecarstrade.be] INFO: Saving data for 6919152stock: {'created_time': 1772839904.316197, 'last_price_update_time': 1774535769.089354}
2026-03-26 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919152stock') HTTP/1.1" 204 0
2026-03-26 14:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919213> (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-26 14:36:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:10 [ecarstrade.be] INFO: Extracting details for car 6919213stock
2026-03-26 14:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-26 14:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with scrape type 2
2026-03-26 14:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with scrape type 2
2026-03-26 14:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a, identifier: 6919213stock
2026-03-26 14:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-26 14:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-26 14:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock to the API
2026-03-26 14:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:36: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-26 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:10 [ecarstrade.be] INFO: Saving data for 6919213stock: {'created_time': 1772839944.589642, 'last_price_update_time': 1774535770.488786}
2026-03-26 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36: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-26 14:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910038> (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-26 14:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_006/780x0__r.jpg?hash=1773851312> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [ecarstrade.be] INFO: Extracting details for car 6910038stock
2026-03-26 14:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84b19b4-aee9-579d-b91f-caed5bad4711 with identifier: 6910038stock
2026-03-26 14:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84b19b4-aee9-579d-b91f-caed5bad4711 with scrape type 2
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84b19b4-aee9-579d-b91f-caed5bad4711 with scrape type 2
2026-03-26 14:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d84b19b4-aee9-579d-b91f-caed5bad4711, identifier: 6910038stock
2026-03-26 14:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d84b19b4-aee9-579d-b91f-caed5bad4711 with identifier: 6910038stock
2026-03-26 14:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d84b19b4-aee9-579d-b91f-caed5bad4711 with identifier: 6910038stock
2026-03-26 14:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d84b19b4-aee9-579d-b91f-caed5bad4711 with identifier: 6910038stock to the API
2026-03-26 14:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6910038>
{'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': 'd84b19b4-aee9-579d-b91f-caed5bad4711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6910038',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 103463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-14',
'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-26 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276910038stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:15 [ecarstrade.be] INFO: Saving data for 6910038stock: {'created_time': 1772673641.863207, 'last_price_update_time': 1774535775.397331}
2026-03-26 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910038stock') HTTP/1.1" 204 0
2026-03-26 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_001/780x0__r.jpg?hash=1773851311> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_004/780x0__r.jpg?hash=1773851312> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_003/780x0__r.jpg?hash=1773851312> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_002/780x0__r.jpg?hash=1773851312> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_000/780x0__r.jpg?hash=1773851311> (referer: https://ecarstrade.com/cars/6979571)
2026-03-26 14:36:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6f74330-ac8a-5625-af99-2d02dd0e06f0
2026-03-26 14:36:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6f74330-ac8a-5625-af99-2d02dd0e06f0, skipping ID generation
2026-03-26 14:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f74330-ac8a-5625-af99-2d02dd0e06f0 with scrape type 1
2026-03-26 14:36:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6f74330-ac8a-5625-af99-2d02dd0e06f0 sending to next pipeline
2026-03-26 14:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6f74330-ac8a-5625-af99-2d02dd0e06f0, identifier: 6979571stock
2026-03-26 14:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-26 14:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-26 14:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock to the API
2026-03-26 14:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979571/photo_000/780x0__r.jpg?hash=1773851311>
{'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': 6,
'photos': [],
'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-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:16 [ecarstrade.be] INFO: Saving data for 6979571stock: {'created_time': 1774535776.132118, 'last_price_update_time': 1774535776.132129}
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979571stock') HTTP/1.1" 204 0
2026-03-26 14:36:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910043> (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-26 14: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-26 14:36:16 [ecarstrade.be] INFO: Extracting details for car 6910043stock
2026-03-26 14:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-26 14:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2578c753-3b49-5e99-9780-f66fb3c43143 with scrape type 2
2026-03-26 14:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2578c753-3b49-5e99-9780-f66fb3c43143 with scrape type 2
2026-03-26 14:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2578c753-3b49-5e99-9780-f66fb3c43143, identifier: 6910043stock
2026-03-26 14:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-26 14:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-26 14:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock to the API
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:16 [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-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910043stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:16 [ecarstrade.be] INFO: Saving data for 6910043stock: {'created_time': 1772673726.951354, 'last_price_update_time': 1774535776.698616}
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910043stock') HTTP/1.1" 204 0
2026-03-26 14:36:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909316> (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-26 14: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-26 14:36:18 [ecarstrade.be] INFO: Extracting details for car 6909316stock
2026-03-26 14:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-26 14:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640f42d8-ab8e-5493-92ed-c5168e6639b4 with scrape type 2
2026-03-26 14:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 640f42d8-ab8e-5493-92ed-c5168e6639b4 with scrape type 2
2026-03-26 14:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 640f42d8-ab8e-5493-92ed-c5168e6639b4, identifier: 6909316stock
2026-03-26 14:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-26 14:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-26 14:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock to the API
2026-03-26 14:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:19 [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-26 14:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276909316stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:19 [ecarstrade.be] INFO: Saving data for 6909316stock: {'created_time': 1772752432.2088, 'last_price_update_time': 1774535779.029099}
2026-03-26 14:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909316stock') HTTP/1.1" 204 0
2026-03-26 14:36:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908834> (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-26 14: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-26 14:36:23 [ecarstrade.be] INFO: Extracting details for car 6908834stock
2026-03-26 14:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-26 14:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1ae3d3-9413-5207-866b-976267296f61 with scrape type 2
2026-03-26 14:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1ae3d3-9413-5207-866b-976267296f61 with scrape type 2
2026-03-26 14:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f1ae3d3-9413-5207-866b-976267296f61, identifier: 6908834stock
2026-03-26 14:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-26 14:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-26 14:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock to the API
2026-03-26 14:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:36:24 [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-26 14:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276908834stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:24 [ecarstrade.be] INFO: Saving data for 6908834stock: {'created_time': 1772673736.093398, 'last_price_update_time': 1774535784.085995}
2026-03-26 14:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908834stock') HTTP/1.1" 204 0
2026-03-26 14:36:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6916395> (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-26 14:36:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:24 [ecarstrade.be] INFO: Extracting details for car 6916395stock
2026-03-26 14:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-26 14:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with scrape type 2
2026-03-26 14:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with scrape type 2
2026-03-26 14:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46ab03b9-1d0c-56d2-abce-549ddefb09e2, identifier: 6916395stock
2026-03-26 14:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-26 14:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-26 14:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock to the API
2026-03-26 14:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:36:25 [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-26 14:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:25 [ecarstrade.be] INFO: Saving data for 6916395stock: {'created_time': 1772673672.174359, 'last_price_update_time': 1774535785.182162}
2026-03-26 14:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6916395stock') HTTP/1.1" 204 0
2026-03-26 14:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914013> (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-26 14:36:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:30 [ecarstrade.be] INFO: Extracting details for car 6914013stock
2026-03-26 14:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe92110-2c30-50b9-b344-f93deddde409 with identifier: 6914013stock
2026-03-26 14:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe92110-2c30-50b9-b344-f93deddde409 with scrape type 2
2026-03-26 14:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe92110-2c30-50b9-b344-f93deddde409 with scrape type 2
2026-03-26 14:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efe92110-2c30-50b9-b344-f93deddde409, identifier: 6914013stock
2026-03-26 14:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efe92110-2c30-50b9-b344-f93deddde409 with identifier: 6914013stock
2026-03-26 14:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efe92110-2c30-50b9-b344-f93deddde409 with identifier: 6914013stock
2026-03-26 14:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efe92110-2c30-50b9-b344-f93deddde409 with identifier: 6914013stock to the API
2026-03-26 14:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6914013>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'efe92110-2c30-50b9-b344-f93deddde409',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6914013',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 137235,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive18d Pano Head-Up Navi-Pro Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive18d Pano Head-Up Navi-Pro Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-26 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276914013stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:30 [ecarstrade.be] INFO: Saving data for 6914013stock: {'created_time': 1772673737.227527, 'last_price_update_time': 1774535790.398336}
2026-03-26 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914013stock') HTTP/1.1" 204 0
2026-03-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906386> (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-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_001/780x0__r.jpg?hash=1773851221> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_004/780x0__r.jpg?hash=1773851222> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14:36:32 [ecarstrade.be] INFO: Extracting details for car 6906386stock
2026-03-26 14:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-26 14:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d27ee6f-c4fa-598a-9ded-aace838598e8 with scrape type 2
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d27ee6f-c4fa-598a-9ded-aace838598e8 with scrape type 2
2026-03-26 14:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d27ee6f-c4fa-598a-9ded-aace838598e8, identifier: 6906386stock
2026-03-26 14:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-26 14:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-26 14:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock to the API
2026-03-26 14:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:32 [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-26 14:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276906386stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:32 [ecarstrade.be] INFO: Saving data for 6906386stock: {'created_time': 1773300701.326888, 'last_price_update_time': 1774535792.765831}
2026-03-26 14:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906386stock') HTTP/1.1" 204 0
2026-03-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_003/780x0__r.jpg?hash=1773851222> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_002/780x0__r.jpg?hash=1773851221> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_000/780x0__r.jpg?hash=1773851221> (referer: https://ecarstrade.com/cars/6979559)
2026-03-26 14:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95
2026-03-26 14:36:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95, skipping ID generation
2026-03-26 14:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with scrape type 1
2026-03-26 14:36:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 sending to next pipeline
2026-03-26 14:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95, identifier: 6979559stock
2026-03-26 14:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-26 14:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-26 14:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock to the API
2026-03-26 14:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6979559/photo_000/780x0__r.jpg?hash=1773851221>
{'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': 6,
'photos': [],
'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-26 14:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276979559stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:33 [ecarstrade.be] INFO: Saving data for 6979559stock: {'created_time': 1774535793.380827, 'last_price_update_time': 1774535793.38084}
2026-03-26 14:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979559stock') HTTP/1.1" 204 0
2026-03-26 14:36:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910519> (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-26 14: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-26 14:36:33 [ecarstrade.be] INFO: Extracting details for car 6910519stock
2026-03-26 14:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-26 14:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with scrape type 2
2026-03-26 14:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with scrape type 2
2026-03-26 14:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066, identifier: 6910519stock
2026-03-26 14:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-26 14:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-26 14:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock to the API
2026-03-26 14:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:33 [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-26 14:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276910519stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:34 [ecarstrade.be] INFO: Saving data for 6910519stock: {'created_time': 1772673669.768583, 'last_price_update_time': 1774535794.007069}
2026-03-26 14:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910519stock') HTTP/1.1" 204 0
2026-03-26 14:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6901822> (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-26 14: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-26 14:36:40 [ecarstrade.be] INFO: Extracting details for car 6901822stock
2026-03-26 14:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-26 14:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25421f18-cb92-5f38-a71b-07dadafd6115 with scrape type 2
2026-03-26 14:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25421f18-cb92-5f38-a71b-07dadafd6115 with scrape type 2
2026-03-26 14:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25421f18-cb92-5f38-a71b-07dadafd6115, identifier: 6901822stock
2026-03-26 14:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-26 14:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-26 14:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock to the API
2026-03-26 14:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:40 [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-26 14:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276901822stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:40 [ecarstrade.be] INFO: Saving data for 6901822stock: {'created_time': 1772839832.765629, 'last_price_update_time': 1774535800.916075}
2026-03-26 14:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6901822stock') HTTP/1.1" 204 0
2026-03-26 14:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6893001> (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-26 14: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-26 14:36:42 [ecarstrade.be] INFO: Extracting details for car 6893001stock
2026-03-26 14:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-26 14:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with scrape type 2
2026-03-26 14:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with scrape type 2
2026-03-26 14:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582, identifier: 6893001stock
2026-03-26 14:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-26 14:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-26 14:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock to the API
2026-03-26 14:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:42 [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-26 14:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276893001stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:42 [ecarstrade.be] INFO: Saving data for 6893001stock: {'created_time': 1772673676.619826, 'last_price_update_time': 1774535802.791677}
2026-03-26 14:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6893001stock') HTTP/1.1" 204 0
2026-03-26 14:36:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909294> (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-26 14:36:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:36:43 [ecarstrade.be] INFO: Extracting details for car 6909294stock
2026-03-26 14:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-26 14:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with scrape type 2
2026-03-26 14:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with scrape type 2
2026-03-26 14:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57, identifier: 6909294stock
2026-03-26 14:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-26 14:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-26 14:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock to the API
2026-03-26 14:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:43 [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-26 14:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276909294stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:43 [ecarstrade.be] INFO: Saving data for 6909294stock: {'created_time': 1772752573.421098, 'last_price_update_time': 1774535803.821289}
2026-03-26 14:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909294stock') HTTP/1.1" 204 0
2026-03-26 14:36:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890939> (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-26 14:36:48 [ecarstrade.be] INFO: Extracting details for car 6890939stock
2026-03-26 14:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-26 14:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad83017-8ff0-5aa0-b66e-cde512aa158f with scrape type 2
2026-03-26 14:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad83017-8ff0-5aa0-b66e-cde512aa158f with scrape type 2
2026-03-26 14:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ad83017-8ff0-5aa0-b66e-cde512aa158f, identifier: 6890939stock
2026-03-26 14:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-26 14:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-26 14:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock to the API
2026-03-26 14:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:48 [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-26 14:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276890939stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:48 [ecarstrade.be] INFO: Saving data for 6890939stock: {'created_time': 1772611797.510657, 'last_price_update_time': 1774535808.393257}
2026-03-26 14:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890939stock') HTTP/1.1" 204 0
2026-03-26 14:36:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885975> (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-26 14:36:50 [ecarstrade.be] INFO: Extracting details for car 6885975stock
2026-03-26 14:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-26 14:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7de1c5d6-15b7-5f71-9756-b708886ccce7 with scrape type 2
2026-03-26 14:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7de1c5d6-15b7-5f71-9756-b708886ccce7 with scrape type 2
2026-03-26 14:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7de1c5d6-15b7-5f71-9756-b708886ccce7, identifier: 6885975stock
2026-03-26 14:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-26 14:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-26 14:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock to the API
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36: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-26 14:36:51 [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-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:51 [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-26 14:36:51 [ecarstrade.be] INFO: Saving data for 6885975stock: {'created_time': 1772611765.466486, 'last_price_update_time': 1774535811.403361}
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885975stock') HTTP/1.1" 204 0
2026-03-26 14:36:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6905965> (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-26 14:36:51 [ecarstrade.be] INFO: Extracting details for car 6905965stock
2026-03-26 14:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-26 14:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c10f92-b54d-58a9-954b-35b0676d4364 with scrape type 2
2026-03-26 14:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94c10f92-b54d-58a9-954b-35b0676d4364 with scrape type 2
2026-03-26 14:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c10f92-b54d-58a9-954b-35b0676d4364, identifier: 6905965stock
2026-03-26 14:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-26 14:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-26 14:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock to the API
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36: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-26 14:36:51 [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-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:51 [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-26 14:36:51 [ecarstrade.be] INFO: Saving data for 6905965stock: {'created_time': 1772673641.0012, 'last_price_update_time': 1774535811.948586}
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6905965stock') HTTP/1.1" 204 0
2026-03-26 14:36:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6905414> (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-26 14:36:53 [ecarstrade.be] INFO: Extracting details for car 6905414stock
2026-03-26 14:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-26 14:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 695107c9-62fd-5343-a1e7-d64d627d19a9 with scrape type 2
2026-03-26 14:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 695107c9-62fd-5343-a1e7-d64d627d19a9 with scrape type 2
2026-03-26 14:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 695107c9-62fd-5343-a1e7-d64d627d19a9, identifier: 6905414stock
2026-03-26 14:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-26 14:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-26 14:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock to the API
2026-03-26 14:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:36:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:36:54 [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-26 14:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276905414stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:54 [ecarstrade.be] INFO: Saving data for 6905414stock: {'created_time': 1772673693.456269, 'last_price_update_time': 1774535814.11189}
2026-03-26 14:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6905414stock') HTTP/1.1" 204 0
2026-03-26 14:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904901> (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-26 14:36:55 [ecarstrade.be] INFO: Extracting details for car 6904901stock
2026-03-26 14:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-26 14:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with scrape type 2
2026-03-26 14:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with scrape type 2
2026-03-26 14:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77, identifier: 6904901stock
2026-03-26 14:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-26 14:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-26 14:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock to the API
2026-03-26 14:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:36:56 [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-26 14:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276904901stock%27 HTTP/1.1" 200 None
2026-03-26 14:36:56 [ecarstrade.be] INFO: Saving data for 6904901stock: {'created_time': 1772673639.488887, 'last_price_update_time': 1774535816.114501}
2026-03-26 14:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904901stock') HTTP/1.1" 204 0
2026-03-26 14:36:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890910> (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-26 14:36:59 [ecarstrade.be] INFO: Extracting details for car 6890910stock
2026-03-26 14:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-26 14:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173cca26-8c81-579c-ad8f-7fa982260c83 with scrape type 2
2026-03-26 14:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173cca26-8c81-579c-ad8f-7fa982260c83 with scrape type 2
2026-03-26 14:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 173cca26-8c81-579c-ad8f-7fa982260c83, identifier: 6890910stock
2026-03-26 14:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-26 14:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-26 14:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock to the API
2026-03-26 14:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:01 [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-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276890910stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Saving data for 6890910stock: {'created_time': 1772611793.650512, 'last_price_update_time': 1774535821.292717}
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890910stock') HTTP/1.1" 204 0
2026-03-26 14:37:01 [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-26 14:37:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6893405> (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-26 14:37:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276927545stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6927545stock: 2
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6934491stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276934491stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6934491stock: 2
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276937858stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6937858stock: 2
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276939583stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6939583stock: 2
2026-03-26 14:37:01 [ecarstrade.be] INFO: Extracting details for car 6893405stock
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276941303stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6941303stock: 2
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276942623stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:01 [ecarstrade.be] INFO: Scrape type for 6942623stock: 2
2026-03-26 14:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70f34341-5440-55d2-86c8-a4890984c39c with identifier: 6893405stock
2026-03-26 14:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70f34341-5440-55d2-86c8-a4890984c39c with scrape type 2
2026-03-26 14:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70f34341-5440-55d2-86c8-a4890984c39c with scrape type 2
2026-03-26 14:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70f34341-5440-55d2-86c8-a4890984c39c, identifier: 6893405stock
2026-03-26 14:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70f34341-5440-55d2-86c8-a4890984c39c with identifier: 6893405stock
2026-03-26 14:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70f34341-5440-55d2-86c8-a4890984c39c with identifier: 6893405stock
2026-03-26 14:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70f34341-5440-55d2-86c8-a4890984c39c with identifier: 6893405stock to the API
2026-03-26 14:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6893405>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '70f34341-5440-55d2-86c8-a4890984c39c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6893405',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 95224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 2.0 xDrive23i M-Sport Aut. LED-Xenon Head-Up LC-Pro '
'Sport-Leather Ambient Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 xDrive23i M-Sport Aut. LED-Xenon Head-Up LC-Pro Sport-Leather '
'Ambient Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276893405stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Saving data for 6893405stock: {'created_time': 1772673673.801106, 'last_price_update_time': 1774535822.131494}
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6893405stock') HTTP/1.1" 204 0
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276679102stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6679102stock: 2
2026-03-26 14: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-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276688226stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6688226stock: 2
2026-03-26 14: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-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276694083stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6694083stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276696769stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6696769stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276701130stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6701130stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276702277stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6702277stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276723640stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6723640stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276728384stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6728384stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276728664stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6728664stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276746262stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6746262stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276764578stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6764578stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276772786stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6772786stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276773433stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6773433stock: 2
2026-03-26 14:37:02 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-26 14:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276776417stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:02 [ecarstrade.be] INFO: Scrape type for 6776417stock: 2
2026-03-26 14:37:06 [scrapy.extensions.logstats] INFO: Crawled 138 pages (at 22 pages/min), scraped 118 items (at 23 items/min)
2026-03-26 14:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:37:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941303> (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-26 14: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-26 14:37:10 [ecarstrade.be] INFO: Extracting details for car 6941303stock
2026-03-26 14:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-26 14:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c2357a-d6c1-5b08-a37b-993965b889b8 with scrape type 2
2026-03-26 14:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c2357a-d6c1-5b08-a37b-993965b889b8 with scrape type 2
2026-03-26 14:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2c2357a-d6c1-5b08-a37b-993965b889b8, identifier: 6941303stock
2026-03-26 14:37:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-26 14:37:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-26 14:37:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock to the API
2026-03-26 14:37:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37: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-26 14:37:10 [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-26 14:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:10 [ecarstrade.be] INFO: Saving data for 6941303stock: {'created_time': 1773300766.815094, 'last_price_update_time': 1774535830.984609}
2026-03-26 14:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941303stock') HTTP/1.1" 204 0
2026-03-26 14:37:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934491> (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-26 14:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:11 [ecarstrade.be] INFO: Extracting details for car 6934491stock
2026-03-26 14:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173cb694-4243-5f0e-b8eb-ac64ac52e570 with identifier: 6934491stock
2026-03-26 14:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173cb694-4243-5f0e-b8eb-ac64ac52e570 with scrape type 2
2026-03-26 14:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173cb694-4243-5f0e-b8eb-ac64ac52e570 with scrape type 2
2026-03-26 14:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 173cb694-4243-5f0e-b8eb-ac64ac52e570, identifier: 6934491stock
2026-03-26 14:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 173cb694-4243-5f0e-b8eb-ac64ac52e570 with identifier: 6934491stock
2026-03-26 14:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 173cb694-4243-5f0e-b8eb-ac64ac52e570 with identifier: 6934491stock
2026-03-26 14:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 173cb694-4243-5f0e-b8eb-ac64ac52e570 with identifier: 6934491stock to the API
2026-03-26 14:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934491>
{'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': '173cb694-4243-5f0e-b8eb-ac64ac52e570',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934491',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'i3',
'odometer': 111677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-27',
'seats_number': 4,
'seller_name': None,
'title': 'BMW i3 33kWh Aut. Pano LED-Xenon Virtual Navi KeylessGo Klima PDC '
'...',
'transmission': 'automatic',
'trim': '33kWh Aut. Pano LED-Xenon Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-26 14:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276934491stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:11 [ecarstrade.be] INFO: Saving data for 6934491stock: {'created_time': 1773180963.105202, 'last_price_update_time': 1774535831.603755}
2026-03-26 14:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934491stock') HTTP/1.1" 204 0
2026-03-26 14:37:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6679102> (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-26 14:37:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:15 [ecarstrade.be] INFO: Extracting details for car 6679102stock
2026-03-26 14:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-26 14:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b28668aa-faee-5ea3-a409-c1a418eee664 with scrape type 2
2026-03-26 14:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b28668aa-faee-5ea3-a409-c1a418eee664 with scrape type 2
2026-03-26 14:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b28668aa-faee-5ea3-a409-c1a418eee664, identifier: 6679102stock
2026-03-26 14:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-26 14:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-26 14:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock to the API
2026-03-26 14:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37: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-26 14:37:15 [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-26 14:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:15 [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-26 14:37:15 [ecarstrade.be] INFO: Saving data for 6679102stock: {'created_time': 1772611310.301926, 'last_price_update_time': 1774535835.637311}
2026-03-26 14:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6679102stock') HTTP/1.1" 204 0
2026-03-26 14:37:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939583> (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-26 14:37:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:15 [ecarstrade.be] INFO: Extracting details for car 6939583stock
2026-03-26 14:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-26 14:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f1ba315-86e8-58ce-b394-29db3c78f83c with scrape type 2
2026-03-26 14:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f1ba315-86e8-58ce-b394-29db3c78f83c with scrape type 2
2026-03-26 14:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f1ba315-86e8-58ce-b394-29db3c78f83c, identifier: 6939583stock
2026-03-26 14:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-26 14:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-26 14:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock to the API
2026-03-26 14:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:16 [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-26 14:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:16 [ecarstrade.be] INFO: Saving data for 6939583stock: {'created_time': 1773180967.806419, 'last_price_update_time': 1774535836.266212}
2026-03-26 14:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939583stock') HTTP/1.1" 204 0
2026-03-26 14:37:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6688226> (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-26 14:37:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:19 [ecarstrade.be] INFO: Extracting details for car 6688226stock
2026-03-26 14:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-26 14:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf4fc700-62d2-5883-a814-21bd01022327 with scrape type 2
2026-03-26 14:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf4fc700-62d2-5883-a814-21bd01022327 with scrape type 2
2026-03-26 14:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf4fc700-62d2-5883-a814-21bd01022327, identifier: 6688226stock
2026-03-26 14:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-26 14:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-26 14:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock to the API
2026-03-26 14:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:19 [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-26 14:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:19 [ecarstrade.be] INFO: Saving data for 6688226stock: {'created_time': 1772611140.298198, 'last_price_update_time': 1774535839.553714}
2026-03-26 14:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6688226stock') HTTP/1.1" 204 0
2026-03-26 14:37:20 [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-26 14:37:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6779599stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787688stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6787688stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6788600stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791039stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6791039stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6792164stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6792189stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6792686stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6797653stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6798215stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798215stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6798215stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6802754stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6804641stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6808563stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6809691stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6809691stock: 1
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6812574stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6817744stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6818863stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6824257stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824278stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6824278stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6824325stock: 2
2026-03-26 14:37:20 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835922stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:20 [ecarstrade.be] INFO: Scrape type for 6835922stock: 2
2026-03-26 14:37:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6927545> (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-26 14:37:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:22 [ecarstrade.be] INFO: Extracting details for car 6927545stock
2026-03-26 14:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-26 14:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505bf258-c98c-5356-9a6f-56622a905626 with scrape type 2
2026-03-26 14:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505bf258-c98c-5356-9a6f-56622a905626 with scrape type 2
2026-03-26 14:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 505bf258-c98c-5356-9a6f-56622a905626, identifier: 6927545stock
2026-03-26 14:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-26 14:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-26 14:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock to the API
2026-03-26 14:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37: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-26 14:37:23 [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-26 14:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:23 [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-26 14:37:23 [ecarstrade.be] INFO: Saving data for 6927545stock: {'created_time': 1773180980.833461, 'last_price_update_time': 1774535843.140868}
2026-03-26 14:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6927545stock') HTTP/1.1" 204 0
2026-03-26 14:37:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701130> (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-26 14:37:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:25 [ecarstrade.be] INFO: Extracting details for car 6701130stock
2026-03-26 14:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-26 14:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with scrape type 2
2026-03-26 14:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with scrape type 2
2026-03-26 14:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0e8caa6-a970-569b-9e92-6af45cfcd0f4, identifier: 6701130stock
2026-03-26 14:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-26 14:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-26 14:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock to the API
2026-03-26 14:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:26 [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-26 14:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701130stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:26 [ecarstrade.be] INFO: Saving data for 6701130stock: {'created_time': 1772611187.042429, 'last_price_update_time': 1774535846.302141}
2026-03-26 14:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701130stock') HTTP/1.1" 204 0
2026-03-26 14:37:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6728384> (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-26 14: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-26 14:37:29 [ecarstrade.be] INFO: Extracting details for car 6728384stock
2026-03-26 14:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-26 14:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10f961c-f6d5-51ef-a382-137fe89caeb2 with scrape type 2
2026-03-26 14:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10f961c-f6d5-51ef-a382-137fe89caeb2 with scrape type 2
2026-03-26 14:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c10f961c-f6d5-51ef-a382-137fe89caeb2, identifier: 6728384stock
2026-03-26 14:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-26 14:37:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-26 14:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock to the API
2026-03-26 14:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:30 [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-26 14:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728384stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:30 [ecarstrade.be] INFO: Saving data for 6728384stock: {'created_time': 1772611364.954471, 'last_price_update_time': 1774535850.106185}
2026-03-26 14:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6728384stock') HTTP/1.1" 204 0
2026-03-26 14:37:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942623> (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-26 14:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:32 [ecarstrade.be] INFO: Extracting details for car 6942623stock
2026-03-26 14:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-26 14:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with scrape type 2
2026-03-26 14:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with scrape type 2
2026-03-26 14:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359, identifier: 6942623stock
2026-03-26 14:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-26 14:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-26 14:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock to the API
2026-03-26 14:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:32 [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-26 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276942623stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:32 [ecarstrade.be] INFO: Saving data for 6942623stock: {'created_time': 1773300768.09809, 'last_price_update_time': 1774535852.959231}
2026-03-26 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942623stock') HTTP/1.1" 204 0
2026-03-26 14:37:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6723640> (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-26 14:37:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:36 [ecarstrade.be] INFO: Extracting details for car 6723640stock
2026-03-26 14:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with identifier: 6723640stock
2026-03-26 14:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with scrape type 2
2026-03-26 14:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with scrape type 2
2026-03-26 14:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 164389f7-f529-59b0-ae27-a5f4ac70ebb8, identifier: 6723640stock
2026-03-26 14:37:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with identifier: 6723640stock
2026-03-26 14:37:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with identifier: 6723640stock
2026-03-26 14:37:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 164389f7-f529-59b0-ae27-a5f4ac70ebb8 with identifier: 6723640stock to the API
2026-03-26 14:37:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6723640>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '164389f7-f529-59b0-ae27-a5f4ac70ebb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6723640',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 123916,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 2.0 sDrive18d Aut. LED-Xenon ACC Navi-Pro Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 sDrive18d Aut. LED-Xenon ACC Navi-Pro Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723640stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:37 [ecarstrade.be] INFO: Saving data for 6723640stock: {'created_time': 1772611187.718469, 'last_price_update_time': 1774535857.588665}
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6723640stock') HTTP/1.1" 204 0
2026-03-26 14:37:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6702277> (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-26 14:37:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6937858> (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-26 14:37:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:37 [ecarstrade.be] INFO: Extracting details for car 6702277stock
2026-03-26 14:37:37 [ecarstrade.be] INFO: Extracting details for car 6937858stock
2026-03-26 14:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-26 14:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with scrape type 2
2026-03-26 14:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with scrape type 2
2026-03-26 14:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db, identifier: 6702277stock
2026-03-26 14:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-26 14:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1659c378-2e00-5678-ad58-6ecdf9ddd59d with scrape type 2
2026-03-26 14:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1659c378-2e00-5678-ad58-6ecdf9ddd59d with scrape type 2
2026-03-26 14:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1659c378-2e00-5678-ad58-6ecdf9ddd59d, identifier: 6937858stock
2026-03-26 14:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-26 14:37:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-26 14:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock to the API
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:38 [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-26 14:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276702277stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:38 [ecarstrade.be] INFO: Saving data for 6702277stock: {'created_time': 1772611333.488196, 'last_price_update_time': 1774535858.227315}
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6702277stock') HTTP/1.1" 204 0
2026-03-26 14:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-26 14:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-26 14:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock to the API
2026-03-26 14:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:39 [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-26 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:39 [ecarstrade.be] INFO: Saving data for 6937858stock: {'created_time': 1773300778.058328, 'last_price_update_time': 1774535859.550386}
2026-03-26 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6937858stock') HTTP/1.1" 204 0
2026-03-26 14:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6728664> (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-26 14:37:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:41 [ecarstrade.be] INFO: Extracting details for car 6728664stock
2026-03-26 14:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-26 14:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 255baf24-0902-5137-8076-4e4eea44f059 with scrape type 2
2026-03-26 14:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 255baf24-0902-5137-8076-4e4eea44f059 with scrape type 2
2026-03-26 14:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 255baf24-0902-5137-8076-4e4eea44f059, identifier: 6728664stock
2026-03-26 14:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-26 14:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-26 14:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock to the API
2026-03-26 14:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:41 [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-26 14:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728664stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:41 [ecarstrade.be] INFO: Saving data for 6728664stock: {'created_time': 1772750674.103536, 'last_price_update_time': 1774535861.516344}
2026-03-26 14:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6728664stock') HTTP/1.1" 204 0
2026-03-26 14:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694083> (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-26 14: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-26 14:37:45 [ecarstrade.be] INFO: Extracting details for car 6694083stock
2026-03-26 14:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-26 14:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with scrape type 2
2026-03-26 14:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with scrape type 2
2026-03-26 14:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5, identifier: 6694083stock
2026-03-26 14:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-26 14:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-26 14:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock to the API
2026-03-26 14:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:46 [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-26 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276694083stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:46 [ecarstrade.be] INFO: Saving data for 6694083stock: {'created_time': 1772611190.158163, 'last_price_update_time': 1774535866.132117}
2026-03-26 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694083stock') HTTP/1.1" 204 0
2026-03-26 14:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764578> (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-26 14:37:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6772786> (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-26 14:37:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:47 [ecarstrade.be] INFO: Extracting details for car 6764578stock
2026-03-26 14:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-26 14:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with scrape type 2
2026-03-26 14:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with scrape type 2
2026-03-26 14:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c6809f8-5683-5a33-bc63-e694ff2d78f9, identifier: 6764578stock
2026-03-26 14:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-26 14:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-26 14:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock to the API
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37: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-26 14:37:47 [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-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764578stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:47 [ecarstrade.be] INFO: Saving data for 6764578stock: {'created_time': 1773093210.469359, 'last_price_update_time': 1774535867.548858}
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764578stock') HTTP/1.1" 204 0
2026-03-26 14:37:47 [ecarstrade.be] INFO: Extracting details for car 6772786stock
2026-03-26 14:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-26 14:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b19d1e9-2220-50d4-b860-151d0a06ed60 with scrape type 2
2026-03-26 14:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b19d1e9-2220-50d4-b860-151d0a06ed60 with scrape type 2
2026-03-26 14:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b19d1e9-2220-50d4-b860-151d0a06ed60, identifier: 6772786stock
2026-03-26 14:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-26 14:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-26 14:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock to the API
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37: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-26 14:37:47 [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-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276772786stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:47 [ecarstrade.be] INFO: Saving data for 6772786stock: {'created_time': 1772611249.872901, 'last_price_update_time': 1774535867.986816}
2026-03-26 14:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6772786stock') HTTP/1.1" 204 0
2026-03-26 14:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6776417> (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-26 14:37:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:48 [ecarstrade.be] INFO: Extracting details for car 6776417stock
2026-03-26 14:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-26 14:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with scrape type 2
2026-03-26 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with scrape type 2
2026-03-26 14:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9, identifier: 6776417stock
2026-03-26 14:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-26 14:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-26 14:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock to the API
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:37:48 [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-26 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:48 [ecarstrade.be] INFO: Saving data for 6776417stock: {'created_time': 1772611705.631068, 'last_price_update_time': 1774535868.866588}
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6776417stock') HTTP/1.1" 204 0
2026-03-26 14:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6773433> (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-26 14:37:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:37:49 [ecarstrade.be] INFO: Extracting details for car 6773433stock
2026-03-26 14:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-26 14:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23db0050-0031-59e8-a20c-ef87e3a3cf57 with scrape type 2
2026-03-26 14:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23db0050-0031-59e8-a20c-ef87e3a3cf57 with scrape type 2
2026-03-26 14:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23db0050-0031-59e8-a20c-ef87e3a3cf57, identifier: 6773433stock
2026-03-26 14:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-26 14:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-26 14:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock to the API
2026-03-26 14:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:49 [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-26 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276773433stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:49 [ecarstrade.be] INFO: Saving data for 6773433stock: {'created_time': 1772611203.661315, 'last_price_update_time': 1774535869.441852}
2026-03-26 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6773433stock') HTTP/1.1" 204 0
2026-03-26 14:37:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6696769> (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-26 14: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-26 14:37:49 [ecarstrade.be] INFO: Extracting details for car 6696769stock
2026-03-26 14:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-26 14:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1b6a15d-030f-57a7-b028-b1d030e67c30 with scrape type 2
2026-03-26 14:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1b6a15d-030f-57a7-b028-b1d030e67c30 with scrape type 2
2026-03-26 14:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1b6a15d-030f-57a7-b028-b1d030e67c30, identifier: 6696769stock
2026-03-26 14:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-26 14:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-26 14:37:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock to the API
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:37:50 [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-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276696769stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Saving data for 6696769stock: {'created_time': 1772673589.48232, 'last_price_update_time': 1774535870.22997}
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6696769stock') HTTP/1.1" 204 0
2026-03-26 14:37:50 [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-26 14: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-26 14:37:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276843034stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6843034stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276844715stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276845529stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6845529stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276847587stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6847587stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276853022stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6853022stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276862902stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6862902stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276866821stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6866821stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276867142stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6867142stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276868001stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6868001stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276869050stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6869050stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276870475stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6870475stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276870633stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6870633stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276875341stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6875341stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276876338stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6876338stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%275790258stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 5790258stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276380489stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6380489stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276492226stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6492226stock: 0
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276565827stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6565827stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276568211stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6568211stock: 2
2026-03-26 14:37:50 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-26 14:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276572320stock%27 HTTP/1.1" 200 None
2026-03-26 14:37:50 [ecarstrade.be] INFO: Scrape type for 6572320stock: 0
2026-03-26 14:38:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818863> (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-26 14:38:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:00 [ecarstrade.be] INFO: Extracting details for car 6818863stock
2026-03-26 14:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-26 14:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02702a5a-7a57-51de-9a0c-c8ee2413936b with scrape type 2
2026-03-26 14:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02702a5a-7a57-51de-9a0c-c8ee2413936b with scrape type 2
2026-03-26 14:38:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02702a5a-7a57-51de-9a0c-c8ee2413936b, identifier: 6818863stock
2026-03-26 14:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-26 14:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-26 14:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock to the API
2026-03-26 14:38:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:00 [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-26 14:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276818863stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:00 [ecarstrade.be] INFO: Saving data for 6818863stock: {'created_time': 1772611766.388649, 'last_price_update_time': 1774535880.611039}
2026-03-26 14:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818863stock') HTTP/1.1" 204 0
2026-03-26 14:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812574> (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-26 14: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-26 14:38:01 [ecarstrade.be] INFO: Extracting details for car 6812574stock
2026-03-26 14:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-26 14:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc10129f-bcf8-5245-8258-8fdca3459049 with scrape type 2
2026-03-26 14:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc10129f-bcf8-5245-8258-8fdca3459049 with scrape type 2
2026-03-26 14:38:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc10129f-bcf8-5245-8258-8fdca3459049, identifier: 6812574stock
2026-03-26 14:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-26 14:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-26 14:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock to the API
2026-03-26 14:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:02 [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-26 14:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276812574stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:02 [ecarstrade.be] INFO: Saving data for 6812574stock: {'created_time': 1772673596.556239, 'last_price_update_time': 1774535882.369609}
2026-03-26 14:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812574stock') HTTP/1.1" 204 0
2026-03-26 14:38:06 [scrapy.extensions.logstats] INFO: Crawled 161 pages (at 23 pages/min), scraped 139 items (at 21 items/min)
2026-03-26 14:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6809691> (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-26 14: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-26 14:38:07 [ecarstrade.be] INFO: Extracting details for car 6809691stock
2026-03-26 14:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-26 14:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with scrape type 1
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_021%252F780x0__r.jpg%253Fhash%3D1772627940%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_021/780x0__r.jpg?hash=1772627940 not downloaded yet
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_026%252F780x0__r.jpg%253Fhash%3D1772627941%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_026/780x0__r.jpg?hash=1772627941 not downloaded yet
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_022%252F780x0__r.jpg%253Fhash%3D1772627941%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_022/780x0__r.jpg?hash=1772627941 not downloaded yet
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_024%252F780x0__r.jpg%253Fhash%3D1772627941%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_024/780x0__r.jpg?hash=1772627941 not downloaded yet
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_023%252F780x0__r.jpg%253Fhash%3D1772627941%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_023/780x0__r.jpg?hash=1772627941 not downloaded yet
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6809691%252Fphoto_040%252F780x0__r.jpg%253Fhash%3D1772629412%27 HTTP/1.1" 200 None
2026-03-26 14:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_040/780x0__r.jpg?hash=1772629412 not downloaded yet
2026-03-26 14:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6746262> (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-26 14: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-26 14:38:09 [ecarstrade.be] INFO: Extracting details for car 6746262stock
2026-03-26 14:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-26 14:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe463121-cdba-56d7-8692-2aeec231db6b with scrape type 2
2026-03-26 14:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe463121-cdba-56d7-8692-2aeec231db6b with scrape type 2
2026-03-26 14:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe463121-cdba-56d7-8692-2aeec231db6b, identifier: 6746262stock
2026-03-26 14:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-26 14:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-26 14:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock to the API
2026-03-26 14:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:09 [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-26 14:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746262stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:09 [ecarstrade.be] INFO: Saving data for 6746262stock: {'created_time': 1772611682.741387, 'last_price_update_time': 1774535889.780601}
2026-03-26 14:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6746262stock') HTTP/1.1" 204 0
2026-03-26 14:38:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808563> (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-26 14:38:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:20 [ecarstrade.be] INFO: Extracting details for car 6808563stock
2026-03-26 14:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-26 14:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c782795c-8053-5d73-98ee-7c93d870a855 with scrape type 2
2026-03-26 14:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c782795c-8053-5d73-98ee-7c93d870a855 with scrape type 2
2026-03-26 14:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c782795c-8053-5d73-98ee-7c93d870a855, identifier: 6808563stock
2026-03-26 14:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-26 14:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-26 14:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock to the API
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:20 [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-26 14:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276808563stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:20 [ecarstrade.be] INFO: Saving data for 6808563stock: {'created_time': 1772611226.773556, 'last_price_update_time': 1774535900.56695}
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808563stock') HTTP/1.1" 204 0
2026-03-26 14:38:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835922> (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-26 14: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-26 14:38:20 [ecarstrade.be] INFO: Extracting details for car 6835922stock
2026-03-26 14:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-26 14:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1abf9671-0192-5590-a981-74484fcf4cee with scrape type 2
2026-03-26 14:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1abf9671-0192-5590-a981-74484fcf4cee with scrape type 2
2026-03-26 14:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1abf9671-0192-5590-a981-74484fcf4cee, identifier: 6835922stock
2026-03-26 14:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-26 14:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-26 14:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock to the API
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:21 [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-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276835922stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:21 [ecarstrade.be] INFO: Saving data for 6835922stock: {'created_time': 1772611263.61322, 'last_price_update_time': 1774535901.092368}
2026-03-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835922stock') HTTP/1.1" 204 0
2026-03-26 14:38:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6804641> (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-26 14:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:21 [ecarstrade.be] INFO: Extracting details for car 6804641stock
2026-03-26 14:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-26 14:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b9e94-d05e-55f1-b6a2-21d5d5a068db with scrape type 2
2026-03-26 14:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217b9e94-d05e-55f1-b6a2-21d5d5a068db with scrape type 2
2026-03-26 14:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 217b9e94-d05e-55f1-b6a2-21d5d5a068db, identifier: 6804641stock
2026-03-26 14:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-26 14:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-26 14:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock to the API
2026-03-26 14:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:21 [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-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276804641stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:21 [ecarstrade.be] INFO: Saving data for 6804641stock: {'created_time': 1772611248.054647, 'last_price_update_time': 1774535901.80856}
2026-03-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6804641stock') HTTP/1.1" 204 0
2026-03-26 14:38:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824325> (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-26 14:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:21 [ecarstrade.be] INFO: Extracting details for car 6824325stock
2026-03-26 14:38:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824278> (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-26 14:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-26 14:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with scrape type 2
2026-03-26 14:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with scrape type 2
2026-03-26 14:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91, identifier: 6824325stock
2026-03-26 14:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-26 14:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-26 14:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock to the API
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:22 [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-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:22 [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-26 14:38:22 [ecarstrade.be] INFO: Saving data for 6824325stock: {'created_time': 1772839808.479081, 'last_price_update_time': 1774535902.351911}
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824325stock') HTTP/1.1" 204 0
2026-03-26 14:38:22 [ecarstrade.be] INFO: Extracting details for car 6824278stock
2026-03-26 14:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-26 14:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with scrape type 2
2026-03-26 14:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with scrape type 2
2026-03-26 14:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0, identifier: 6824278stock
2026-03-26 14:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-26 14:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-26 14:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock to the API
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:22 [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-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:22 [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-26 14:38:22 [ecarstrade.be] INFO: Saving data for 6824278stock: {'created_time': 1772611662.408518, 'last_price_update_time': 1774535902.776709}
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824278stock') HTTP/1.1" 204 0
2026-03-26 14:38:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824257> (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-26 14:38:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:23 [ecarstrade.be] INFO: Extracting details for car 6824257stock
2026-03-26 14:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-26 14:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b955bb8-425f-5c9b-925b-b068a7c5a01e with scrape type 2
2026-03-26 14:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b955bb8-425f-5c9b-925b-b068a7c5a01e with scrape type 2
2026-03-26 14:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b955bb8-425f-5c9b-925b-b068a7c5a01e, identifier: 6824257stock
2026-03-26 14:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-26 14:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-26 14:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock to the API
2026-03-26 14:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:24 [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-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276824257stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:24 [ecarstrade.be] INFO: Saving data for 6824257stock: {'created_time': 1772613167.348144, 'last_price_update_time': 1774535904.100652}
2026-03-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824257stock') HTTP/1.1" 204 0
2026-03-26 14:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6817744> (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-26 14: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-26 14:38:24 [ecarstrade.be] INFO: Extracting details for car 6817744stock
2026-03-26 14:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-26 14:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with scrape type 2
2026-03-26 14:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with scrape type 2
2026-03-26 14:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a, identifier: 6817744stock
2026-03-26 14:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-26 14:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-26 14:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock to the API
2026-03-26 14:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:24 [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-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276817744stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:24 [ecarstrade.be] INFO: Saving data for 6817744stock: {'created_time': 1772611318.394927, 'last_price_update_time': 1774535904.877274}
2026-03-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6817744stock') HTTP/1.1" 204 0
2026-03-26 14:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802754> (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-26 14:38:26 [ecarstrade.be] INFO: Extracting details for car 6802754stock
2026-03-26 14:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-26 14:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with scrape type 2
2026-03-26 14:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with scrape type 2
2026-03-26 14:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f, identifier: 6802754stock
2026-03-26 14:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-26 14:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-26 14:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock to the API
2026-03-26 14:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:27 [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-26 14:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802754stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:27 [ecarstrade.be] INFO: Saving data for 6802754stock: {'created_time': 1772611678.349295, 'last_price_update_time': 1774535907.068583}
2026-03-26 14:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802754stock') HTTP/1.1" 204 0
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_040/780x0__r.jpg?hash=1772629412> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_023/780x0__r.jpg?hash=1772627941> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_024/780x0__r.jpg?hash=1772627941> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_022/780x0__r.jpg?hash=1772627941> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_026/780x0__r.jpg?hash=1772627941> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_021/780x0__r.jpg?hash=1772627940> (referer: https://ecarstrade.com/cars/6809691)
2026-03-26 14:38:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46
2026-03-26 14:38:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46, skipping ID generation
2026-03-26 14:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with scrape type 1
2026-03-26 14:38:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 sending to next pipeline
2026-03-26 14:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46, identifier: 6809691stock
2026-03-26 14:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-26 14:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-26 14:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock to the API
2026-03-26 14:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6809691/photo_021/780x0__r.jpg?hash=1772627940>
{'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': 6,
'photos': [],
'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-26 14:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:28 [ecarstrade.be] INFO: Saving data for 6809691stock: {'created_time': 1774535908.158282, 'last_price_update_time': 1774535908.158293}
2026-03-26 14:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6809691stock') HTTP/1.1" 204 0
2026-03-26 14:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6568211> (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-26 14: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-26 14:38:32 [ecarstrade.be] INFO: Extracting details for car 6568211stock
2026-03-26 14:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-26 14:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10534955-bc9a-556e-a1b7-f950ace6fed8 with scrape type 2
2026-03-26 14:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10534955-bc9a-556e-a1b7-f950ace6fed8 with scrape type 2
2026-03-26 14:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10534955-bc9a-556e-a1b7-f950ace6fed8, identifier: 6568211stock
2026-03-26 14:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-26 14:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-26 14:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock to the API
2026-03-26 14:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:32 [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-26 14:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:32 [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-26 14:38:32 [ecarstrade.be] INFO: Saving data for 6568211stock: {'created_time': 1772611276.441684, 'last_price_update_time': 1774535912.969824}
2026-03-26 14:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6568211stock') HTTP/1.1" 204 0
2026-03-26 14:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870475> (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-26 14: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-26 14:38:37 [ecarstrade.be] INFO: Extracting details for car 6870475stock
2026-03-26 14:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-26 14:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea3d0304-1e4f-5e28-8210-0be2b7771648 with scrape type 2
2026-03-26 14:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea3d0304-1e4f-5e28-8210-0be2b7771648 with scrape type 2
2026-03-26 14:38:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea3d0304-1e4f-5e28-8210-0be2b7771648, identifier: 6870475stock
2026-03-26 14:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-26 14:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-26 14:38:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock to the API
2026-03-26 14:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:37 [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-26 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276870475stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:37 [ecarstrade.be] INFO: Saving data for 6870475stock: {'created_time': 1772611774.257798, 'last_price_update_time': 1774535917.74653}
2026-03-26 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870475stock') HTTP/1.1" 204 0
2026-03-26 14:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792686> (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-26 14:38:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:37 [ecarstrade.be] INFO: Extracting details for car 6792686stock
2026-03-26 14:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-26 14:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a733a801-bc62-56ae-91a6-80c2e6937526 with scrape type 2
2026-03-26 14:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a733a801-bc62-56ae-91a6-80c2e6937526 with scrape type 2
2026-03-26 14:38:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a733a801-bc62-56ae-91a6-80c2e6937526, identifier: 6792686stock
2026-03-26 14:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-26 14:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-26 14:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock to the API
2026-03-26 14:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:38 [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-26 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:38 [ecarstrade.be] INFO: Saving data for 6792686stock: {'created_time': 1772611188.791288, 'last_price_update_time': 1774535918.30388}
2026-03-26 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792686stock') HTTP/1.1" 204 0
2026-03-26 14:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792189> (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-26 14:38:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:40 [ecarstrade.be] INFO: Extracting details for car 6792189stock
2026-03-26 14:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-26 14:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8308247-5092-5e6c-a492-3da0da82d6dc with scrape type 2
2026-03-26 14:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8308247-5092-5e6c-a492-3da0da82d6dc with scrape type 2
2026-03-26 14:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8308247-5092-5e6c-a492-3da0da82d6dc, identifier: 6792189stock
2026-03-26 14:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-26 14:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-26 14:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock to the API
2026-03-26 14:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:40 [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-26 14:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:40 [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-26 14:38:40 [ecarstrade.be] INFO: Saving data for 6792189stock: {'created_time': 1772611636.223214, 'last_price_update_time': 1774535920.416583}
2026-03-26 14:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792189stock') HTTP/1.1" 204 0
2026-03-26 14:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6797653> (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-26 14:38:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:40 [ecarstrade.be] INFO: Extracting details for car 6797653stock
2026-03-26 14:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-26 14:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with scrape type 2
2026-03-26 14:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with scrape type 2
2026-03-26 14:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7, identifier: 6797653stock
2026-03-26 14:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-26 14:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-26 14:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock to the API
2026-03-26 14:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:41 [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-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:41 [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-26 14:38:41 [ecarstrade.be] INFO: Saving data for 6797653stock: {'created_time': 1772611233.218444, 'last_price_update_time': 1774535921.149545}
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6797653stock') HTTP/1.1" 204 0
2026-03-26 14:38:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870633> (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-26 14:38:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:41 [ecarstrade.be] INFO: Extracting details for car 6870633stock
2026-03-26 14:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-26 14:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with scrape type 2
2026-03-26 14:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with scrape type 2
2026-03-26 14:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0, identifier: 6870633stock
2026-03-26 14:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-26 14:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-26 14:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock to the API
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:41 [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-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:41 [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-26 14:38:41 [ecarstrade.be] INFO: Saving data for 6870633stock: {'created_time': 1772611331.751811, 'last_price_update_time': 1774535921.962799}
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870633stock') HTTP/1.1" 204 0
2026-03-26 14:38:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6868001> (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-26 14:38:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:47 [ecarstrade.be] INFO: Extracting details for car 6868001stock
2026-03-26 14:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-26 14:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b163ea-fb85-52f4-b184-0abee44b3778 with scrape type 2
2026-03-26 14:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b163ea-fb85-52f4-b184-0abee44b3778 with scrape type 2
2026-03-26 14:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09b163ea-fb85-52f4-b184-0abee44b3778, identifier: 6868001stock
2026-03-26 14:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-26 14:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-26 14:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock to the API
2026-03-26 14:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:48 [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-26 14:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:48 [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-26 14:38:48 [ecarstrade.be] INFO: Saving data for 6868001stock: {'created_time': 1773093258.730999, 'last_price_update_time': 1774535928.233173}
2026-03-26 14:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6868001stock') HTTP/1.1" 204 0
2026-03-26 14:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843034> (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-26 14: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-26 14:38:50 [ecarstrade.be] INFO: Extracting details for car 6843034stock
2026-03-26 14:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-26 14:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with scrape type 2
2026-03-26 14:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with scrape type 2
2026-03-26 14:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e, identifier: 6843034stock
2026-03-26 14:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-26 14:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-26 14:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock to the API
2026-03-26 14:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:51 [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-26 14:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276843034stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:51 [ecarstrade.be] INFO: Saving data for 6843034stock: {'created_time': 1772611739.112453, 'last_price_update_time': 1774535931.214524}
2026-03-26 14:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843034stock') HTTP/1.1" 204 0
2026-03-26 14:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6798215> (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-26 14:38:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:55 [ecarstrade.be] INFO: Extracting details for car 6798215stock
2026-03-26 14:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd78862-f532-5729-b677-23284691a6d4 with identifier: 6798215stock
2026-03-26 14:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd78862-f532-5729-b677-23284691a6d4 with scrape type 2
2026-03-26 14:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd78862-f532-5729-b677-23284691a6d4 with scrape type 2
2026-03-26 14:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cd78862-f532-5729-b677-23284691a6d4, identifier: 6798215stock
2026-03-26 14:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cd78862-f532-5729-b677-23284691a6d4 with identifier: 6798215stock
2026-03-26 14:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cd78862-f532-5729-b677-23284691a6d4 with identifier: 6798215stock
2026-03-26 14:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cd78862-f532-5729-b677-23284691a6d4 with identifier: 6798215stock to the API
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6798215>
{'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': '6cd78862-f532-5729-b677-23284691a6d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6798215',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 001-127-002"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 114227,
'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': 'Skoda Superb Combi 2.0 TDi 150Hp Style Aut. LED Virtual Navi-Pro '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Combi 2.0 TDi 150Hp Style Aut. LED Virtual Navi-Pro Sport-Seats '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798215stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:55 [ecarstrade.be] INFO: Saving data for 6798215stock: {'created_time': 1772694640.343328, 'last_price_update_time': 1774535935.442459}
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6798215stock') HTTP/1.1" 204 0
2026-03-26 14:38:55 [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-26 14:38:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6589936stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6612228stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6629462stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6635088stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6668929stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:55 [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-26 14:38:55 [ecarstrade.be] INFO: Scrape type for 6672443stock: 0
2026-03-26 14:38:55 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-26 14:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843094stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6843094stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6751573stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276751573stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6751573stock: 1
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276434642stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6597827stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276597827stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6597827stock: 1
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882517stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6882517stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769282stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6769282stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276287267stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6287267stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276462698stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6462698stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276478353stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6478353stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276644566stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6644566stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6674391stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674391stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6674391stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675809stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6675809stock: 2
2026-03-26 14:38:56 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276700653stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Scrape type for 6700653stock: 2
2026-03-26 14:38:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792164> (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-26 14:38:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:56 [ecarstrade.be] INFO: Extracting details for car 6792164stock
2026-03-26 14:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-26 14:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0da56c40-0eb8-52c7-b68b-b395c9814375 with scrape type 2
2026-03-26 14:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0da56c40-0eb8-52c7-b68b-b395c9814375 with scrape type 2
2026-03-26 14:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0da56c40-0eb8-52c7-b68b-b395c9814375, identifier: 6792164stock
2026-03-26 14:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-26 14:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-26 14:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock to the API
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:38:56 [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-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:56 [ecarstrade.be] INFO: Saving data for 6792164stock: {'created_time': 1772611188.144577, 'last_price_update_time': 1774535936.973583}
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792164stock') HTTP/1.1" 204 0
2026-03-26 14:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6862902> (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-26 14:38:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:38:57 [ecarstrade.be] INFO: Extracting details for car 6862902stock
2026-03-26 14:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-26 14:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with scrape type 2
2026-03-26 14:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with scrape type 2
2026-03-26 14:38:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb, identifier: 6862902stock
2026-03-26 14:38:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-26 14:38:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-26 14:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock to the API
2026-03-26 14:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:38: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-26 14:38:58 [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-26 14:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:58 [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-26 14:38:58 [ecarstrade.be] INFO: Saving data for 6862902stock: {'created_time': 1772611246.27784, 'last_price_update_time': 1774535938.025967}
2026-03-26 14:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6862902stock') HTTP/1.1" 204 0
2026-03-26 14:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6565827> (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-26 14: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-26 14:38:58 [ecarstrade.be] INFO: Extracting details for car 6565827stock
2026-03-26 14:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-26 14:38: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-26 14:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9daafde-347f-5621-84e9-83ed75204602 with scrape type 2
2026-03-26 14:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9daafde-347f-5621-84e9-83ed75204602, identifier: 6565827stock
2026-03-26 14:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-26 14:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-26 14:38: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-26 14:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:38:59 [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-26 14:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276565827stock%27 HTTP/1.1" 200 None
2026-03-26 14:38:59 [ecarstrade.be] INFO: Saving data for 6565827stock: {'created_time': 1773093180.466506, 'last_price_update_time': 1774535939.138921}
2026-03-26 14:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6565827stock') HTTP/1.1" 204 0
2026-03-26 14:39:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6791039> (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-26 14: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-26 14:39:06 [ecarstrade.be] INFO: Extracting details for car 6791039stock
2026-03-26 14:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-26 14:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with scrape type 2
2026-03-26 14:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with scrape type 2
2026-03-26 14:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fee448f-e324-57a0-a2f2-ae9a426b31e0, identifier: 6791039stock
2026-03-26 14:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-26 14:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-26 14:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock to the API
2026-03-26 14:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:07 [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-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276791039stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Saving data for 6791039stock: {'created_time': 1772611182.715059, 'last_price_update_time': 1774535947.244276}
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6791039stock') HTTP/1.1" 204 0
2026-03-26 14:39:07 [scrapy.extensions.logstats] INFO: Crawled 185 pages (at 24 pages/min), scraped 162 items (at 23 items/min)
2026-03-26 14:39:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:39:07 [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-26 14: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-26 14:39:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276706350stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276740077stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6740077stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752714stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6752714stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276761356stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6777305stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276777305stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6777305stock: 1
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276778069stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6778069stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276781448stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6781448stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276797160stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276801102stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6801102stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276808931stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6808931stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276811286stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276816472stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276821306stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6821306stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276828925stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276835650stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6835650stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276863207stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6863207stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276865470stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6865470stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6865847stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276865847stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6865847stock: 1
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276867096stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6867096stock: 2
2026-03-26 14:39:07 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-26 14:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276884277stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:07 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-26 14:39:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867142> (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-26 14: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-26 14:39:12 [ecarstrade.be] INFO: Extracting details for car 6867142stock
2026-03-26 14:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-26 14:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1d60b9-2165-5af8-a3e6-379608493fd0 with scrape type 2
2026-03-26 14:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff1d60b9-2165-5af8-a3e6-379608493fd0 with scrape type 2
2026-03-26 14:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff1d60b9-2165-5af8-a3e6-379608493fd0, identifier: 6867142stock
2026-03-26 14:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-26 14:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-26 14:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock to the API
2026-03-26 14:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:12 [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-26 14:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276867142stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:12 [ecarstrade.be] INFO: Saving data for 6867142stock: {'created_time': 1772611235.115392, 'last_price_update_time': 1774535952.67261}
2026-03-26 14:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867142stock') HTTP/1.1" 204 0
2026-03-26 14:39:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6866821> (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-26 14:39:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:12 [ecarstrade.be] INFO: Extracting details for car 6866821stock
2026-03-26 14:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-26 14:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with scrape type 2
2026-03-26 14:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with scrape type 2
2026-03-26 14:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd56e454-f261-5ff0-8bc7-25aff4cddcb3, identifier: 6866821stock
2026-03-26 14:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-26 14:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-26 14:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock to the API
2026-03-26 14:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:39:13 [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-26 14:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:13 [ecarstrade.be] INFO: Saving data for 6866821stock: {'created_time': 1772611247.456761, 'last_price_update_time': 1774535953.479405}
2026-03-26 14:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6866821stock') HTTP/1.1" 204 0
2026-03-26 14:39:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788600> (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-26 14:39:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:22 [ecarstrade.be] INFO: Extracting details for car 6788600stock
2026-03-26 14:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-26 14:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 626a0f55-21a1-5fc4-88df-8faa0da17670 with scrape type 2
2026-03-26 14:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 626a0f55-21a1-5fc4-88df-8faa0da17670 with scrape type 2
2026-03-26 14:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 626a0f55-21a1-5fc4-88df-8faa0da17670, identifier: 6788600stock
2026-03-26 14:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-26 14:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-26 14:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock to the API
2026-03-26 14:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:39:22 [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-26 14:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:22 [ecarstrade.be] INFO: Saving data for 6788600stock: {'created_time': 1772611705.103708, 'last_price_update_time': 1774535962.742621}
2026-03-26 14:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788600stock') HTTP/1.1" 204 0
2026-03-26 14:39:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787688> (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-26 14:39:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:25 [ecarstrade.be] INFO: Extracting details for car 6787688stock
2026-03-26 14:39:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-26 14:39:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with scrape type 2
2026-03-26 14:39:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with scrape type 2
2026-03-26 14:39:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2e29f4c-dd88-5421-be81-4f5d20bd6c58, identifier: 6787688stock
2026-03-26 14:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-26 14:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-26 14:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock to the API
2026-03-26 14:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:25 [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-26 14:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:25 [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-26 14:39:25 [ecarstrade.be] INFO: Saving data for 6787688stock: {'created_time': 1772611663.532978, 'last_price_update_time': 1774535965.736485}
2026-03-26 14:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787688stock') HTTP/1.1" 204 0
2026-03-26 14:39:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6287267> (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-26 14:39:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:31 [ecarstrade.be] INFO: Extracting details for car 6287267stock
2026-03-26 14:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-26 14:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with scrape type 2
2026-03-26 14:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with scrape type 2
2026-03-26 14:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45, identifier: 6287267stock
2026-03-26 14:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-26 14:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-26 14:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock to the API
2026-03-26 14:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:31 [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-26 14:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276287267stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:31 [ecarstrade.be] INFO: Saving data for 6287267stock: {'created_time': 1772611466.656639, 'last_price_update_time': 1774535971.764562}
2026-03-26 14:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6287267stock') HTTP/1.1" 204 0
2026-03-26 14:39:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779599> (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-26 14: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-26 14:39:31 [ecarstrade.be] INFO: Extracting details for car 6779599stock
2026-03-26 14:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-26 14:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f92c47-dab4-53ec-81be-ceb09940f54d with scrape type 2
2026-03-26 14:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f92c47-dab4-53ec-81be-ceb09940f54d with scrape type 2
2026-03-26 14:39:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30f92c47-dab4-53ec-81be-ceb09940f54d, identifier: 6779599stock
2026-03-26 14:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-26 14:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-26 14:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock to the API
2026-03-26 14:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:32 [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-26 14:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276779599stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:32 [ecarstrade.be] INFO: Saving data for 6779599stock: {'created_time': 1772611185.102976, 'last_price_update_time': 1774535972.308657}
2026-03-26 14:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779599stock') HTTP/1.1" 204 0
2026-03-26 14:39:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6751573> (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-26 14:39:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:33 [ecarstrade.be] INFO: Extracting details for car 6751573stock
2026-03-26 14:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-26 14:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with scrape type 1
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_060%252F780x0__r.jpg%253Fhash%3D1774515698%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_060/780x0__r.jpg?hash=1774515698 not downloaded yet
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_065%252F780x0__r.jpg%253Fhash%3D1774515699%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_065/780x0__r.jpg?hash=1774515699 not downloaded yet
2026-03-26 14:39:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843094> (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-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_061%252F780x0__r.jpg%253Fhash%3D1774515698%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_061/780x0__r.jpg?hash=1774515698 not downloaded yet
2026-03-26 14:39:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_063%252F780x0__r.jpg%253Fhash%3D1774515699%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_063/780x0__r.jpg?hash=1774515699 not downloaded yet
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_062%252F780x0__r.jpg%253Fhash%3D1774515698%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_062/780x0__r.jpg?hash=1774515698 not downloaded yet
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6750001-6760000%252F6751573%252Fphoto_064%252F780x0__r.jpg%253Fhash%3D1774515699%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_064/780x0__r.jpg?hash=1774515699 not downloaded yet
2026-03-26 14:39:33 [ecarstrade.be] INFO: Extracting details for car 6843094stock
2026-03-26 14:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-26 14:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82345fc5-1047-56e4-97e5-edf614a3d85a with scrape type 2
2026-03-26 14:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82345fc5-1047-56e4-97e5-edf614a3d85a with scrape type 2
2026-03-26 14:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82345fc5-1047-56e4-97e5-edf614a3d85a, identifier: 6843094stock
2026-03-26 14:39:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-26 14:39:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-26 14:39:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock to the API
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:33 [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-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843094stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:33 [ecarstrade.be] INFO: Saving data for 6843094stock: {'created_time': 1772611443.084768, 'last_price_update_time': 1774535973.831134}
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843094stock') HTTP/1.1" 204 0
2026-03-26 14:39:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769282> (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-26 14:39:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:34 [ecarstrade.be] INFO: Extracting details for car 6769282stock
2026-03-26 14:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-26 14:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed6ca897-4714-5273-b78a-a8d46d183f59 with scrape type 2
2026-03-26 14:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed6ca897-4714-5273-b78a-a8d46d183f59 with scrape type 2
2026-03-26 14:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed6ca897-4714-5273-b78a-a8d46d183f59, identifier: 6769282stock
2026-03-26 14:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-26 14:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-26 14:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock to the API
2026-03-26 14:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:34 [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-26 14:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:34 [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-26 14:39:34 [ecarstrade.be] INFO: Saving data for 6769282stock: {'created_time': 1772611200.677512, 'last_price_update_time': 1774535974.49335}
2026-03-26 14:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769282stock') HTTP/1.1" 204 0
2026-03-26 14:39:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6675809> (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-26 14: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-26 14:39:38 [ecarstrade.be] INFO: Extracting details for car 6675809stock
2026-03-26 14:39:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-26 14:39:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc176d1-5aa6-574d-9546-357a6eb7db4d with scrape type 2
2026-03-26 14:39:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc176d1-5aa6-574d-9546-357a6eb7db4d with scrape type 2
2026-03-26 14:39:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfc176d1-5aa6-574d-9546-357a6eb7db4d, identifier: 6675809stock
2026-03-26 14:39:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-26 14:39:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-26 14:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock to the API
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:39:39 [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-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675809stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:39 [ecarstrade.be] INFO: Saving data for 6675809stock: {'created_time': 1774362852.116683, 'last_price_update_time': 1774535979.223618}
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6675809stock') HTTP/1.1" 204 0
2026-03-26 14:39:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6674391> (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-26 14:39:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:39 [ecarstrade.be] INFO: Extracting details for car 6674391stock
2026-03-26 14:39:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce5dc48c-ae0b-520b-97e3-18d3044b455a with identifier: 6674391stock
2026-03-26 14:39:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce5dc48c-ae0b-520b-97e3-18d3044b455a with scrape type 2
2026-03-26 14:39:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce5dc48c-ae0b-520b-97e3-18d3044b455a with scrape type 2
2026-03-26 14:39:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce5dc48c-ae0b-520b-97e3-18d3044b455a, identifier: 6674391stock
2026-03-26 14:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce5dc48c-ae0b-520b-97e3-18d3044b455a with identifier: 6674391stock
2026-03-26 14:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce5dc48c-ae0b-520b-97e3-18d3044b455a with identifier: 6674391stock
2026-03-26 14:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce5dc48c-ae0b-520b-97e3-18d3044b455a with identifier: 6674391stock to the API
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6674391>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ce5dc48c-ae0b-520b-97e3-18d3044b455a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6674391',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen C4 Cactus',
'odometer': 99074,
'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 C4 Cactus 1.2 PureTech 130Hp Shine Pano Virtual Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 130Hp Shine Pano Virtual Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2018}
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674391stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:39 [ecarstrade.be] INFO: Saving data for 6674391stock: {'created_time': 1773955994.127483, 'last_price_update_time': 1774535979.788069}
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6674391stock') HTTP/1.1" 204 0
2026-03-26 14:39:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6597827> (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-26 14: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-26 14:39:41 [ecarstrade.be] INFO: Extracting details for car 6597827stock
2026-03-26 14:39:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-26 14:39:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a with scrape type 1
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_044%252F780x0__r.jpg%253Fhash%3D1770211882%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_044/780x0__r.jpg?hash=1770211882 not downloaded yet
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_026%252F780x0__r.jpg%253Fhash%3D1770211621%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_026/780x0__r.jpg?hash=1770211621 not downloaded yet
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_045%252F780x0__r.jpg%253Fhash%3D1770211882%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_045/780x0__r.jpg?hash=1770211882 not downloaded yet
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_024%252F780x0__r.jpg%253Fhash%3D1770211620%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_024/780x0__r.jpg?hash=1770211620 not downloaded yet
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_023%252F780x0__r.jpg%253Fhash%3D1770211620%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_023/780x0__r.jpg?hash=1770211620 not downloaded yet
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6590001-6600000%252F6597827%252Fphoto_025%252F780x0__r.jpg%253Fhash%3D1770211620%27 HTTP/1.1" 200 None
2026-03-26 14:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_025/780x0__r.jpg?hash=1770211620 not downloaded yet
2026-03-26 14:39:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882517> (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-26 14: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-26 14:39:42 [ecarstrade.be] INFO: Extracting details for car 6882517stock
2026-03-26 14:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-26 14:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-26 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-26 14:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 242886b2-2ea5-58ab-90d9-56fb1bda8907, identifier: 6882517stock
2026-03-26 14:39:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-26 14:39:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-26 14:39:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock to the API
2026-03-26 14:39:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:42 [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-26 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276882517stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:42 [ecarstrade.be] INFO: Saving data for 6882517stock: {'created_time': 1774017228.5593, 'last_price_update_time': 1774535982.466932}
2026-03-26 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882517stock') HTTP/1.1" 204 0
2026-03-26 14:39:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6700653> (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-26 14:39:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:42 [ecarstrade.be] INFO: Extracting details for car 6700653stock
2026-03-26 14:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-26 14:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc5a00c-c1e6-5505-85b6-894840e7568c with scrape type 2
2026-03-26 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fc5a00c-c1e6-5505-85b6-894840e7568c with scrape type 2
2026-03-26 14:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fc5a00c-c1e6-5505-85b6-894840e7568c, identifier: 6700653stock
2026-03-26 14:39:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-26 14:39:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-26 14:39:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock to the API
2026-03-26 14:39:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:43 [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-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:43 [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-26 14:39:43 [ecarstrade.be] INFO: Saving data for 6700653stock: {'created_time': 1774449341.052026, 'last_price_update_time': 1774535983.211536}
2026-03-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6700653stock') HTTP/1.1" 204 0
2026-03-26 14:39:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867096> (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-26 14:39:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:43 [ecarstrade.be] INFO: Extracting details for car 6867096stock
2026-03-26 14:39:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-26 14:39:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9931a8-3b96-5377-bf41-536e35aab17c with scrape type 2
2026-03-26 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9931a8-3b96-5377-bf41-536e35aab17c with scrape type 2
2026-03-26 14:39:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca9931a8-3b96-5377-bf41-536e35aab17c, identifier: 6867096stock
2026-03-26 14:39:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-26 14:39:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-26 14:39:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock to the API
2026-03-26 14:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:43 [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-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:43 [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-26 14:39:43 [ecarstrade.be] INFO: Saving data for 6867096stock: {'created_time': 1774362859.550915, 'last_price_update_time': 1774535983.895279}
2026-03-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867096stock') HTTP/1.1" 204 0
2026-03-26 14:39:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6644566> (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-26 14:39:44 [ecarstrade.be] INFO: Extracting details for car 6644566stock
2026-03-26 14:39:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-26 14:39:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4149700-29c8-58db-86fd-301a94513b2c with scrape type 2
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4149700-29c8-58db-86fd-301a94513b2c with scrape type 2
2026-03-26 14:39:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4149700-29c8-58db-86fd-301a94513b2c, identifier: 6644566stock
2026-03-26 14:39:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-26 14:39:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-26 14:39:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock to the API
2026-03-26 14:39:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:44 [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-26 14:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39: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-26 14:39:44 [ecarstrade.be] INFO: Saving data for 6644566stock: {'created_time': 1774362862.083986, 'last_price_update_time': 1774535984.542275}
2026-03-26 14:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6644566stock') HTTP/1.1" 204 0
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_065/780x0__r.jpg?hash=1774515699> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_064/780x0__r.jpg?hash=1774515699> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_062/780x0__r.jpg?hash=1774515698> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_063/780x0__r.jpg?hash=1774515699> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_061/780x0__r.jpg?hash=1774515698> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_025/780x0__r.jpg?hash=1770211620> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_023/780x0__r.jpg?hash=1770211620> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_024/780x0__r.jpg?hash=1770211620> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_045/780x0__r.jpg?hash=1770211882> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_026/780x0__r.jpg?hash=1770211621> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_044/780x0__r.jpg?hash=1770211882> (referer: https://ecarstrade.com/cars/6597827)
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_060/780x0__r.jpg?hash=1774515698> (referer: https://ecarstrade.com/cars/6751573)
2026-03-26 14: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-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8044b716-e2e9-56a0-b09f-52f6866f1d0a
2026-03-26 14:39:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8044b716-e2e9-56a0-b09f-52f6866f1d0a, skipping ID generation
2026-03-26 14:39:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a with scrape type 1
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a sending to next pipeline
2026-03-26 14:39:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8044b716-e2e9-56a0-b09f-52f6866f1d0a, identifier: 6597827stock
2026-03-26 14:39:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-26 14:39:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-26 14:39:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock to the API
2026-03-26 14:39:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6590001-6600000/6597827/photo_044/780x0__r.jpg?hash=1770211882>
{'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': 6,
'photos': [],
'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-26 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:45 [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-26 14:39:45 [ecarstrade.be] INFO: Saving data for 6597827stock: {'created_time': 1774535985.726622, 'last_price_update_time': 1774535985.726631}
2026-03-26 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6597827stock') HTTP/1.1" 204 0
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2786ca6e-c0ea-5260-a2e1-f92262bcf046
2026-03-26 14:39:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2786ca6e-c0ea-5260-a2e1-f92262bcf046, skipping ID generation
2026-03-26 14:39:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with scrape type 1
2026-03-26 14:39:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046 sending to next pipeline
2026-03-26 14:39:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2786ca6e-c0ea-5260-a2e1-f92262bcf046, identifier: 6751573stock
2026-03-26 14:39:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-26 14:39:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-26 14:39:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock to the API
2026-03-26 14:39:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6750001-6760000/6751573/photo_060/780x0__r.jpg?hash=1774515698>
{'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': 6,
'photos': [],
'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-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276751573stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [ecarstrade.be] INFO: Saving data for 6751573stock: {'created_time': 1774535986.268539, 'last_price_update_time': 1774535986.26855}
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6751573stock') HTTP/1.1" 204 0
2026-03-26 14:39:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865847> (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-26 14: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-26 14:39:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865470> (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-26 14: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-26 14:39:46 [ecarstrade.be] INFO: Extracting details for car 6865847stock
2026-03-26 14:39:46 [ecarstrade.be] INFO: Extracting details for car 6865470stock
2026-03-26 14:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-26 14:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with scrape type 1
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_052%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_052/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-26 14:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with scrape type 2
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with scrape type 2
2026-03-26 14:39:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70, identifier: 6865470stock
2026-03-26 14:39:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-26 14:39:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-26 14:39:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock to the API
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:46 [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-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276865470stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [ecarstrade.be] INFO: Saving data for 6865470stock: {'created_time': 1773956014.629962, 'last_price_update_time': 1774535986.895591}
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865470stock') HTTP/1.1" 204 0
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_057%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_057/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_053%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_053/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_055%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_055/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_054%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_054/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6860001-6870000%252F6865847%252Fphoto_056%252F780x0__r.jpg%253Fhash%3D1773758939%27 HTTP/1.1" 200 None
2026-03-26 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_056/780x0__r.jpg?hash=1773758939 not downloaded yet
2026-03-26 14:39:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6863207> (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-26 14:39:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:49 [ecarstrade.be] INFO: Extracting details for car 6863207stock
2026-03-26 14:39:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 072e35fc-871e-50ff-90db-d88f549d86d3 with identifier: 6863207stock
2026-03-26 14:39:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 072e35fc-871e-50ff-90db-d88f549d86d3 with scrape type 2
2026-03-26 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 072e35fc-871e-50ff-90db-d88f549d86d3 with scrape type 2
2026-03-26 14:39:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 072e35fc-871e-50ff-90db-d88f549d86d3, identifier: 6863207stock
2026-03-26 14:39:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 072e35fc-871e-50ff-90db-d88f549d86d3 with identifier: 6863207stock
2026-03-26 14:39:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 072e35fc-871e-50ff-90db-d88f549d86d3 with identifier: 6863207stock
2026-03-26 14:39:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 072e35fc-871e-50ff-90db-d88f549d86d3 with identifier: 6863207stock to the API
2026-03-26 14:39:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:49 [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': '072e35fc-871e-50ff-90db-d88f549d86d3',
'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': 214162,
'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-26 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:49 [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-26 14:39:49 [ecarstrade.be] INFO: Saving data for 6863207stock: {'created_time': 1774042567.776236, 'last_price_update_time': 1774535989.935106}
2026-03-26 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6863207stock') HTTP/1.1" 204 0
2026-03-26 14:39:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821306> (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-26 14:39:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:50 [ecarstrade.be] INFO: Extracting details for car 6821306stock
2026-03-26 14:39:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808931> (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-26 14:39:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-26 14:39:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aee6454-a8b1-51f4-a262-87ece5224a96 with scrape type 2
2026-03-26 14:39:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aee6454-a8b1-51f4-a262-87ece5224a96 with scrape type 2
2026-03-26 14:39:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6aee6454-a8b1-51f4-a262-87ece5224a96, identifier: 6821306stock
2026-03-26 14:39:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-26 14:39:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-26 14:39:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock to the API
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:50 [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-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821306stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:50 [ecarstrade.be] INFO: Saving data for 6821306stock: {'created_time': 1774362854.957173, 'last_price_update_time': 1774535990.456427}
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821306stock') HTTP/1.1" 204 0
2026-03-26 14:39:50 [ecarstrade.be] INFO: Extracting details for car 6808931stock
2026-03-26 14:39:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-26 14:39:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2cd6c0c-866e-53c4-a863-28b19a770394 with scrape type 2
2026-03-26 14:39:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2cd6c0c-866e-53c4-a863-28b19a770394 with scrape type 2
2026-03-26 14:39:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2cd6c0c-866e-53c4-a863-28b19a770394, identifier: 6808931stock
2026-03-26 14:39:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-26 14:39:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-26 14:39:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock to the API
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:50 [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-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808931stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:50 [ecarstrade.be] INFO: Saving data for 6808931stock: {'created_time': 1773956020.798506, 'last_price_update_time': 1774535990.992743}
2026-03-26 14:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808931stock') HTTP/1.1" 204 0
2026-03-26 14:39:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835650> (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-26 14:39:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:51 [ecarstrade.be] INFO: Extracting details for car 6835650stock
2026-03-26 14:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-26 14:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d94997-fb95-54a8-8080-2b16bf145d6b with scrape type 2
2026-03-26 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d94997-fb95-54a8-8080-2b16bf145d6b with scrape type 2
2026-03-26 14:39:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1d94997-fb95-54a8-8080-2b16bf145d6b, identifier: 6835650stock
2026-03-26 14:39:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-26 14:39:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-26 14:39:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock to the API
2026-03-26 14:39:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:51 [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-26 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835650stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:51 [ecarstrade.be] INFO: Saving data for 6835650stock: {'created_time': 1774449348.215436, 'last_price_update_time': 1774535991.527272}
2026-03-26 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835650stock') HTTP/1.1" 204 0
2026-03-26 14:39:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781448> (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-26 14:39:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:39:53 [ecarstrade.be] INFO: Extracting details for car 6781448stock
2026-03-26 14:39:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-26 14:39:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3705ae7-776d-57b5-989b-cadb82797a04 with scrape type 2
2026-03-26 14:39:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3705ae7-776d-57b5-989b-cadb82797a04 with scrape type 2
2026-03-26 14:39:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3705ae7-776d-57b5-989b-cadb82797a04, identifier: 6781448stock
2026-03-26 14:39:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-26 14:39:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-26 14:39:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock to the API
2026-03-26 14:39:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:54 [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-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:54 [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-26 14:39:54 [ecarstrade.be] INFO: Saving data for 6781448stock: {'created_time': 1774362853.988122, 'last_price_update_time': 1774535994.144133}
2026-03-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781448stock') HTTP/1.1" 204 0
2026-03-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6801102> (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-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_052/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:54 [ecarstrade.be] INFO: Extracting details for car 6801102stock
2026-03-26 14:39:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-26 14:39:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4bdcaed-ae03-584c-a25e-a719fa0a828b with scrape type 2
2026-03-26 14:39:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4bdcaed-ae03-584c-a25e-a719fa0a828b with scrape type 2
2026-03-26 14:39:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4bdcaed-ae03-584c-a25e-a719fa0a828b, identifier: 6801102stock
2026-03-26 14:39:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-26 14:39:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-26 14:39:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock to the API
2026-03-26 14:39:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:54 [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-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:54 [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-26 14:39:54 [ecarstrade.be] INFO: Saving data for 6801102stock: {'created_time': 1774449348.661219, 'last_price_update_time': 1774535994.749356}
2026-03-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6801102stock') HTTP/1.1" 204 0
2026-03-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_057/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_053/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_056/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_054/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_055/780x0__r.jpg?hash=1773758939> (referer: https://ecarstrade.com/cars/6865847)
2026-03-26 14:39:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e
2026-03-26 14:39:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e, skipping ID generation
2026-03-26 14:39:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with scrape type 1
2026-03-26 14:39:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e sending to next pipeline
2026-03-26 14:39:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e, identifier: 6865847stock
2026-03-26 14:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-26 14:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-26 14:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock to the API
2026-03-26 14:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6860001-6870000/6865847/photo_055/780x0__r.jpg?hash=1773758939>
{'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': 6,
'photos': [],
'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-26 14:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276865847stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:55 [ecarstrade.be] INFO: Saving data for 6865847stock: {'created_time': 1774535995.545368, 'last_price_update_time': 1774535995.545378}
2026-03-26 14:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865847stock') HTTP/1.1" 204 0
2026-03-26 14:39:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777305> (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-26 14:39:57 [ecarstrade.be] INFO: Extracting details for car 6777305stock
2026-03-26 14:39:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-26 14:39:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88284cd0-1315-55c6-8cb1-841f26bda395 with scrape type 1
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_033%252F780x0__r.jpg%253Fhash%3D1774518647%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_033/780x0__r.jpg?hash=1774518647 not downloaded yet
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_038%252F780x0__r.jpg%253Fhash%3D1774518648%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_038/780x0__r.jpg?hash=1774518648 not downloaded yet
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_034%252F780x0__r.jpg%253Fhash%3D1774518647%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_034/780x0__r.jpg?hash=1774518647 not downloaded yet
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_036%252F780x0__r.jpg%253Fhash%3D1774518647%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_036/780x0__r.jpg?hash=1774518647 not downloaded yet
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_035%252F780x0__r.jpg%253Fhash%3D1774518647%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_035/780x0__r.jpg?hash=1774518647 not downloaded yet
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777305%252Fphoto_037%252F780x0__r.jpg%253Fhash%3D1774518647%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_037/780x0__r.jpg?hash=1774518647 not downloaded yet
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_033/780x0__r.jpg?hash=1774518647> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_034/780x0__r.jpg?hash=1774518647> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_036/780x0__r.jpg?hash=1774518647> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_038/780x0__r.jpg?hash=1774518648> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_035/780x0__r.jpg?hash=1774518647> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_037/780x0__r.jpg?hash=1774518647> (referer: https://ecarstrade.com/cars/6777305)
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88284cd0-1315-55c6-8cb1-841f26bda395
2026-03-26 14:39:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88284cd0-1315-55c6-8cb1-841f26bda395, skipping ID generation
2026-03-26 14:39:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88284cd0-1315-55c6-8cb1-841f26bda395 with scrape type 1
2026-03-26 14:39:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88284cd0-1315-55c6-8cb1-841f26bda395 sending to next pipeline
2026-03-26 14:39:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88284cd0-1315-55c6-8cb1-841f26bda395, identifier: 6777305stock
2026-03-26 14:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-26 14:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-26 14:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock to the API
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777305/photo_037/780x0__r.jpg?hash=1774518647>
{'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': 6,
'photos': [],
'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-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276777305stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:57 [ecarstrade.be] INFO: Saving data for 6777305stock: {'created_time': 1774535997.898457, 'last_price_update_time': 1774535997.898467}
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777305stock') HTTP/1.1" 204 0
2026-03-26 14:39:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752714> (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-26 14:39:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 14:39:58 [ecarstrade.be] INFO: Extracting details for car 6752714stock
2026-03-26 14:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-26 14:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with scrape type 2
2026-03-26 14:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with scrape type 2
2026-03-26 14:39:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4, identifier: 6752714stock
2026-03-26 14:39:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-26 14:39:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-26 14:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock to the API
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:39:58 [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-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752714stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Saving data for 6752714stock: {'created_time': 1774042528.044443, 'last_price_update_time': 1774535998.79036}
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752714stock') HTTP/1.1" 204 0
2026-03-26 14:39:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6886197stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276886197stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6886197stock: 1
2026-03-26 14: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-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276886254stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6886254stock: 2
2026-03-26 14: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-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276886825stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276888967stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6888967stock: 2
2026-03-26 14:39:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6740077> (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-26 14: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-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276897644stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6897644stock: 2
2026-03-26 14: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-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6898380stock
2026-03-26 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276898380stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:58 [ecarstrade.be] INFO: Scrape type for 6898380stock: 1
2026-03-26 14: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-26 14:39:58 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902393stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6902393stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6903066stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906584stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6906584stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Extracting details for car 6740077stock
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906853stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6906853stock: 2
2026-03-26 14:39:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-26 14:39:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d121e8c6-0454-5cda-8d57-e982f12bb4aa with scrape type 2
2026-03-26 14:39:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d121e8c6-0454-5cda-8d57-e982f12bb4aa with scrape type 2
2026-03-26 14:39:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d121e8c6-0454-5cda-8d57-e982f12bb4aa, identifier: 6740077stock
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906917stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6906917stock: 2
2026-03-26 14:39:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-26 14:39:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-26 14:39:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock to the API
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:39: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-26 14:39:59 [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-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276740077stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Saving data for 6740077stock: {'created_time': 1773758209.476787, 'last_price_update_time': 1774535999.596766}
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6740077stock') HTTP/1.1" 204 0
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276912515stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916489stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6916489stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919009stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6919009stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921709stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6921709stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929239stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6929239stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929377stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6929377stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6929379stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929379stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6929379stock: 2
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6929853stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929853stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6929853stock: 1
2026-03-26 14:39:59 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933323stock%27 HTTP/1.1" 200 None
2026-03-26 14:39:59 [ecarstrade.be] INFO: Scrape type for 6933323stock: 2
2026-03-26 14:40:06 [scrapy.extensions.logstats] INFO: Crawled 214 pages (at 29 pages/min), scraped 189 items (at 27 items/min)
2026-03-26 14:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:40:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886197> (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-26 14:40:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:07 [ecarstrade.be] INFO: Extracting details for car 6886197stock
2026-03-26 14:40:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-26 14:40:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with scrape type 1
2026-03-26 14:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1771430542%27 HTTP/1.1" 200 None
2026-03-26 14:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_000/780x0__r.jpg?hash=1771430542 not downloaded yet
2026-03-26 14:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1771430545%27 HTTP/1.1" 200 None
2026-03-26 14:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_001/780x0__r.jpg?hash=1771430545 not downloaded yet
2026-03-26 14:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1771430551%27 HTTP/1.1" 200 None
2026-03-26 14:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_003/780x0__r.jpg?hash=1771430551 not downloaded yet
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1771430548%27 HTTP/1.1" 200 None
2026-03-26 14:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_002/780x0__r.jpg?hash=1771430548 not downloaded yet
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_014%252F780x0__r.jpg%253Fhash%3D1771430581%27 HTTP/1.1" 200 None
2026-03-26 14:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_014/780x0__r.jpg?hash=1771430581 not downloaded yet
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886197%252Fphoto_017%252F780x0__r.jpg%253Fhash%3D1771430589%27 HTTP/1.1" 200 None
2026-03-26 14:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_017/780x0__r.jpg?hash=1771430589 not downloaded yet
2026-03-26 14:40:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897644> (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-26 14:40:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:08 [ecarstrade.be] INFO: Extracting details for car 6897644stock
2026-03-26 14:40:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-26 14:40:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb62f92d-a43a-52da-b434-2a9cce77db7d with scrape type 2
2026-03-26 14:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb62f92d-a43a-52da-b434-2a9cce77db7d with scrape type 2
2026-03-26 14:40:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb62f92d-a43a-52da-b434-2a9cce77db7d, identifier: 6897644stock
2026-03-26 14:40:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-26 14:40:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-26 14:40:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock to the API
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:08 [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-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [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-26 14:40:08 [ecarstrade.be] INFO: Saving data for 6897644stock: {'created_time': 1773956012.667873, 'last_price_update_time': 1774536008.921506}
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897644stock') HTTP/1.1" 204 0
2026-03-26 14:40:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6478353> (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-26 14:40:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:12 [ecarstrade.be] INFO: Extracting details for car 6478353stock
2026-03-26 14:40:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-26 14:40:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with scrape type 2
2026-03-26 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with scrape type 2
2026-03-26 14:40:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc, identifier: 6478353stock
2026-03-26 14:40:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-26 14:40:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-26 14:40:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock to the API
2026-03-26 14:40:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:12 [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-26 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276478353stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:12 [ecarstrade.be] INFO: Saving data for 6478353stock: {'created_time': 1774449341.788288, 'last_price_update_time': 1774536012.804038}
2026-03-26 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6478353stock') HTTP/1.1" 204 0
2026-03-26 14:40:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6462698> (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-26 14:40:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:12 [ecarstrade.be] INFO: Extracting details for car 6462698stock
2026-03-26 14:40:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-26 14:40:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8a1f900-65a5-549d-9e53-82c63e9f6878 with scrape type 2
2026-03-26 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8a1f900-65a5-549d-9e53-82c63e9f6878 with scrape type 2
2026-03-26 14:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8a1f900-65a5-549d-9e53-82c63e9f6878, identifier: 6462698stock
2026-03-26 14:40:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-26 14:40:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-26 14:40:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock to the API
2026-03-26 14:40:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:13 [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-26 14:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:13 [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-26 14:40:13 [ecarstrade.be] INFO: Saving data for 6462698stock: {'created_time': 1774042527.561389, 'last_price_update_time': 1774536013.32692}
2026-03-26 14:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6462698stock') HTTP/1.1" 204 0
2026-03-26 14:40:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898380> (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-26 14:40:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:17 [ecarstrade.be] INFO: Extracting details for car 6898380stock
2026-03-26 14:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-26 14:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b1683c-aec7-5586-809c-5bfcc866dd5b with scrape type 1
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_034%252F780x0__r.jpg%253Fhash%3D1773920996%27 HTTP/1.1" 200 None
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_034/780x0__r.jpg?hash=1773920996 not downloaded yet
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_039%252F780x0__r.jpg%253Fhash%3D1773920997%27 HTTP/1.1" 200 None
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_039/780x0__r.jpg?hash=1773920997 not downloaded yet
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_035%252F780x0__r.jpg%253Fhash%3D1773920996%27 HTTP/1.1" 200 None
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_035/780x0__r.jpg?hash=1773920996 not downloaded yet
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_037%252F780x0__r.jpg%253Fhash%3D1773920997%27 HTTP/1.1" 200 None
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_037/780x0__r.jpg?hash=1773920997 not downloaded yet
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_036%252F780x0__r.jpg%253Fhash%3D1773920996%27 HTTP/1.1" 200 None
2026-03-26 14:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_036/780x0__r.jpg?hash=1773920996 not downloaded yet
2026-03-26 14:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6890001-6900000%252F6898380%252Fphoto_038%252F780x0__r.jpg%253Fhash%3D1773920997%27 HTTP/1.1" 200 None
2026-03-26 14:40:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_038/780x0__r.jpg?hash=1773920997 not downloaded yet
2026-03-26 14:40:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903066> (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-26 14:40:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:20 [ecarstrade.be] INFO: Extracting details for car 6903066stock
2026-03-26 14:40:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-26 14:40:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with scrape type 2
2026-03-26 14:40:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with scrape type 2
2026-03-26 14:40:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526, identifier: 6903066stock
2026-03-26 14:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-26 14:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-26 14:40:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock to the API
2026-03-26 14:40:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:20 [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-26 14:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:20 [ecarstrade.be] INFO: Saving data for 6903066stock: {'created_time': 1774362861.065034, 'last_price_update_time': 1774536020.718344}
2026-03-26 14:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903066stock') HTTP/1.1" 204 0
2026-03-26 14:40:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886254> (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-26 14:40:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:20 [ecarstrade.be] INFO: Extracting details for car 6886254stock
2026-03-26 14:40:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-26 14:40:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33d3482-c0ad-529a-823a-10f8977698c7 with scrape type 2
2026-03-26 14:40:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b33d3482-c0ad-529a-823a-10f8977698c7 with scrape type 2
2026-03-26 14:40:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b33d3482-c0ad-529a-823a-10f8977698c7, identifier: 6886254stock
2026-03-26 14:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-26 14:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-26 14:40:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock to the API
2026-03-26 14:40:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:40:21 [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-26 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276886254stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:21 [ecarstrade.be] INFO: Saving data for 6886254stock: {'created_time': 1773672107.155125, 'last_price_update_time': 1774536021.750369}
2026-03-26 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886254stock') HTTP/1.1" 204 0
2026-03-26 14:40:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778069> (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-26 14:40:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:21 [ecarstrade.be] INFO: Extracting details for car 6778069stock
2026-03-26 14:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-26 14:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53863bf4-07c2-5676-8c5e-ba0c12491f16 with scrape type 2
2026-03-26 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53863bf4-07c2-5676-8c5e-ba0c12491f16 with scrape type 2
2026-03-26 14:40:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53863bf4-07c2-5676-8c5e-ba0c12491f16, identifier: 6778069stock
2026-03-26 14:40:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-26 14:40:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-26 14:40:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock to the API
2026-03-26 14:40:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:22 [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-26 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:22 [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-26 14:40:22 [ecarstrade.be] INFO: Saving data for 6778069stock: {'created_time': 1773672059.552956, 'last_price_update_time': 1774536022.275144}
2026-03-26 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778069stock') HTTP/1.1" 204 0
2026-03-26 14:40:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6888967> (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-26 14:40:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:23 [ecarstrade.be] INFO: Extracting details for car 6888967stock
2026-03-26 14:40:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-26 14:40:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9538445d-c2dd-5fcf-a953-f5a03efc987a with scrape type 2
2026-03-26 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9538445d-c2dd-5fcf-a953-f5a03efc987a with scrape type 2
2026-03-26 14:40:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9538445d-c2dd-5fcf-a953-f5a03efc987a, identifier: 6888967stock
2026-03-26 14:40:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-26 14:40:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-26 14:40:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock to the API
2026-03-26 14:40:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:23 [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-26 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:23 [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-26 14:40:23 [ecarstrade.be] INFO: Saving data for 6888967stock: {'created_time': 1773452051.509341, 'last_price_update_time': 1774536023.536305}
2026-03-26 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6888967stock') HTTP/1.1" 204 0
2026-03-26 14:40:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906853> (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-26 14:40:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_017/780x0__r.jpg?hash=1771430589> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:27 [ecarstrade.be] INFO: Extracting details for car 6906853stock
2026-03-26 14:40:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-26 14:40:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae550ed-3656-5201-b1a1-e35270d69bdf with scrape type 2
2026-03-26 14:40:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ae550ed-3656-5201-b1a1-e35270d69bdf with scrape type 2
2026-03-26 14:40:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ae550ed-3656-5201-b1a1-e35270d69bdf, identifier: 6906853stock
2026-03-26 14:40:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-26 14:40:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-26 14:40:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock to the API
2026-03-26 14:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:27 [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-26 14:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906853stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:27 [ecarstrade.be] INFO: Saving data for 6906853stock: {'created_time': 1773956011.571287, 'last_price_update_time': 1774536027.923264}
2026-03-26 14:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906853stock') HTTP/1.1" 204 0
2026-03-26 14:40:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_014/780x0__r.jpg?hash=1771430581> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_002/780x0__r.jpg?hash=1771430548> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_003/780x0__r.jpg?hash=1771430551> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_038/780x0__r.jpg?hash=1773920997> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_036/780x0__r.jpg?hash=1773920996> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_037/780x0__r.jpg?hash=1773920997> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_035/780x0__r.jpg?hash=1773920996> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_039/780x0__r.jpg?hash=1773920997> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_034/780x0__r.jpg?hash=1773920996> (referer: https://ecarstrade.com/cars/6898380)
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28b1683c-aec7-5586-809c-5bfcc866dd5b
2026-03-26 14:40:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28b1683c-aec7-5586-809c-5bfcc866dd5b, skipping ID generation
2026-03-26 14:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b1683c-aec7-5586-809c-5bfcc866dd5b with scrape type 1
2026-03-26 14:40:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28b1683c-aec7-5586-809c-5bfcc866dd5b sending to next pipeline
2026-03-26 14:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28b1683c-aec7-5586-809c-5bfcc866dd5b, identifier: 6898380stock
2026-03-26 14:40:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-26 14:40:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-26 14:40:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock to the API
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6890001-6900000/6898380/photo_034/780x0__r.jpg?hash=1773920996>
{'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': 6,
'photos': [],
'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-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:29 [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-26 14:40:29 [ecarstrade.be] INFO: Saving data for 6898380stock: {'created_time': 1774536029.267884, 'last_price_update_time': 1774536029.267894}
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898380stock') HTTP/1.1" 204 0
2026-03-26 14:40:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_001/780x0__r.jpg?hash=1771430545> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_000/780x0__r.jpg?hash=1771430542> (referer: https://ecarstrade.com/cars/6886197)
2026-03-26 14:40:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906584> (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-26 14:40:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d
2026-03-26 14:40:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d, skipping ID generation
2026-03-26 14:40:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with scrape type 1
2026-03-26 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d sending to next pipeline
2026-03-26 14:40:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d, identifier: 6886197stock
2026-03-26 14:40:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-26 14:40:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-26 14:40:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock to the API
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886197/photo_000/780x0__r.jpg?hash=1771430542>
{'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': 6,
'photos': [],
'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-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:29 [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-26 14:40:29 [ecarstrade.be] INFO: Saving data for 6886197stock: {'created_time': 1774536029.97269, 'last_price_update_time': 1774536029.972701}
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886197stock') HTTP/1.1" 204 0
2026-03-26 14:40:29 [ecarstrade.be] INFO: Extracting details for car 6906584stock
2026-03-26 14:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-26 14:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with scrape type 2
2026-03-26 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with scrape type 2
2026-03-26 14:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd, identifier: 6906584stock
2026-03-26 14:40:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-26 14:40:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-26 14:40:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock to the API
2026-03-26 14:40:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:30 [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-26 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:30 [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-26 14:40:30 [ecarstrade.be] INFO: Saving data for 6906584stock: {'created_time': 1774362857.482511, 'last_price_update_time': 1774536030.412428}
2026-03-26 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906584stock') HTTP/1.1" 204 0
2026-03-26 14:40:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933323> (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-26 14:40:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:30 [ecarstrade.be] INFO: Extracting details for car 6933323stock
2026-03-26 14:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with identifier: 6933323stock
2026-03-26 14:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with scrape type 2
2026-03-26 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with scrape type 2
2026-03-26 14:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9, identifier: 6933323stock
2026-03-26 14:40:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with identifier: 6933323stock
2026-03-26 14:40:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with identifier: 6933323stock
2026-03-26 14:40:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9 with identifier: 6933323stock to the API
2026-03-26 14:40:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933323>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '054ad1dc-e967-51a2-bc9b-9c8abf5fb2d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933323',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 104137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI Comfortline Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TSI Comfortline Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-26 14:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933323stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:31 [ecarstrade.be] INFO: Saving data for 6933323stock: {'created_time': 1773758223.906263, 'last_price_update_time': 1774536031.427246}
2026-03-26 14:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933323stock') HTTP/1.1" 204 0
2026-03-26 14:40:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906917> (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-26 14:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:33 [ecarstrade.be] INFO: Extracting details for car 6906917stock
2026-03-26 14:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e73aef9-fd15-5628-a154-ce01a85e4651 with identifier: 6906917stock
2026-03-26 14:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e73aef9-fd15-5628-a154-ce01a85e4651 with scrape type 2
2026-03-26 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e73aef9-fd15-5628-a154-ce01a85e4651 with scrape type 2
2026-03-26 14:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e73aef9-fd15-5628-a154-ce01a85e4651, identifier: 6906917stock
2026-03-26 14:40:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e73aef9-fd15-5628-a154-ce01a85e4651 with identifier: 6906917stock
2026-03-26 14:40:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e73aef9-fd15-5628-a154-ce01a85e4651 with identifier: 6906917stock
2026-03-26 14:40:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e73aef9-fd15-5628-a154-ce01a85e4651 with identifier: 6906917stock to the API
2026-03-26 14:40:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906917>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0e73aef9-fd15-5628-a154-ce01a85e4651',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906917',
'listing': 'auction',
'location': 'Belgium - "Wilrijk"',
'make': 'Renault',
'model': 'Master',
'odometer': 178044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-22',
'seats_number': 6,
'seller_name': None,
'title': 'Renault Master 2.3 dCi L3H2 Navi Klima ...',
'transmission': 'manual',
'trim': '2.3 dCi L3H2 Navi Klima ...',
'vin': None,
'year': 2016}
2026-03-26 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:33 [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-26 14:40:33 [ecarstrade.be] INFO: Saving data for 6906917stock: {'created_time': 1773452057.843887, 'last_price_update_time': 1774536033.513515}
2026-03-26 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906917stock') HTTP/1.1" 204 0
2026-03-26 14:40:34 [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-26 14:40:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995453auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995453auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995454auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995454auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995487auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995487auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995488auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995488auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995489auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995489auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995490auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995490auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995491auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995491auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995493auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995493auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995807auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995807auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995820auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995820auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995846auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995846auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995847auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995847auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995848auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995848auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995871auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995871auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995873auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995873auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995874auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995874auction110944: 0
2026-03-26 14:40:34 [ecarstrade.be] INFO: Found listing with ID: 6995875auction110944
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:34 [ecarstrade.be] INFO: Scrape type for 6995875auction110944: 0
2026-03-26 14:40:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929853> (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-26 14:40:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:37 [ecarstrade.be] INFO: Extracting details for car 6929853stock
2026-03-26 14:40:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-26 14:40:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with scrape type 1
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1772565610%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_000/780x0__r.jpg?hash=1772565610 not downloaded yet
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1772565616%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_002/780x0__r.jpg?hash=1772565616 not downloaded yet
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1772565613%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_001/780x0__r.jpg?hash=1772565613 not downloaded yet
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1772565630%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_007/780x0__r.jpg?hash=1772565630 not downloaded yet
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1772565619%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_003/780x0__r.jpg?hash=1772565619 not downloaded yet
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6920001-6930000%252F6929853%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1772565622%27 HTTP/1.1" 200 None
2026-03-26 14:40:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_004/780x0__r.jpg?hash=1772565622 not downloaded yet
2026-03-26 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929239> (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-26 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_000/780x0__r.jpg?hash=1772565610> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:41 [ecarstrade.be] INFO: Extracting details for car 6929239stock
2026-03-26 14:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-26 14:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c634d506-dea2-55b5-8a5d-44f47a83985c with scrape type 2
2026-03-26 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c634d506-dea2-55b5-8a5d-44f47a83985c with scrape type 2
2026-03-26 14:40:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c634d506-dea2-55b5-8a5d-44f47a83985c, identifier: 6929239stock
2026-03-26 14:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-26 14:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-26 14:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock to the API
2026-03-26 14:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:42 [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-26 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:42 [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-26 14:40:42 [ecarstrade.be] INFO: Saving data for 6929239stock: {'created_time': 1773180961.174529, 'last_price_update_time': 1774536042.392074}
2026-03-26 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929239stock') HTTP/1.1" 204 0
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_002/780x0__r.jpg?hash=1772565616> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_001/780x0__r.jpg?hash=1772565613> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_007/780x0__r.jpg?hash=1772565630> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_003/780x0__r.jpg?hash=1772565619> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_004/780x0__r.jpg?hash=1772565622> (referer: https://ecarstrade.com/cars/6929853)
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902393> (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-26 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7632a3a-26fd-5a26-9c5b-3d7249028cc7
2026-03-26 14:40:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7632a3a-26fd-5a26-9c5b-3d7249028cc7, skipping ID generation
2026-03-26 14:40:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with scrape type 1
2026-03-26 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7 sending to next pipeline
2026-03-26 14:40:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7632a3a-26fd-5a26-9c5b-3d7249028cc7, identifier: 6929853stock
2026-03-26 14:40:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-26 14:40:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-26 14:40:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock to the API
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6920001-6930000/6929853/photo_004/780x0__r.jpg?hash=1772565622>
{'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': 6,
'photos': [],
'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-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929853stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:43 [ecarstrade.be] INFO: Saving data for 6929853stock: {'created_time': 1774536043.36444, 'last_price_update_time': 1774536043.36445}
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929853stock') HTTP/1.1" 204 0
2026-03-26 14:40:43 [ecarstrade.be] INFO: Extracting details for car 6902393stock
2026-03-26 14:40:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-26 14:40:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b92d656c-9479-5737-b966-796d2e93a2a7 with scrape type 2
2026-03-26 14:40:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b92d656c-9479-5737-b966-796d2e93a2a7 with scrape type 2
2026-03-26 14:40:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b92d656c-9479-5737-b966-796d2e93a2a7, identifier: 6902393stock
2026-03-26 14:40:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-26 14:40:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-26 14:40:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock to the API
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:43 [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-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902393stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:43 [ecarstrade.be] INFO: Saving data for 6902393stock: {'created_time': 1774042566.336728, 'last_price_update_time': 1774536043.826281}
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902393stock') HTTP/1.1" 204 0
2026-03-26 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6916489> (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-26 14:40:43 [ecarstrade.be] INFO: Extracting details for car 6916489stock
2026-03-26 14:40:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-26 14:40:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df959137-54ea-5202-a3be-693498fa1630 with scrape type 2
2026-03-26 14:40:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df959137-54ea-5202-a3be-693498fa1630 with scrape type 2
2026-03-26 14:40:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df959137-54ea-5202-a3be-693498fa1630, identifier: 6916489stock
2026-03-26 14:40:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-26 14:40:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-26 14:40:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock to the API
2026-03-26 14:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:44 [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-26 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916489stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:44 [ecarstrade.be] INFO: Saving data for 6916489stock: {'created_time': 1773956035.389195, 'last_price_update_time': 1774536044.417986}
2026-03-26 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6916489stock') HTTP/1.1" 204 0
2026-03-26 14:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6921709> (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-26 14:40:53 [ecarstrade.be] INFO: Extracting details for car 6921709stock
2026-03-26 14:40:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-26 14:40:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56934dd2-b476-584c-a032-b2b0bbd79f7d with scrape type 2
2026-03-26 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56934dd2-b476-584c-a032-b2b0bbd79f7d with scrape type 2
2026-03-26 14:40:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56934dd2-b476-584c-a032-b2b0bbd79f7d, identifier: 6921709stock
2026-03-26 14:40:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-26 14:40:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-26 14:40:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock to the API
2026-03-26 14:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:53 [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-26 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:53 [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-26 14:40:53 [ecarstrade.be] INFO: Saving data for 6921709stock: {'created_time': 1774362903.446026, 'last_price_update_time': 1774536053.866055}
2026-03-26 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6921709stock') HTTP/1.1" 204 0
2026-03-26 14:40:56 [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-26 14:40:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6995885auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6995885auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6995886auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6995886auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6995887auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6995887auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6995889auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6995889auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6995890auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6995890auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996247auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996247auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996251auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996251auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996252auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996252auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996253auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996253auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996376auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996376auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996378auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996378auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996378auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996381auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996381auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996381auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996383auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996383auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996383auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996384auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996384auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996384auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996386auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996386auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996386auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996387auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996387auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996387auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996544auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996544auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996544auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996548auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996548auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996548auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996552auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996552auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996552auction110944: 0
2026-03-26 14:40:56 [ecarstrade.be] INFO: Found listing with ID: 6996555auction110944
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996555auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:40:56 [ecarstrade.be] INFO: Scrape type for 6996555auction110944: 0
2026-03-26 14:40:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919009> (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-26 14:40:56 [ecarstrade.be] INFO: Extracting details for car 6919009stock
2026-03-26 14:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-26 14:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 715aa1bf-4966-5902-8347-a898fefef3b7 with scrape type 2
2026-03-26 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 715aa1bf-4966-5902-8347-a898fefef3b7 with scrape type 2
2026-03-26 14:40:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 715aa1bf-4966-5902-8347-a898fefef3b7, identifier: 6919009stock
2026-03-26 14:40:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-26 14:40:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-26 14:40:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock to the API
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:57 [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-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:57 [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-26 14:40:57 [ecarstrade.be] INFO: Saving data for 6919009stock: {'created_time': 1773351765.453253, 'last_price_update_time': 1774536057.243341}
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919009stock') HTTP/1.1" 204 0
2026-03-26 14:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929379> (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-26 14:40:57 [ecarstrade.be] INFO: Extracting details for car 6929379stock
2026-03-26 14:40:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with identifier: 6929379stock
2026-03-26 14:40:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with scrape type 2
2026-03-26 14:40:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with scrape type 2
2026-03-26 14:40:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26a7c58f-9d25-5fe2-892e-071d02a3ea0f, identifier: 6929379stock
2026-03-26 14:40:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with identifier: 6929379stock
2026-03-26 14:40:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with identifier: 6929379stock
2026-03-26 14:40:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26a7c58f-9d25-5fe2-892e-071d02a3ea0f with identifier: 6929379stock to the API
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:40: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-26 14:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6929379>
{'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': '26a7c58f-9d25-5fe2-892e-071d02a3ea0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6929379',
'listing': 'auction',
'location': 'France - "AYVENS CHILLY"',
'make': 'Peugeot',
'model': '208',
'odometer': 27687,
'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': 'Peugeot 208 1.2 PureTech LED Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech LED Display Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929379stock%27 HTTP/1.1" 200 None
2026-03-26 14:40:57 [ecarstrade.be] INFO: Saving data for 6929379stock: {'created_time': 1773180966.933329, 'last_price_update_time': 1774536057.893188}
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929379stock') HTTP/1.1" 204 0
2026-03-26 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929377> (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-26 14:41:05 [ecarstrade.be] INFO: Extracting details for car 6929377stock
2026-03-26 14:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-26 14:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7473388-d92a-5099-ab6c-2d1257e204b4 with scrape type 2
2026-03-26 14:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7473388-d92a-5099-ab6c-2d1257e204b4 with scrape type 2
2026-03-26 14:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7473388-d92a-5099-ab6c-2d1257e204b4, identifier: 6929377stock
2026-03-26 14:41:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-26 14:41:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-26 14:41:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock to the API
2026-03-26 14:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:41: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-26 14:41:06 [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-26 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:06 [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-26 14:41:06 [ecarstrade.be] INFO: Saving data for 6929377stock: {'created_time': 1773180969.432379, 'last_price_update_time': 1774536066.044923}
2026-03-26 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929377stock') HTTP/1.1" 204 0
2026-03-26 14:41:06 [scrapy.extensions.logstats] INFO: Crawled 237 pages (at 23 pages/min), scraped 210 items (at 21 items/min)
2026-03-26 14:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:41:32 [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-26 14:41:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6996558auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996558auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6996558auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6996560auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996560auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6996560auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6996562auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996562auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6996562auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6996564auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996564auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6996564auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997363auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997363auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997363auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997364auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997364auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997364auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997385auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997385auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997385auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997742auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997742auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997742auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997743auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997743auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997743auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997744auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997744auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997744auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6997750auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997750auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6997750auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998044auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998044auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998044auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998045auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998045auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998045auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998265auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998265auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998265auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998266auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998266auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998266auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998267auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998267auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998267auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998396auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998396auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998396auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998399auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998399auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998399auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998404auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998404auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998404auction110944: 0
2026-03-26 14:41:32 [ecarstrade.be] INFO: Found listing with ID: 6998840auction110944
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998840auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:32 [ecarstrade.be] INFO: Scrape type for 6998840auction110944: 0
2026-03-26 14:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:41:49 [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-26 14:41:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6998841auction110944
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998841auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6998841auction110944: 0
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6999056auction110944
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999056auction110944%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6999056auction110944: 0
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994160auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994160auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993881auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993881auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993930auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993930auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993886auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993886auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993922auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993922auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994206auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994206auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994207auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994207auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993928auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993928auction110929: 2
2026-03-26 14: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-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993925auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993925auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993883auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993883auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994041auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994041auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993892auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993892auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994045auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994045auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993897auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993897auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6993964auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6993964auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994144auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994144auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994202auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994202auction110929: 2
2026-03-26 14:41:50 [ecarstrade.be] INFO: Found listing with ID: 6994143auction110929
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:41:50 [ecarstrade.be] INFO: Scrape type for 6994143auction110929: 2
2026-03-26 14:42:06 [scrapy.extensions.logstats] INFO: Crawled 239 pages (at 2 pages/min), scraped 210 items (at 0 items/min)
2026-03-26 14:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:42:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 14:42:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993955auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993955auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994027auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994027auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993943auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993943auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994035auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994035auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994168auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994168auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994117auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994117auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994161auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994161auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993917auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993917auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993940auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993940auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994147auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994147auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994060auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994060auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994200auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994200auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994203auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994203auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993903auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993903auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993911auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993911auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993941auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993941auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993960auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993960auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6993982auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6993982auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994193auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994193auction110929: 2
2026-03-26 14:42:07 [ecarstrade.be] INFO: Found listing with ID: 6994031auction110929
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:07 [ecarstrade.be] INFO: Scrape type for 6994031auction110929: 2
2026-03-26 14:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993886> (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-26 14:42:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:13 [ecarstrade.be] INFO: Extracting details for car 6993886auction110929
2026-03-26 14:42:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-26 14:42:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f1fd13-5c37-5849-b632-f988bcd6b3fa with scrape type 2
2026-03-26 14:42:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f1fd13-5c37-5849-b632-f988bcd6b3fa with scrape type 2
2026-03-26 14:42:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9f1fd13-5c37-5849-b632-f988bcd6b3fa, identifier: 6993886auction110929
2026-03-26 14:42:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-26 14:42:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929
2026-03-26 14:42:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9f1fd13-5c37-5849-b632-f988bcd6b3fa with identifier: 6993886auction110929 to the API
2026-03-26 14:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993886>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO G',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c9f1fd13-5c37-5849-b632-f988bcd6b3fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993886',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 131945,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': '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': 2022}
2026-03-26 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:14 [ecarstrade.be] INFO: Saving data for 6993886auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303721.521079, 'last_price_update_time': 1774536134.444756}
2026-03-26 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993886auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994207> (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-26 14: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-26 14:42:17 [ecarstrade.be] INFO: Extracting details for car 6994207auction110929
2026-03-26 14:42:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-26 14:42:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c22121-0f1b-55d3-8e42-6ce4173355b6 with scrape type 2
2026-03-26 14:42:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c22121-0f1b-55d3-8e42-6ce4173355b6 with scrape type 2
2026-03-26 14:42:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18c22121-0f1b-55d3-8e42-6ce4173355b6, identifier: 6994207auction110929
2026-03-26 14:42:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-26 14:42:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929
2026-03-26 14:42:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18c22121-0f1b-55d3-8e42-6ce4173355b6 with identifier: 6994207auction110929 to the API
2026-03-26 14:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18c22121-0f1b-55d3-8e42-6ce4173355b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994207',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 115692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-26 14:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:17 [ecarstrade.be] INFO: Saving data for 6994207auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303720.641424, 'last_price_update_time': 1774536137.480051}
2026-03-26 14:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994207auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993930> (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-26 14:42:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:22 [ecarstrade.be] INFO: Extracting details for car 6993930auction110929
2026-03-26 14:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-26 14:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 064b06f4-b9bc-57fb-8379-9ebefec74907 with scrape type 2
2026-03-26 14:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 064b06f4-b9bc-57fb-8379-9ebefec74907 with scrape type 2
2026-03-26 14:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 064b06f4-b9bc-57fb-8379-9ebefec74907, identifier: 6993930auction110929
2026-03-26 14:42:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-26 14:42:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929
2026-03-26 14:42:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 064b06f4-b9bc-57fb-8379-9ebefec74907 with identifier: 6993930auction110929 to the API
2026-03-26 14:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993930>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '064b06f4-b9bc-57fb-8379-9ebefec74907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993930',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 102850,
'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 Q5 Sportback 2.0 35 TDI S TRONIC BUS.ED.SL',
'transmission': 'automatic',
'trim': 'AUDI Sportback 2.0 35 TDI S TRONIC BUS.ED.SL',
'vin': None,
'year': 2021}
2026-03-26 14:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:23 [ecarstrade.be] INFO: Saving data for 6993930auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303721.09534, 'last_price_update_time': 1774536143.098549}
2026-03-26 14:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993930auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993881> (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-26 14:42:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993883> (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-26 14:42:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993922> (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-26 14:42:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:24 [ecarstrade.be] INFO: Extracting details for car 6993881auction110929
2026-03-26 14:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-26 14:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with scrape type 2
2026-03-26 14:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with scrape type 2
2026-03-26 14:42:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a, identifier: 6993881auction110929
2026-03-26 14:42:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-26 14:42:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929
2026-03-26 14:42:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5aa45c7e-445f-5647-a1f0-2ab395d8da4a with identifier: 6993881auction110929 to the API
2026-03-26 14:42:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993881>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '5aa45c7e-445f-5647-a1f0-2ab395d8da4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993881',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 62593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON SPORTBACK BEV 95KWH 55 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK BEV 95KWH 55 QUATTRO S-LINE',
'vin': None,
'year': 2023}
2026-03-26 14:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:24 [ecarstrade.be] INFO: Saving data for 6993881auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303696.681648, 'last_price_update_time': 1774536144.788018}
2026-03-26 14:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993881auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:24 [ecarstrade.be] INFO: Extracting details for car 6993883auction110929
2026-03-26 14:42:24 [ecarstrade.be] INFO: Extracting details for car 6993922auction110929
2026-03-26 14:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994160> (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-26 14:42:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-26 14:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb99503-7c59-59ad-9879-ae72d4c648c0 with scrape type 2
2026-03-26 14:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb99503-7c59-59ad-9879-ae72d4c648c0 with scrape type 2
2026-03-26 14:42:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bb99503-7c59-59ad-9879-ae72d4c648c0, identifier: 6993883auction110929
2026-03-26 14:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-26 14:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b71886-8060-5f9d-9a39-24bf88a46baf with scrape type 2
2026-03-26 14:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b71886-8060-5f9d-9a39-24bf88a46baf with scrape type 2
2026-03-26 14:42:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59b71886-8060-5f9d-9a39-24bf88a46baf, identifier: 6993922auction110929
2026-03-26 14:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-26 14:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929
2026-03-26 14:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bb99503-7c59-59ad-9879-ae72d4c648c0 with identifier: 6993883auction110929 to the API
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3bb99503-7c59-59ad-9879-ae72d4c648c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993883',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 100116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E (215KW) TOURING',
'vin': None,
'year': 2022}
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:25 [ecarstrade.be] INFO: Saving data for 6993883auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303698.410721, 'last_price_update_time': 1774536145.35045}
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993883auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-26 14:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929
2026-03-26 14:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59b71886-8060-5f9d-9a39-24bf88a46baf with identifier: 6993922auction110929 to the API
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993922>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '59b71886-8060-5f9d-9a39-24bf88a46baf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993922',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 36989,
'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': 'AUDI Q3 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:25 [ecarstrade.be] INFO: Saving data for 6993922auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303704.895195, 'last_price_update_time': 1774536145.733194}
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993922auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:25 [ecarstrade.be] INFO: Extracting details for car 6994160auction110929
2026-03-26 14:42:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-26 14:42:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with scrape type 2
2026-03-26 14:42:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with scrape type 2
2026-03-26 14:42:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f, identifier: 6994160auction110929
2026-03-26 14:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-26 14:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929
2026-03-26 14:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f with identifier: 6994160auction110929 to the API
2026-03-26 14:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994160>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '7a63e853-fc46-5ad6-bc8d-e5af64c8bf5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994160',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'ID. Buzz',
'odometer': 13630,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-11',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN ID.BUZZ BEV 91KWH 210KW PRO LWB AUTO',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.BUZZ BEV 91KWH 210KW PRO LWB AUTO',
'vin': None,
'year': 2025}
2026-03-26 14:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:26 [ecarstrade.be] INFO: Saving data for 6994160auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303697.406218, 'last_price_update_time': 1774536146.127129}
2026-03-26 14:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994160auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994206> (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-26 14:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:29 [ecarstrade.be] INFO: Extracting details for car 6994206auction110929
2026-03-26 14:42:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-26 14:42:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with scrape type 2
2026-03-26 14:42:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with scrape type 2
2026-03-26 14:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42, identifier: 6994206auction110929
2026-03-26 14:42:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-26 14:42:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929
2026-03-26 14:42:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42 with identifier: 6994206auction110929 to the API
2026-03-26 14:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '81c6a17c-a8b0-5c6a-ad3e-95ce64b68d42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994206',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 87800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-26 14:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:29 [ecarstrade.be] INFO: Saving data for 6994206auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303697.730686, 'last_price_update_time': 1774536149.672577}
2026-03-26 14:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994206auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993928> (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-26 14:42:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:32 [ecarstrade.be] INFO: Extracting details for car 6993928auction110929
2026-03-26 14:42:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-26 14:42:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with scrape type 2
2026-03-26 14:42:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with scrape type 2
2026-03-26 14:42:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075, identifier: 6993928auction110929
2026-03-26 14:42:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-26 14:42:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929
2026-03-26 14:42:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e48d1ac7-c2c5-5080-9bcd-e2bdb598b075 with identifier: 6993928auction110929 to the API
2026-03-26 14:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993928>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e48d1ac7-c2c5-5080-9bcd-e2bdb598b075',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993928',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 118295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 DIESEL - 2017 40 TDi Quattro Business Ed.Sport S tr.',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2017 40 TDi Quattro Business Ed.Sport S tr.',
'vin': None,
'year': 2020}
2026-03-26 14:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:32 [ecarstrade.be] INFO: Saving data for 6993928auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303696.153045, 'last_price_update_time': 1774536152.613675}
2026-03-26 14:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993928auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993964> (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-26 14:42:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:33 [ecarstrade.be] INFO: Extracting details for car 6993964auction110929
2026-03-26 14:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-26 14:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with scrape type 2
2026-03-26 14:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with scrape type 2
2026-03-26 14:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bb06966-20d3-58ad-b859-e9149f1ba8e9, identifier: 6993964auction110929
2026-03-26 14:42:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-26 14:42:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929
2026-03-26 14:42:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bb06966-20d3-58ad-b859-e9149f1ba8e9 with identifier: 6993964auction110929 to the API
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993964>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bb06966-20d3-58ad-b859-e9149f1ba8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993964',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 159350,
'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': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE30E (120KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 XDRIVE30E (120KW) AUTO',
'vin': None,
'year': 2021}
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:34 [ecarstrade.be] INFO: Saving data for 6993964auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303754.080612, 'last_price_update_time': 1774536154.209555}
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993964auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994045> (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-26 14:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:34 [ecarstrade.be] INFO: Extracting details for car 6994045auction110929
2026-03-26 14:42:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-26 14:42:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with scrape type 2
2026-03-26 14:42:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with scrape type 2
2026-03-26 14:42:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8, identifier: 6994045auction110929
2026-03-26 14:42:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-26 14:42:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929
2026-03-26 14:42:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8 with identifier: 6994045auction110929 to the API
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994045>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e9f6ad7e-e583-5c1b-b0fd-0fbc9578a3f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994045',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 31425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:34 [ecarstrade.be] INFO: Saving data for 6994045auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303751.678711, 'last_price_update_time': 1774536154.812235}
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994045auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994031> (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-26 14:42:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:40 [ecarstrade.be] INFO: Extracting details for car 6994031auction110929
2026-03-26 14:42:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-26 14:42:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with scrape type 2
2026-03-26 14:42:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with scrape type 2
2026-03-26 14:42:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508, identifier: 6994031auction110929
2026-03-26 14:42:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-26 14:42:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929
2026-03-26 14:42:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508 with identifier: 6994031auction110929 to the API
2026-03-26 14:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42: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-26 14:42:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994031>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ab1ccd6d-87fd-5d01-bbea-16fe4a5cf508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994031',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 26276,
'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 B-CLASS 1.3 B 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-26 14:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:40 [ecarstrade.be] INFO: Saving data for 6994031auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303747.556115, 'last_price_update_time': 1774536160.596296}
2026-03-26 14:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994031auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993892> (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-26 14:42:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:41 [ecarstrade.be] INFO: Extracting details for car 6993892auction110929
2026-03-26 14:42:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-26 14:42:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0ade773-1ad0-5d01-a1c1-96d47678f49e with scrape type 2
2026-03-26 14:42:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0ade773-1ad0-5d01-a1c1-96d47678f49e with scrape type 2
2026-03-26 14:42:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0ade773-1ad0-5d01-a1c1-96d47678f49e, identifier: 6993892auction110929
2026-03-26 14:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-26 14:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929
2026-03-26 14:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0ade773-1ad0-5d01-a1c1-96d47678f49e with identifier: 6993892auction110929 to the API
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993892>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd0ade773-1ad0-5d01-a1c1-96d47678f49e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993892',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 84901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 1.3 CLA 180 AMG LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 1.3 AMG LINE DCT',
'vin': None,
'year': 2022}
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:41 [ecarstrade.be] INFO: Saving data for 6993892auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303728.08419, 'last_price_update_time': 1774536161.365402}
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993892auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994193> (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-26 14:42:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:41 [ecarstrade.be] INFO: Extracting details for car 6994193auction110929
2026-03-26 14:42:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-26 14:42:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acd14df0-df9c-5e4c-a0bf-805d261f701e with scrape type 2
2026-03-26 14:42:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acd14df0-df9c-5e4c-a0bf-805d261f701e with scrape type 2
2026-03-26 14:42:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acd14df0-df9c-5e4c-a0bf-805d261f701e, identifier: 6994193auction110929
2026-03-26 14:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-26 14:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929
2026-03-26 14:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acd14df0-df9c-5e4c-a0bf-805d261f701e with identifier: 6994193auction110929 to the API
2026-03-26 14:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994193>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acd14df0-df9c-5e4c-a0bf-805d261f701e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994193',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 109624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-26 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:42 [ecarstrade.be] INFO: Saving data for 6994193auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303748.741347, 'last_price_update_time': 1774536162.141887}
2026-03-26 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994193auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993897> (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-26 14:42:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:43 [ecarstrade.be] INFO: Extracting details for car 6993897auction110929
2026-03-26 14:42:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-26 14:42:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with scrape type 2
2026-03-26 14:42:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with scrape type 2
2026-03-26 14:42:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7, identifier: 6993897auction110929
2026-03-26 14:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-26 14:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929
2026-03-26 14:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e29f27e-1880-50aa-ba0d-097e4efaa8a7 with identifier: 6993897auction110929 to the API
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993897>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e29f27e-1880-50aa-ba0d-097e4efaa8a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993897',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 44894,
'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': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'vin': None,
'year': 2021}
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:43 [ecarstrade.be] INFO: Saving data for 6993897auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303727.197626, 'last_price_update_time': 1774536163.745394}
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993897auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993925> (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-26 14:42:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:48 [ecarstrade.be] INFO: Extracting details for car 6993925auction110929
2026-03-26 14:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-26 14:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6617d641-9ce9-57cb-9692-e9e53999d3af with scrape type 2
2026-03-26 14:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6617d641-9ce9-57cb-9692-e9e53999d3af with scrape type 2
2026-03-26 14:42:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6617d641-9ce9-57cb-9692-e9e53999d3af, identifier: 6993925auction110929
2026-03-26 14:42:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-26 14:42:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929
2026-03-26 14:42:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6617d641-9ce9-57cb-9692-e9e53999d3af with identifier: 6993925auction110929 to the API
2026-03-26 14:42:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993925>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6617d641-9ce9-57cb-9692-e9e53999d3af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993925',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 61897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-26 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:49 [ecarstrade.be] INFO: Saving data for 6993925auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303722.936004, 'last_price_update_time': 1774536169.488451}
2026-03-26 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993925auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993941> (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-26 14: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-26 14:42:51 [ecarstrade.be] INFO: Extracting details for car 6993941auction110929
2026-03-26 14:42:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-26 14:42:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961bf53b-6787-544d-b74d-389b15c1efbe with scrape type 2
2026-03-26 14:42:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961bf53b-6787-544d-b74d-389b15c1efbe with scrape type 2
2026-03-26 14:42:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 961bf53b-6787-544d-b74d-389b15c1efbe, identifier: 6993941auction110929
2026-03-26 14:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-26 14:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929
2026-03-26 14:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 961bf53b-6787-544d-b74d-389b15c1efbe with identifier: 6993941auction110929 to the API
2026-03-26 14:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993941>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '961bf53b-6787-544d-b74d-389b15c1efbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993941',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '316',
'odometer': 63063,
'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 3-serie 2.0 316DA (90KW) BERLINE',
'transmission': 'automatic',
'trim': '3-serie 2.0 DA (90KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-26 14:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:51 [ecarstrade.be] INFO: Saving data for 6993941auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303751.168993, 'last_price_update_time': 1774536171.544165}
2026-03-26 14:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993941auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993982> (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-26 14:42:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:55 [ecarstrade.be] INFO: Extracting details for car 6993982auction110929
2026-03-26 14:42:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-26 14:42:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with scrape type 2
2026-03-26 14:42:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with scrape type 2
2026-03-26 14:42:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1, identifier: 6993982auction110929
2026-03-26 14:42:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-26 14:42:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929
2026-03-26 14:42:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e206c4a-5f70-55d2-9bff-321ce45dc4c1 with identifier: 6993982auction110929 to the API
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993982>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '4e206c4a-5f70-55d2-9bff-321ce45dc4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993982',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 131896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'transmission': 'automatic',
'trim': 'FORD MUSTANG MH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'vin': None,
'year': 2022}
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:55 [ecarstrade.be] INFO: Saving data for 6993982auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303750.070132, 'last_price_update_time': 1774536175.870013}
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993982auction110929') HTTP/1.1" 204 0
2026-03-26 14:42:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994041> (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-26 14:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:42:57 [ecarstrade.be] INFO: Extracting details for car 6994041auction110929
2026-03-26 14:42:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-26 14:42:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with scrape type 2
2026-03-26 14:42:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with scrape type 2
2026-03-26 14:42:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c4f8127-c053-5bd3-867c-95eba3a7eee9, identifier: 6994041auction110929
2026-03-26 14:42:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-26 14:42:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929
2026-03-26 14:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c4f8127-c053-5bd3-867c-95eba3a7eee9 with identifier: 6994041auction110929 to the API
2026-03-26 14:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994041>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5c4f8127-c053-5bd3-867c-95eba3a7eee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994041',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 144788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-19',
'seats_number': 4,
'seller_name': None,
'title': 'MERCEDES-BENZ C-Klasse Cabrio C 200 4-Matic Mild Hybrid',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-Klasse Cabrio 4-Matic Mild Hybrid',
'vin': None,
'year': 2019}
2026-03-26 14:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:42:57 [ecarstrade.be] INFO: Saving data for 6994041auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303702.958856, 'last_price_update_time': 1774536177.519799}
2026-03-26 14:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994041auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994143> (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-26 14:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:03 [ecarstrade.be] INFO: Extracting details for car 6994143auction110929
2026-03-26 14:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-26 14:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b55cb1-542a-5b7e-be29-f3f709f7e74f with scrape type 2
2026-03-26 14:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b55cb1-542a-5b7e-be29-f3f709f7e74f with scrape type 2
2026-03-26 14:43:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3b55cb1-542a-5b7e-be29-f3f709f7e74f, identifier: 6994143auction110929
2026-03-26 14:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-26 14:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929
2026-03-26 14:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3b55cb1-542a-5b7e-be29-f3f709f7e74f with identifier: 6994143auction110929 to the API
2026-03-26 14:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c3b55cb1-542a-5b7e-be29-f3f709f7e74f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994143',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 42652,
'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': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW STYLE',
'transmission': 'manual',
'trim': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW STYLE',
'vin': None,
'year': 2021}
2026-03-26 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:04 [ecarstrade.be] INFO: Saving data for 6994143auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303714.708212, 'last_price_update_time': 1774536184.279464}
2026-03-26 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994143auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:06 [scrapy.extensions.logstats] INFO: Crawled 260 pages (at 21 pages/min), scraped 230 items (at 20 items/min)
2026-03-26 14:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-26 14:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993911> (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-26 14: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-26 14:43:11 [ecarstrade.be] INFO: Extracting details for car 6993911auction110929
2026-03-26 14:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-26 14:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d549d49a-fa38-5c32-a558-416e08afd2aa with scrape type 2
2026-03-26 14:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d549d49a-fa38-5c32-a558-416e08afd2aa with scrape type 2
2026-03-26 14:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d549d49a-fa38-5c32-a558-416e08afd2aa, identifier: 6993911auction110929
2026-03-26 14:43:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-26 14:43:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929
2026-03-26 14:43:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d549d49a-fa38-5c32-a558-416e08afd2aa with identifier: 6993911auction110929 to the API
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993911>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd549d49a-fa38-5c32-a558-416e08afd2aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993911',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 51121,
'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': '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': 2021}
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:11 [ecarstrade.be] INFO: Saving data for 6993911auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303749.367254, 'last_price_update_time': 1774536191.673615}
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993911auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993903> (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-26 14: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-26 14:43:12 [ecarstrade.be] INFO: Extracting details for car 6993903auction110929
2026-03-26 14:43:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-26 14:43:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 405b4abf-d134-5e19-906c-3c19f7935b86 with scrape type 2
2026-03-26 14:43:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 405b4abf-d134-5e19-906c-3c19f7935b86 with scrape type 2
2026-03-26 14:43:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 405b4abf-d134-5e19-906c-3c19f7935b86, identifier: 6993903auction110929
2026-03-26 14:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-26 14:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929
2026-03-26 14:43:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 405b4abf-d134-5e19-906c-3c19f7935b86 with identifier: 6993903auction110929 to the API
2026-03-26 14:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993903>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '405b4abf-d134-5e19-906c-3c19f7935b86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993903',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 89450,
'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 A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2023}
2026-03-26 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:12 [ecarstrade.be] INFO: Saving data for 6993903auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303745.580578, 'last_price_update_time': 1774536192.423334}
2026-03-26 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993903auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993960> (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-26 14: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-26 14:43:14 [ecarstrade.be] INFO: Extracting details for car 6993960auction110929
2026-03-26 14:43:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-26 14:43:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06fc41b0-78ed-563c-b787-42e9ebe64415 with scrape type 2
2026-03-26 14:43:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06fc41b0-78ed-563c-b787-42e9ebe64415 with scrape type 2
2026-03-26 14:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06fc41b0-78ed-563c-b787-42e9ebe64415, identifier: 6993960auction110929
2026-03-26 14:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-26 14:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929
2026-03-26 14:43:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06fc41b0-78ed-563c-b787-42e9ebe64415 with identifier: 6993960auction110929 to the API
2026-03-26 14:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993960>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '06fc41b0-78ed-563c-b787-42e9ebe64415',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993960',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 76532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2022}
2026-03-26 14:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:15 [ecarstrade.be] INFO: Saving data for 6993960auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303750.669821, 'last_price_update_time': 1774536195.349255}
2026-03-26 14:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993960auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994060> (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-26 14: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-26 14:43:16 [ecarstrade.be] INFO: Extracting details for car 6994060auction110929
2026-03-26 14:43:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-26 14:43:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with scrape type 2
2026-03-26 14:43:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with scrape type 2
2026-03-26 14:43:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 050f524e-c75d-58f6-bf42-5f7ffb8ff621, identifier: 6994060auction110929
2026-03-26 14:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-26 14:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929
2026-03-26 14:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 050f524e-c75d-58f6-bf42-5f7ffb8ff621 with identifier: 6994060auction110929 to the API
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994060>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '050f524e-c75d-58f6-bf42-5f7ffb8ff621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994060',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 118853,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS SOLUTION LUX',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS SOLUTION LUX',
'vin': None,
'year': 2021}
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:16 [ecarstrade.be] INFO: Saving data for 6994060auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303717.52517, 'last_price_update_time': 1774536196.442576}
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994060auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994147> (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-26 14: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-26 14:43:19 [ecarstrade.be] INFO: Extracting details for car 6994147auction110929
2026-03-26 14:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-26 14:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16e51ad5-e531-5e6a-a885-66bc4e205f7f with scrape type 2
2026-03-26 14:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16e51ad5-e531-5e6a-a885-66bc4e205f7f with scrape type 2
2026-03-26 14:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16e51ad5-e531-5e6a-a885-66bc4e205f7f, identifier: 6994147auction110929
2026-03-26 14:43:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-26 14:43:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929
2026-03-26 14:43:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16e51ad5-e531-5e6a-a885-66bc4e205f7f with identifier: 6994147auction110929 to the API
2026-03-26 14:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994147>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '16e51ad5-e531-5e6a-a885-66bc4e205f7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994147',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 137528,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER 50A FOURGON LWB HR DSL 2.0 TDI',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN CRAFTER 50A FOURGON LWB HR DSL 2.0 TDI',
'vin': None,
'year': 2020}
2026-03-26 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:19 [ecarstrade.be] INFO: Saving data for 6994147auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303716.312627, 'last_price_update_time': 1774536199.959836}
2026-03-26 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994147auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994203> (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-26 14: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-26 14:43:23 [ecarstrade.be] INFO: Extracting details for car 6994203auction110929
2026-03-26 14:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-26 14:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f72aa01-544b-5e62-84ba-3fde29dedead with scrape type 2
2026-03-26 14:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f72aa01-544b-5e62-84ba-3fde29dedead with scrape type 2
2026-03-26 14:43:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f72aa01-544b-5e62-84ba-3fde29dedead, identifier: 6994203auction110929
2026-03-26 14:43:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-26 14:43:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:43:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929
2026-03-26 14:43:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f72aa01-544b-5e62-84ba-3fde29dedead with identifier: 6994203auction110929 to the API
2026-03-26 14:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994203>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f72aa01-544b-5e62-84ba-3fde29dedead',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994203',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 131355,
'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': 'VOLVO XC40 78 kWh P8 AWD Recharge R-Design',
'transmission': 'automatic',
'trim': 'VOLVO 78 kWh P8 AWD Recharge R-Design',
'vin': None,
'year': 2021}
2026-03-26 14:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:24 [ecarstrade.be] INFO: Saving data for 6994203auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303703.753347, 'last_price_update_time': 1774536204.132857}
2026-03-26 14:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994203auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993917> (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-26 14: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-26 14:43:24 [ecarstrade.be] INFO: Extracting details for car 6993917auction110929
2026-03-26 14:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-26 14:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed173c22-e184-5b1c-9973-d7a52b28b54d with scrape type 2
2026-03-26 14:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed173c22-e184-5b1c-9973-d7a52b28b54d with scrape type 2
2026-03-26 14:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed173c22-e184-5b1c-9973-d7a52b28b54d, identifier: 6993917auction110929
2026-03-26 14:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-26 14:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929
2026-03-26 14:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed173c22-e184-5b1c-9973-d7a52b28b54d with identifier: 6993917auction110929 to the API
2026-03-26 14:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993917>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ed173c22-e184-5b1c-9973-d7a52b28b54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993917',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 64402,
'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': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TFSI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TFSI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2022}
2026-03-26 14:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:25 [ecarstrade.be] INFO: Saving data for 6993917auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.657818, 'last_price_update_time': 1774536205.407229}
2026-03-26 14:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993917auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994200> (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-26 14:43:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:25 [ecarstrade.be] INFO: Extracting details for car 6994200auction110929
2026-03-26 14:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-26 14:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with scrape type 2
2026-03-26 14:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with scrape type 2
2026-03-26 14:43:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9, identifier: 6994200auction110929
2026-03-26 14:43:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-26 14:43:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929
2026-03-26 14:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5adab7e5-8296-5dbd-beff-60ebe2edc5e9 with identifier: 6994200auction110929 to the API
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994200>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5adab7e5-8296-5dbd-beff-60ebe2edc5e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994200',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 132687,
'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': 'VOLVO XC40 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:26 [ecarstrade.be] INFO: Saving data for 6994200auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.998697, 'last_price_update_time': 1774536206.203813}
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994200auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994035> (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-26 14:43:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:26 [ecarstrade.be] INFO: Extracting details for car 6994035auction110929
2026-03-26 14:43:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-26 14:43:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0383cdfd-40d7-5244-b5c5-2e62b1553994 with scrape type 2
2026-03-26 14:43:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0383cdfd-40d7-5244-b5c5-2e62b1553994 with scrape type 2
2026-03-26 14:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0383cdfd-40d7-5244-b5c5-2e62b1553994, identifier: 6994035auction110929
2026-03-26 14:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-26 14:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929
2026-03-26 14:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0383cdfd-40d7-5244-b5c5-2e62b1553994 with identifier: 6994035auction110929 to the API
2026-03-26 14:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994035>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0383cdfd-40d7-5244-b5c5-2e62b1553994',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994035',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 69451,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-26 14:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:27 [ecarstrade.be] INFO: Saving data for 6994035auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303718.167267, 'last_price_update_time': 1774536207.362081}
2026-03-26 14:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994035auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993943> (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-26 14:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:31 [ecarstrade.be] INFO: Extracting details for car 6993943auction110929
2026-03-26 14:43:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-26 14:43:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678e0e5d-76d9-5b5b-b008-35b43d3f842c with scrape type 2
2026-03-26 14:43:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678e0e5d-76d9-5b5b-b008-35b43d3f842c with scrape type 2
2026-03-26 14:43:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 678e0e5d-76d9-5b5b-b008-35b43d3f842c, identifier: 6993943auction110929
2026-03-26 14:43:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-26 14:43:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929
2026-03-26 14:43:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 678e0e5d-76d9-5b5b-b008-35b43d3f842c with identifier: 6993943auction110929 to the API
2026-03-26 14:43:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993943>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '678e0e5d-76d9-5b5b-b008-35b43d3f842c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993943',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '530',
'odometer': 147958,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 - 2017 530eA PHEV Performance OPF',
'transmission': 'automatic',
'trim': '5 - 2017 eA PHEV Performance OPF',
'vin': None,
'year': 2020}
2026-03-26 14:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:31 [ecarstrade.be] INFO: Saving data for 6993943auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303718.921184, 'last_price_update_time': 1774536211.947252}
2026-03-26 14:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993943auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994168> (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-26 14: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-26 14:43:33 [ecarstrade.be] INFO: Extracting details for car 6994168auction110929
2026-03-26 14:43:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-26 14:43:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 456ada21-26c0-55e6-8fea-d815d640d5f1 with scrape type 2
2026-03-26 14:43:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 456ada21-26c0-55e6-8fea-d815d640d5f1 with scrape type 2
2026-03-26 14:43:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 456ada21-26c0-55e6-8fea-d815d640d5f1, identifier: 6994168auction110929
2026-03-26 14:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-26 14:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929
2026-03-26 14:43:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 456ada21-26c0-55e6-8fea-d815d640d5f1 with identifier: 6994168auction110929 to the API
2026-03-26 14:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994168>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '456ada21-26c0-55e6-8fea-d815d640d5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994168',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 24936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI LIFE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN POLO 1.0 TSI LIFE BUSINESS DSG',
'vin': None,
'year': 2024}
2026-03-26 14:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:33 [ecarstrade.be] INFO: Saving data for 6994168auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303714.062399, 'last_price_update_time': 1774536213.728779}
2026-03-26 14:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994168auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993955> (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-26 14:43:34 [ecarstrade.be] INFO: Extracting details for car 6993955auction110929
2026-03-26 14:43:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-26 14:43:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with scrape type 2
2026-03-26 14:43:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with scrape type 2
2026-03-26 14:43:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5949d4e-ea58-57d4-9e76-3f93f9e7e434, identifier: 6993955auction110929
2026-03-26 14:43:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-26 14:43:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929
2026-03-26 14:43:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5949d4e-ea58-57d4-9e76-3f93f9e7e434 with identifier: 6993955auction110929 to the API
2026-03-26 14:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993955>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c5949d4e-ea58-57d4-9e76-3f93f9e7e434',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993955',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2022}
2026-03-26 14:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:34 [ecarstrade.be] INFO: Saving data for 6993955auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303715.279124, 'last_price_update_time': 1774536214.861955}
2026-03-26 14:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993955auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:35 [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-26 14:43:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994185auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994185auction110929: 2
2026-03-26 14:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994136auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994136auction110929: 2
2026-03-26 14:43:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994135auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994135auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994064auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994064auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6993920auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6993920auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994051auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994051auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994038auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994038auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994053auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994053auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994128auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994128auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6993986auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6993986auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994029auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994029auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994131auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994131auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6993958auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6993958auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6993962auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6993962auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994082auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994082auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994163auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994163auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994127auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994127auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994139auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994139auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994137auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994137auction110929: 2
2026-03-26 14:43:35 [ecarstrade.be] INFO: Found listing with ID: 6994205auction110929
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:35 [ecarstrade.be] INFO: Scrape type for 6994205auction110929: 2
2026-03-26 14:43:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994161> (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-26 14:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:36 [ecarstrade.be] INFO: Extracting details for car 6994161auction110929
2026-03-26 14:43:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-26 14:43:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a546476-b32d-5034-ae18-29c0e54845ae with scrape type 2
2026-03-26 14:43:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a546476-b32d-5034-ae18-29c0e54845ae with scrape type 2
2026-03-26 14:43:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a546476-b32d-5034-ae18-29c0e54845ae, identifier: 6994161auction110929
2026-03-26 14:43:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-26 14:43:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929
2026-03-26 14:43:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a546476-b32d-5034-ae18-29c0e54845ae with identifier: 6994161auction110929 to the API
2026-03-26 14:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2a546476-b32d-5034-ae18-29c0e54845ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994161',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 44418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 1.5 TSI ELEGANCE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN PASSAT 1.5 TSI ELEGANCE BUSINESS',
'vin': None,
'year': 2022}
2026-03-26 14:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:36 [ecarstrade.be] INFO: Saving data for 6994161auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303719.321349, 'last_price_update_time': 1774536216.683557}
2026-03-26 14:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994161auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994202> (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-26 14:43:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:41 [ecarstrade.be] INFO: Extracting details for car 6994202auction110929
2026-03-26 14:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-26 14:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caeaa931-2ef5-5d5a-9188-e2fad1370a2f with scrape type 2
2026-03-26 14:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caeaa931-2ef5-5d5a-9188-e2fad1370a2f with scrape type 2
2026-03-26 14:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: caeaa931-2ef5-5d5a-9188-e2fad1370a2f, identifier: 6994202auction110929
2026-03-26 14:43:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-26 14:43:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929
2026-03-26 14:43:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: caeaa931-2ef5-5d5a-9188-e2fad1370a2f with identifier: 6994202auction110929 to the API
2026-03-26 14:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994202>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'caeaa931-2ef5-5d5a-9188-e2fad1370a2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994202',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 112809,
'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': 'VOLVO XC40 1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-26 14:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:41 [ecarstrade.be] INFO: Saving data for 6994202auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303722.171817, 'last_price_update_time': 1774536221.787762}
2026-03-26 14:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994202auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993940> (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-26 14:43:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:41 [ecarstrade.be] INFO: Extracting details for car 6993940auction110929
2026-03-26 14:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-26 14:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23d155c0-5eeb-5235-a34c-a5dbf533482d with scrape type 2
2026-03-26 14:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23d155c0-5eeb-5235-a34c-a5dbf533482d with scrape type 2
2026-03-26 14:43:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23d155c0-5eeb-5235-a34c-a5dbf533482d, identifier: 6993940auction110929
2026-03-26 14:43:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-26 14:43:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929
2026-03-26 14:43:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23d155c0-5eeb-5235-a34c-a5dbf533482d with identifier: 6993940auction110929 to the API
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993940>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '23d155c0-5eeb-5235-a34c-a5dbf533482d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993940',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 148286,
'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 3 SERIES TOURING 2.0 320D (140KW) XDRIVE 4WD TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 D (140KW) XDRIVE 4WD TOURING',
'vin': None,
'year': 2022}
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:42 [ecarstrade.be] INFO: Saving data for 6993940auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303717.106026, 'last_price_update_time': 1774536222.300187}
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993940auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994185> (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-26 14:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:44 [ecarstrade.be] INFO: Extracting details for car 6994185auction110929
2026-03-26 14:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-26 14:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with scrape type 2
2026-03-26 14:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with scrape type 2
2026-03-26 14:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64, identifier: 6994185auction110929
2026-03-26 14:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-26 14:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929
2026-03-26 14:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccdd75fd-dabb-5cf8-b941-f6579b5bcf64 with identifier: 6994185auction110929 to the API
2026-03-26 14:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994185>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO D',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ccdd75fd-dabb-5cf8-b941-f6579b5bcf64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994185',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 97378,
'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': 'VOLVO XC40 1.5 T2 INSCRIPTION AUTO',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T2 INSCRIPTION AUTO',
'vin': None,
'year': 2022}
2026-03-26 14:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:45 [ecarstrade.be] INFO: Saving data for 6994185auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303753.220755, 'last_price_update_time': 1774536225.123671}
2026-03-26 14:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994185auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:46 [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-26 14: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-26 14:43:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993953auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993953auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994188auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994188auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994067auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994067auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994074auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994074auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993914auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993914auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994209auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994209auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994119auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994119auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993947auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993947auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994048auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994048auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994159auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994159auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993909auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993909auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994079auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994079auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994132auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994132auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994146auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994146auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993939auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993939auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994087auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994087auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993935auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993935auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994130auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994130auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6993933auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6993933auction110929: 2
2026-03-26 14:43:46 [ecarstrade.be] INFO: Found listing with ID: 6994019auction110929
2026-03-26 14:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:46 [ecarstrade.be] INFO: Scrape type for 6994019auction110929: 2
2026-03-26 14:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994027> (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-26 14: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-26 14:43:47 [ecarstrade.be] INFO: Extracting details for car 6994027auction110929
2026-03-26 14:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-26 14:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db665ec5-02fb-5f8a-a981-18050ab09620 with scrape type 2
2026-03-26 14:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db665ec5-02fb-5f8a-a981-18050ab09620 with scrape type 2
2026-03-26 14:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db665ec5-02fb-5f8a-a981-18050ab09620, identifier: 6994027auction110929
2026-03-26 14:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-26 14:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929
2026-03-26 14:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db665ec5-02fb-5f8a-a981-18050ab09620 with identifier: 6994027auction110929 to the API
2026-03-26 14:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994027>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'db665ec5-02fb-5f8a-a981-18050ab09620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994027',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 49804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:47 [ecarstrade.be] INFO: Saving data for 6994027auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303715.637112, 'last_price_update_time': 1774536227.507676}
2026-03-26 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994027auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994117> (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-26 14: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-26 14:43:50 [ecarstrade.be] INFO: Extracting details for car 6994117auction110929
2026-03-26 14:43:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-26 14:43:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with scrape type 2
2026-03-26 14:43:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with scrape type 2
2026-03-26 14:43:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f, identifier: 6994117auction110929
2026-03-26 14:43:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-26 14:43:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929
2026-03-26 14:43:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4dea5ff0-e9f8-5a93-be3c-990cf766bd1f with identifier: 6994117auction110929 to the API
2026-03-26 14:43:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994117>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '4dea5ff0-e9f8-5a93-be3c-990cf766bd1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994117',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Polestar',
'model': '2',
'odometer': 89361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 78KWH AUTO 4WD PILOT PLUS',
'transmission': 'automatic',
'trim': 'POLESTAR 78KWH AUTO 4WD PILOT PLUS',
'vin': None,
'year': 2021}
2026-03-26 14:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:50 [ecarstrade.be] INFO: Saving data for 6994117auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303713.585554, 'last_price_update_time': 1774536230.489291}
2026-03-26 14:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994117auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994144> (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-26 14:43:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:43:55 [ecarstrade.be] INFO: Extracting details for car 6994144auction110929
2026-03-26 14:43:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-26 14:43:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1822fcbf-65df-59aa-b616-2857d812d303 with scrape type 2
2026-03-26 14:43:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1822fcbf-65df-59aa-b616-2857d812d303 with scrape type 2
2026-03-26 14:43:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1822fcbf-65df-59aa-b616-2857d812d303, identifier: 6994144auction110929
2026-03-26 14:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-26 14:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929
2026-03-26 14:43:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1822fcbf-65df-59aa-b616-2857d812d303 with identifier: 6994144auction110929 to the API
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994144>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '1822fcbf-65df-59aa-b616-2857d812d303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994144',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 107231,
'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': '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-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:56 [ecarstrade.be] INFO: Saving data for 6994144auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303704.208124, 'last_price_update_time': 1774536236.186413}
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994144auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994064> (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-26 14: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-26 14:43:56 [ecarstrade.be] INFO: Extracting details for car 6994064auction110929
2026-03-26 14:43:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-26 14:43:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with scrape type 2
2026-03-26 14:43:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with scrape type 2
2026-03-26 14:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c, identifier: 6994064auction110929
2026-03-26 14:43:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-26 14:43:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929
2026-03-26 14:43:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d31c146-c2fa-5702-af5e-01fc8f8ce46c with identifier: 6994064auction110929 to the API
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:43: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-26 14:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994064>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6d31c146-c2fa-5702-af5e-01fc8f8ce46c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994064',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 57018,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-09',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 314 2.1 BlueTEC A1 (EU6)',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 314 2.1 BlueTEC A1 (EU6)',
'vin': None,
'year': 2018}
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:56 [ecarstrade.be] INFO: Saving data for 6994064auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303748.282115, 'last_price_update_time': 1774536236.70854}
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994064auction110929') HTTP/1.1" 204 0
2026-03-26 14:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994053> (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-26 14: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-26 14:43:58 [ecarstrade.be] INFO: Extracting details for car 6994053auction110929
2026-03-26 14:43:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-26 14:43:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e38ca557-c974-5033-bf96-0c65feb95009 with scrape type 2
2026-03-26 14:43:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e38ca557-c974-5033-bf96-0c65feb95009 with scrape type 2
2026-03-26 14:43:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e38ca557-c974-5033-bf96-0c65feb95009, identifier: 6994053auction110929
2026-03-26 14:43:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-26 14:43:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929
2026-03-26 14:43:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e38ca557-c974-5033-bf96-0c65feb95009 with identifier: 6994053auction110929 to the API
2026-03-26 14:43:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:43:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e38ca557-c974-5033-bf96-0c65feb95009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994053',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 157603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 200 D BUSINESS SOLUTION '
'LIM DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 200 D BUSINESS SOLUTION LIM '
'DCT',
'vin': None,
'year': 2021}
2026-03-26 14:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:43:58 [ecarstrade.be] INFO: Saving data for 6994053auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303761.490097, 'last_price_update_time': 1774536238.396079}
2026-03-26 14:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994053auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994038> (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-26 14:44:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:04 [ecarstrade.be] INFO: Extracting details for car 6994038auction110929
2026-03-26 14:44:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-26 14:44:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbe2517f-3915-5b35-a220-ae13496ddc0a with scrape type 2
2026-03-26 14:44:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbe2517f-3915-5b35-a220-ae13496ddc0a with scrape type 2
2026-03-26 14:44:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbe2517f-3915-5b35-a220-ae13496ddc0a, identifier: 6994038auction110929
2026-03-26 14:44:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-26 14:44:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929
2026-03-26 14:44:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbe2517f-3915-5b35-a220-ae13496ddc0a with identifier: 6994038auction110929 to the API
2026-03-26 14:44:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'dbe2517f-3915-5b35-a220-ae13496ddc0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994038',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 189229,
'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': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 MHEV C 200 D AUTO BUSINESS LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 MHEV D AUTO BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-26 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:04 [ecarstrade.be] INFO: Saving data for 6994038auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303762.432716, 'last_price_update_time': 1774536244.409501}
2026-03-26 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994038auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994137> (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-26 14:44:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:05 [ecarstrade.be] INFO: Extracting details for car 6994137auction110929
2026-03-26 14:44:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-26 14:44:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17447032-bc10-5c67-9821-3b92d649b7d0 with scrape type 2
2026-03-26 14:44:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17447032-bc10-5c67-9821-3b92d649b7d0 with scrape type 2
2026-03-26 14:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17447032-bc10-5c67-9821-3b92d649b7d0, identifier: 6994137auction110929
2026-03-26 14:44:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-26 14:44:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929
2026-03-26 14:44:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17447032-bc10-5c67-9821-3b92d649b7d0 with identifier: 6994137auction110929 to the API
2026-03-26 14:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994137>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '17447032-bc10-5c67-9821-3b92d649b7d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994137',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 116226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:06 [ecarstrade.be] INFO: Saving data for 6994137auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303784.163879, 'last_price_update_time': 1774536246.212334}
2026-03-26 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994137auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:06 [scrapy.extensions.logstats] INFO: Crawled 285 pages (at 25 pages/min), scraped 253 items (at 23 items/min)
2026-03-26 14:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993920> (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-26 14: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-26 14:44:07 [ecarstrade.be] INFO: Extracting details for car 6993920auction110929
2026-03-26 14:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-26 14:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d844f119-e63a-53d0-8e7c-36b0fce9d92b with scrape type 2
2026-03-26 14:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d844f119-e63a-53d0-8e7c-36b0fce9d92b with scrape type 2
2026-03-26 14:44:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d844f119-e63a-53d0-8e7c-36b0fce9d92b, identifier: 6993920auction110929
2026-03-26 14:44:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-26 14:44:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929
2026-03-26 14:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d844f119-e63a-53d0-8e7c-36b0fce9d92b with identifier: 6993920auction110929 to the API
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993920>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd844f119-e63a-53d0-8e7c-36b0fce9d92b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993920',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A6',
'odometer': 191014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 DIESEL - 2018 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2018 30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:08 [ecarstrade.be] INFO: Saving data for 6993920auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303752.563128, 'last_price_update_time': 1774536248.336569}
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993920auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994136> (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-26 14:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:11 [ecarstrade.be] INFO: Extracting details for car 6994136auction110929
2026-03-26 14:44:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-26 14:44:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c7460b-439b-5f27-be03-c1c61860fe6a with scrape type 2
2026-03-26 14:44:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c7460b-439b-5f27-be03-c1c61860fe6a with scrape type 2
2026-03-26 14:44:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87c7460b-439b-5f27-be03-c1c61860fe6a, identifier: 6994136auction110929
2026-03-26 14:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-26 14:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929
2026-03-26 14:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87c7460b-439b-5f27-be03-c1c61860fe6a with identifier: 6994136auction110929 to the API
2026-03-26 14:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994136>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '87c7460b-439b-5f27-be03-c1c61860fe6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994136',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 74135,
'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': 'SKODA OCTAVIA COMBI 1.5 TSI ACT 110KW DSG7 STYLE',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.5 TSI ACT 110KW DSG7 STYLE',
'vin': None,
'year': 2021}
2026-03-26 14:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:11 [ecarstrade.be] INFO: Saving data for 6994136auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303746.336987, 'last_price_update_time': 1774536251.527277}
2026-03-26 14:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994136auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994139> (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-26 14:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:11 [ecarstrade.be] INFO: Extracting details for car 6994139auction110929
2026-03-26 14:44:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-26 14:44:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with scrape type 2
2026-03-26 14:44:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with scrape type 2
2026-03-26 14:44:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9, identifier: 6994139auction110929
2026-03-26 14:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-26 14:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929
2026-03-26 14:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27070893-c4f5-5eb9-b89e-dcbb52e26ab9 with identifier: 6994139auction110929 to the API
2026-03-26 14:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:44:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994139>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27070893-c4f5-5eb9-b89e-dcbb52e26ab9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994139',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 111867,
'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': 'SKODA Superb 2.0 CRTDI 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA 2.0 CRTDI 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-26 14:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:12 [ecarstrade.be] INFO: Saving data for 6994139auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303783.519433, 'last_price_update_time': 1774536252.017007}
2026-03-26 14:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994139auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994135> (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-26 14:44:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:15 [ecarstrade.be] INFO: Extracting details for car 6994135auction110929
2026-03-26 14:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-26 14:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2869fa9-eb85-50cc-ab82-8c8ece00595a with scrape type 2
2026-03-26 14:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2869fa9-eb85-50cc-ab82-8c8ece00595a with scrape type 2
2026-03-26 14:44:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2869fa9-eb85-50cc-ab82-8c8ece00595a, identifier: 6994135auction110929
2026-03-26 14:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-26 14:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929
2026-03-26 14:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2869fa9-eb85-50cc-ab82-8c8ece00595a with identifier: 6994135auction110929 to the API
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c2869fa9-eb85-50cc-ab82-8c8ece00595a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994135',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 62021,
'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': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.0 TSI MHEV 81KW DSG CLEVER+',
'vin': None,
'year': 2023}
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:16 [ecarstrade.be] INFO: Saving data for 6994135auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303746.896811, 'last_price_update_time': 1774536256.333932}
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994135auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994128> (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-26 14:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:19 [ecarstrade.be] INFO: Extracting details for car 6994128auction110929
2026-03-26 14:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-26 14:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d3be11a-c14d-5050-ba69-53f6ce884350 with scrape type 2
2026-03-26 14:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d3be11a-c14d-5050-ba69-53f6ce884350 with scrape type 2
2026-03-26 14:44:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d3be11a-c14d-5050-ba69-53f6ce884350, identifier: 6994128auction110929
2026-03-26 14:44:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-26 14:44:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929
2026-03-26 14:44:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d3be11a-c14d-5050-ba69-53f6ce884350 with identifier: 6994128auction110929 to the API
2026-03-26 14:44:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994128>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5d3be11a-c14d-5050-ba69-53f6ce884350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994128',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 168346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-26 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:20 [ecarstrade.be] INFO: Saving data for 6994128auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303760.63409, 'last_price_update_time': 1774536260.104535}
2026-03-26 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994128auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994051> (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-26 14:44:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:21 [ecarstrade.be] INFO: Extracting details for car 6994051auction110929
2026-03-26 14:44:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-26 14:44:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74a64a0-79e1-50d5-ba08-295cf5afcf20 with scrape type 2
2026-03-26 14:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d74a64a0-79e1-50d5-ba08-295cf5afcf20 with scrape type 2
2026-03-26 14:44:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d74a64a0-79e1-50d5-ba08-295cf5afcf20, identifier: 6994051auction110929
2026-03-26 14:44:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-26 14:44:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929
2026-03-26 14:44:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d74a64a0-79e1-50d5-ba08-295cf5afcf20 with identifier: 6994051auction110929 to the API
2026-03-26 14:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994051>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd74a64a0-79e1-50d5-ba08-295cf5afcf20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994051',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 134172,
'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': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E DCT SHOOTING BRAKE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E DCT SHOOTING BRAKE',
'vin': None,
'year': 2021}
2026-03-26 14:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:21 [ecarstrade.be] INFO: Saving data for 6994051auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303757.322212, 'last_price_update_time': 1774536261.540616}
2026-03-26 14:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994051auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994019> (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-26 14:44:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:24 [ecarstrade.be] INFO: Extracting details for car 6994019auction110929
2026-03-26 14:44:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-26 14:44:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 054af771-82c6-5881-aeb9-0b1bb4161086 with scrape type 2
2026-03-26 14:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 054af771-82c6-5881-aeb9-0b1bb4161086 with scrape type 2
2026-03-26 14:44:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 054af771-82c6-5881-aeb9-0b1bb4161086, identifier: 6994019auction110929
2026-03-26 14:44:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-26 14:44:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929
2026-03-26 14:44:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 054af771-82c6-5881-aeb9-0b1bb4161086 with identifier: 6994019auction110929 to the API
2026-03-26 14:44:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994019>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '054af771-82c6-5881-aeb9-0b1bb4161086',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994019',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 166750,
'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 A-Klasse 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-26 14:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:24 [ecarstrade.be] INFO: Saving data for 6994019auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303815.565115, 'last_price_update_time': 1774536264.550129}
2026-03-26 14:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994019auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994205> (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-26 14:44:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:30 [ecarstrade.be] INFO: Extracting details for car 6994205auction110929
2026-03-26 14:44:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-26 14:44:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with scrape type 2
2026-03-26 14:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with scrape type 2
2026-03-26 14:44:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa, identifier: 6994205auction110929
2026-03-26 14:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-26 14:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929
2026-03-26 14:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 057b07ed-c0e5-58e0-bcce-0f3b21149cfa with identifier: 6994205auction110929 to the API
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994205>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '057b07ed-c0e5-58e0-bcce-0f3b21149cfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994205',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 153014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 DIESEL 2.0 D3 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL 2.0 D3 Momentum Pro Geartronic',
'vin': None,
'year': 2020}
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:30 [ecarstrade.be] INFO: Saving data for 6994205auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303817.031655, 'last_price_update_time': 1774536270.385511}
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994205auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994087> (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-26 14:44:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:30 [ecarstrade.be] INFO: Extracting details for car 6994087auction110929
2026-03-26 14:44:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-26 14:44:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with scrape type 2
2026-03-26 14:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with scrape type 2
2026-03-26 14:44:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5, identifier: 6994087auction110929
2026-03-26 14:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-26 14:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929
2026-03-26 14:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5 with identifier: 6994087auction110929 to the API
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'f5e7e53f-d0b1-5667-ad1e-b108fe22a3c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994087',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 87535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 32.6 KWH COOPER SE',
'transmission': 'automatic',
'trim': 'MINI MINI 32.6 KWH COOPER SE',
'vin': None,
'year': 2023}
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:30 [ecarstrade.be] INFO: Saving data for 6994087auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303866.164734, 'last_price_update_time': 1774536270.888087}
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994087auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993935> (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-26 14: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-26 14:44:31 [ecarstrade.be] INFO: Extracting details for car 6993935auction110929
2026-03-26 14:44:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-26 14:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89ef1ef2-5048-56d7-ad7f-b48797586207 with scrape type 2
2026-03-26 14:44:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89ef1ef2-5048-56d7-ad7f-b48797586207 with scrape type 2
2026-03-26 14:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89ef1ef2-5048-56d7-ad7f-b48797586207, identifier: 6993935auction110929
2026-03-26 14:44:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-26 14:44:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929
2026-03-26 14:44:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89ef1ef2-5048-56d7-ad7f-b48797586207 with identifier: 6993935auction110929 to the API
2026-03-26 14:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993935>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '89ef1ef2-5048-56d7-ad7f-b48797586207',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993935',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 161246,
'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': 'BMW 3 DIESEL - 2019 320 d AdBlue',
'transmission': 'manual',
'trim': '3 DIESEL - 2019 d AdBlue',
'vin': None,
'year': 2019}
2026-03-26 14:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:32 [ecarstrade.be] INFO: Saving data for 6993935auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303817.510224, 'last_price_update_time': 1774536272.171088}
2026-03-26 14:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993935auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994127> (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-26 14: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-26 14:44:40 [ecarstrade.be] INFO: Extracting details for car 6994127auction110929
2026-03-26 14:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-26 14:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with scrape type 2
2026-03-26 14:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with scrape type 2
2026-03-26 14:44:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e, identifier: 6994127auction110929
2026-03-26 14:44:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-26 14:44:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929
2026-03-26 14:44:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0aa8a2bf-a860-5c83-90be-b14c1fe17c9e with identifier: 6994127auction110929 to the API
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994127>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0aa8a2bf-a860-5c83-90be-b14c1fe17c9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994127',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 59595,
'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': 'SKODA KAROQ 1.5 TSI 110KW CLEVER+',
'transmission': 'manual',
'trim': 'SKODA KAROQ 1.5 TSI 110KW CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:41 [ecarstrade.be] INFO: Saving data for 6994127auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303804.65186, 'last_price_update_time': 1774536281.321522}
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994127auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994163> (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-26 14:44:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:43 [ecarstrade.be] INFO: Extracting details for car 6994163auction110929
2026-03-26 14:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-26 14:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e259bbd6-94f6-5ca9-8878-c8322314d27f with scrape type 2
2026-03-26 14:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e259bbd6-94f6-5ca9-8878-c8322314d27f with scrape type 2
2026-03-26 14:44:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e259bbd6-94f6-5ca9-8878-c8322314d27f, identifier: 6994163auction110929
2026-03-26 14:44:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-26 14:44:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929
2026-03-26 14:44:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e259bbd6-94f6-5ca9-8878-c8322314d27f with identifier: 6994163auction110929 to the API
2026-03-26 14:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994163>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e259bbd6-94f6-5ca9-8878-c8322314d27f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994163',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 93609,
'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': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-26 14:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:43 [ecarstrade.be] INFO: Saving data for 6994163auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303779.66265, 'last_price_update_time': 1774536283.760296}
2026-03-26 14:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994163auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994132> (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-26 14:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:45 [ecarstrade.be] INFO: Extracting details for car 6994132auction110929
2026-03-26 14:44:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-26 14:44:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22fe88d5-7760-54bb-ad24-456c9100d405 with scrape type 2
2026-03-26 14:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22fe88d5-7760-54bb-ad24-456c9100d405 with scrape type 2
2026-03-26 14:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22fe88d5-7760-54bb-ad24-456c9100d405, identifier: 6994132auction110929
2026-03-26 14:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-26 14:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929
2026-03-26 14:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22fe88d5-7760-54bb-ad24-456c9100d405 with identifier: 6994132auction110929 to the API
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994132>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '22fe88d5-7760-54bb-ad24-456c9100d405',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994132',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 90384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'transmission': 'manual',
'trim': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'vin': None,
'year': 2022}
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:46 [ecarstrade.be] INFO: Saving data for 6994132auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303801.852768, 'last_price_update_time': 1774536286.313241}
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994132auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993933> (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-26 14:44:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:46 [ecarstrade.be] INFO: Extracting details for car 6993933auction110929
2026-03-26 14:44:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-26 14:44:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9e4578b-e424-5ee0-8299-a4172b19d3a4 with scrape type 2
2026-03-26 14:44:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9e4578b-e424-5ee0-8299-a4172b19d3a4 with scrape type 2
2026-03-26 14:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9e4578b-e424-5ee0-8299-a4172b19d3a4, identifier: 6993933auction110929
2026-03-26 14:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-26 14:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929
2026-03-26 14:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9e4578b-e424-5ee0-8299-a4172b19d3a4 with identifier: 6993933auction110929 to the API
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993933>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f9e4578b-e424-5ee0-8299-a4172b19d3a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993933',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 60762,
'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-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:46 [ecarstrade.be] INFO: Saving data for 6993933auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303816.095922, 'last_price_update_time': 1774536286.839141}
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993933auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994130> (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-26 14:44:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:50 [ecarstrade.be] INFO: Extracting details for car 6994130auction110929
2026-03-26 14:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-26 14:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with scrape type 2
2026-03-26 14:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with scrape type 2
2026-03-26 14:44:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a, identifier: 6994130auction110929
2026-03-26 14:44:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-26 14:44:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929
2026-03-26 14:44:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a with identifier: 6994130auction110929 to the API
2026-03-26 14:44:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994130>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '57eba4af-b0a7-5d0c-bcc8-47dee8f5a46a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994130',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 135515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 1.5 TSI ACT 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI ACT 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-26 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:50 [ecarstrade.be] INFO: Saving data for 6994130auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303816.450015, 'last_price_update_time': 1774536290.689503}
2026-03-26 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994130auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994079> (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-26 14: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-26 14:44:51 [ecarstrade.be] INFO: Extracting details for car 6994079auction110929
2026-03-26 14:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-26 14:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with scrape type 2
2026-03-26 14:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with scrape type 2
2026-03-26 14:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747, identifier: 6994079auction110929
2026-03-26 14:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-26 14:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929
2026-03-26 14:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cb0db2-2c7c-50ee-ad41-3fbbb99db747 with identifier: 6994079auction110929 to the API
2026-03-26 14:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994079>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '97cb0db2-2c7c-50ee-ad41-3fbbb99db747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994079',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 146529,
'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': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300/35 FOU MWB DSL - 316 2.1 BlueTEC A2H1 '
'(EU6) STOCK',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300/35 FOU MWB DSL - 316 2.1 BlueTEC A2H1 '
'(EU6) STOCK',
'vin': None,
'year': 2018}
2026-03-26 14:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:51 [ecarstrade.be] INFO: Saving data for 6994079auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303868.191074, 'last_price_update_time': 1774536291.659535}
2026-03-26 14:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994079auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994146> (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-26 14:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:53 [ecarstrade.be] INFO: Extracting details for car 6994146auction110929
2026-03-26 14:44:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-26 14:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8156e508-9861-55e0-a40c-be85708f8609 with scrape type 2
2026-03-26 14:44:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8156e508-9861-55e0-a40c-be85708f8609 with scrape type 2
2026-03-26 14:44:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8156e508-9861-55e0-a40c-be85708f8609, identifier: 6994146auction110929
2026-03-26 14:44:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-26 14:44:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929
2026-03-26 14:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8156e508-9861-55e0-a40c-be85708f8609 with identifier: 6994146auction110929 to the API
2026-03-26 14:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994146>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8156e508-9861-55e0-a40c-be85708f8609',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994146',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 238611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-14',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER 35 FOURGON MWB HR DSL 2.0 CR TDi L3H3 4Motion '
'Automatic-8',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN CRAFTER 35 FOURGON MWB HR DSL 2.0 CR TDi L3H3 4Motion '
'Automatic-8',
'vin': None,
'year': 2020}
2026-03-26 14:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:54 [ecarstrade.be] INFO: Saving data for 6994146auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303818.343507, 'last_price_update_time': 1774536294.096234}
2026-03-26 14:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994146auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993939> (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-26 14:44:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:55 [ecarstrade.be] INFO: Extracting details for car 6993939auction110929
2026-03-26 14:44:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-26 14:44:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with scrape type 2
2026-03-26 14:44:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with scrape type 2
2026-03-26 14:44:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8, identifier: 6993939auction110929
2026-03-26 14:44:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-26 14:44:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929
2026-03-26 14:44:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0911c9b2-f96c-51bd-aec1-f0c80e244ce8 with identifier: 6993939auction110929 to the API
2026-03-26 14:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993939>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0911c9b2-f96c-51bd-aec1-f0c80e244ce8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993939',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 97558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318I (115KW) TOURING',
'transmission': 'manual',
'trim': '3 SERIES TOURING 2.0 I (115KW) TOURING',
'vin': None,
'year': 2022}
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:56 [ecarstrade.be] INFO: Saving data for 6993939auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303801.357414, 'last_price_update_time': 1774536296.334028}
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993939auction110929') HTTP/1.1" 204 0
2026-03-26 14:44:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994159> (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-26 14:44:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:44:56 [ecarstrade.be] INFO: Extracting details for car 6994159auction110929
2026-03-26 14:44:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-26 14:44:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf69c77-12f7-53df-ad56-863a6e26f4e8 with scrape type 2
2026-03-26 14:44:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf69c77-12f7-53df-ad56-863a6e26f4e8 with scrape type 2
2026-03-26 14:44:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcf69c77-12f7-53df-ad56-863a6e26f4e8, identifier: 6994159auction110929
2026-03-26 14:44:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-26 14:44:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929
2026-03-26 14:44:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcf69c77-12f7-53df-ad56-863a6e26f4e8 with identifier: 6994159auction110929 to the API
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:44: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-26 14:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994159>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fcf69c77-12f7-53df-ad56-863a6e26f4e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994159',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 48824,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW ACTIVE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW ACTIVE',
'vin': None,
'year': 2021}
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:44:56 [ecarstrade.be] INFO: Saving data for 6994159auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303868.724649, 'last_price_update_time': 1774536296.850484}
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994159auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994048> (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-26 14:45:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:01 [ecarstrade.be] INFO: Extracting details for car 6994048auction110929
2026-03-26 14:45:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-26 14:45:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1368c99-dcf5-5155-afce-bc82d346ceea with scrape type 2
2026-03-26 14:45:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1368c99-dcf5-5155-afce-bc82d346ceea with scrape type 2
2026-03-26 14:45:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1368c99-dcf5-5155-afce-bc82d346ceea, identifier: 6994048auction110929
2026-03-26 14:45:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-26 14:45:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929
2026-03-26 14:45:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1368c99-dcf5-5155-afce-bc82d346ceea with identifier: 6994048auction110929 to the API
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994048>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e1368c99-dcf5-5155-afce-bc82d346ceea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994048',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 170952,
'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': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 200 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 2.0 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:02 [ecarstrade.be] INFO: Saving data for 6994048auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.978997, 'last_price_update_time': 1774536302.249029}
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994048auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:06 [scrapy.extensions.logstats] INFO: Crawled 305 pages (at 20 pages/min), scraped 273 items (at 20 items/min)
2026-03-26 14:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994119> (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-26 14:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:07 [ecarstrade.be] INFO: Extracting details for car 6994119auction110929
2026-03-26 14:45:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-26 14:45:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with scrape type 2
2026-03-26 14:45:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with scrape type 2
2026-03-26 14:45:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2860efc-8241-5e8a-a2dc-39a04d9fdc13, identifier: 6994119auction110929
2026-03-26 14:45:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-26 14:45:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929
2026-03-26 14:45:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2860efc-8241-5e8a-a2dc-39a04d9fdc13 with identifier: 6994119auction110929 to the API
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994119>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f2860efc-8241-5e8a-a2dc-39a04d9fdc13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994119',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 51223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT KANGOO 1.3 TCE 130 TECHNO',
'transmission': 'manual',
'trim': 'RENAULT KANGOO 1.3 TCE 130 TECHNO',
'vin': None,
'year': 2023}
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:07 [ecarstrade.be] INFO: Saving data for 6994119auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303780.459821, 'last_price_update_time': 1774536307.758632}
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994119auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994067> (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-26 14:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:10 [ecarstrade.be] INFO: Extracting details for car 6994067auction110929
2026-03-26 14:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-26 14:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75040c4-580d-577d-8bf6-bab88d015e74 with scrape type 2
2026-03-26 14:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a75040c4-580d-577d-8bf6-bab88d015e74 with scrape type 2
2026-03-26 14:45:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a75040c4-580d-577d-8bf6-bab88d015e74, identifier: 6994067auction110929
2026-03-26 14:45:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-26 14:45:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929
2026-03-26 14:45:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a75040c4-580d-577d-8bf6-bab88d015e74 with identifier: 6994067auction110929 to the API
2026-03-26 14:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994067>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a75040c4-580d-577d-8bf6-bab88d015e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994067',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 97532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-27',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'vin': None,
'year': 2020}
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:11 [ecarstrade.be] INFO: Saving data for 6994067auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303781.042683, 'last_price_update_time': 1774536311.029878}
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994067auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994188> (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-26 14: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-26 14:45:11 [ecarstrade.be] INFO: Extracting details for car 6994188auction110929
2026-03-26 14:45:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-26 14:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with scrape type 2
2026-03-26 14:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with scrape type 2
2026-03-26 14:45:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795, identifier: 6994188auction110929
2026-03-26 14:45:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-26 14:45:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929
2026-03-26 14:45:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ceb4c5d-f5c2-5a77-8ec9-6afe76425795 with identifier: 6994188auction110929 to the API
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994188>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1ceb4c5d-f5c2-5a77-8ec9-6afe76425795',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994188',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 105463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM PRO',
'transmission': 'manual',
'trim': 'VOLVO 1.5 T2 MOMENTUM PRO',
'vin': None,
'year': 2022}
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:11 [ecarstrade.be] INFO: Saving data for 6994188auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303782.290434, 'last_price_update_time': 1774536311.563623}
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994188auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993909> (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-26 14: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-26 14:45:11 [ecarstrade.be] INFO: Extracting details for car 6993909auction110929
2026-03-26 14:45:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-26 14:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 821f11dc-c8b5-5b7e-a759-6902e8711662 with scrape type 2
2026-03-26 14:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 821f11dc-c8b5-5b7e-a759-6902e8711662 with scrape type 2
2026-03-26 14:45:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 821f11dc-c8b5-5b7e-a759-6902e8711662, identifier: 6993909auction110929
2026-03-26 14:45:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-26 14:45:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929
2026-03-26 14:45:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 821f11dc-c8b5-5b7e-a759-6902e8711662 with identifier: 6993909auction110929 to the API
2026-03-26 14:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993909>
{'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': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '821f11dc-c8b5-5b7e-a759-6902e8711662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993909',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 99196,
'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 A3 SPORTBACK DIESEL - 2017 35 TDi Business Ed. Sport S '
'tr.(EU6d-T.) STOCK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2017 35 TDi Business Ed. Sport S '
'tr.(EU6d-T.) STOCK',
'vin': None,
'year': 2020}
2026-03-26 14:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:12 [ecarstrade.be] INFO: Saving data for 6993909auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303869.065902, 'last_price_update_time': 1774536312.147494}
2026-03-26 14:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993909auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993947> (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-26 14: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-26 14:45:12 [ecarstrade.be] INFO: Extracting details for car 6993947auction110929
2026-03-26 14:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-26 14:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447cb386-97e7-5c16-8931-66fc58c9ad2b with scrape type 2
2026-03-26 14:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447cb386-97e7-5c16-8931-66fc58c9ad2b with scrape type 2
2026-03-26 14:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447cb386-97e7-5c16-8931-66fc58c9ad2b, identifier: 6993947auction110929
2026-03-26 14:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-26 14:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929
2026-03-26 14:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447cb386-97e7-5c16-8931-66fc58c9ad2b with identifier: 6993947auction110929 to the API
2026-03-26 14:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993947>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '447cb386-97e7-5c16-8931-66fc58c9ad2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993947',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 79579,
'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': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-26 14:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:13 [ecarstrade.be] INFO: Saving data for 6993947auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303799.559059, 'last_price_update_time': 1774536313.362045}
2026-03-26 14:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993947auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994082> (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-26 14:45:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:18 [ecarstrade.be] INFO: Extracting details for car 6994082auction110929
2026-03-26 14:45:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-26 14:45:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with scrape type 2
2026-03-26 14:45:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with scrape type 2
2026-03-26 14:45:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1, identifier: 6994082auction110929
2026-03-26 14:45:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-26 14:45:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929
2026-03-26 14:45:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85da08b5-858c-5b8d-b5ba-bcc5492ffaa1 with identifier: 6994082auction110929 to the API
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994082>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '85da08b5-858c-5b8d-b5ba-bcc5492ffaa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994082',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'MAN',
'model': 'Mini Cooper SE Countryman',
'odometer': 64632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER S E 4WD AUTO',
'transmission': 'automatic',
'trim': 'MINI COUNTRY 1.5 COOPER S E 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:19 [ecarstrade.be] INFO: Saving data for 6994082auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303814.2723, 'last_price_update_time': 1774536319.332034}
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994082auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994209> (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-26 14:45:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:19 [ecarstrade.be] INFO: Extracting details for car 6994209auction110929
2026-03-26 14:45:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-26 14:45:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with scrape type 2
2026-03-26 14:45:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with scrape type 2
2026-03-26 14:45:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74, identifier: 6994209auction110929
2026-03-26 14:45:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-26 14:45:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929
2026-03-26 14:45:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74 with identifier: 6994209auction110929 to the API
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994209>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8182bbf1-0ea2-5a3d-9f1a-a395b3fd7a74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994209',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 205744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 DIESEL - 2017 2.0 D4 Momentum Pro Geartronic AdBlue',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL - 2017 2.0 D4 Momentum Pro Geartronic AdBlue',
'vin': None,
'year': 2019}
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:19 [ecarstrade.be] INFO: Saving data for 6994209auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303803.888291, 'last_price_update_time': 1774536319.876684}
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994209auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993962> (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-26 14:45:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:20 [ecarstrade.be] INFO: Extracting details for car 6993962auction110929
2026-03-26 14:45:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-26 14:45:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80fd4ca-448a-57ab-b7f4-ea30e031b4af with scrape type 2
2026-03-26 14:45:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80fd4ca-448a-57ab-b7f4-ea30e031b4af with scrape type 2
2026-03-26 14:45:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a80fd4ca-448a-57ab-b7f4-ea30e031b4af, identifier: 6993962auction110929
2026-03-26 14:45:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-26 14:45:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929
2026-03-26 14:45:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a80fd4ca-448a-57ab-b7f4-ea30e031b4af with identifier: 6993962auction110929 to the API
2026-03-26 14:45:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993962>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a80fd4ca-448a-57ab-b7f4-ea30e031b4af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993962',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 138907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 2.0iA sDrive20 OPF',
'transmission': 'automatic',
'trim': '2.0iA sDrive20 OPF',
'vin': None,
'year': 2020}
2026-03-26 14:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:20 [ecarstrade.be] INFO: Saving data for 6993962auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303813.385442, 'last_price_update_time': 1774536320.41991}
2026-03-26 14:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993962auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993958> (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-26 14:45:23 [ecarstrade.be] INFO: Extracting details for car 6993958auction110929
2026-03-26 14:45:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-26 14:45:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81321aea-d47a-535c-b2f8-5e0661f62d6e with scrape type 2
2026-03-26 14:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81321aea-d47a-535c-b2f8-5e0661f62d6e with scrape type 2
2026-03-26 14:45:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81321aea-d47a-535c-b2f8-5e0661f62d6e, identifier: 6993958auction110929
2026-03-26 14:45:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-26 14:45:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929
2026-03-26 14:45:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81321aea-d47a-535c-b2f8-5e0661f62d6e with identifier: 6993958auction110929 to the API
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993958>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '81321aea-d47a-535c-b2f8-5e0661f62d6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993958',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 110571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Saving data for 6993958auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303753.672102, 'last_price_update_time': 1774536323.56398}
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993958auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:23 [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-26 14:45:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994106auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994106auction110929: 2
2026-03-26 14:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6993977auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6993977auction110929: 2
2026-03-26 14:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994016auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994016auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994141auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994141auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6993934auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6993934auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994014auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994014auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994059auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994059auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6993950auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6993950auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994056auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994056auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994093auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994093auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994166auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994166auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994103auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994103auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6994011auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994011auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:23 [ecarstrade.be] INFO: Scrape type for 6994011auction110929: 2
2026-03-26 14:45:23 [ecarstrade.be] INFO: Found listing with ID: 6993904auction110929
2026-03-26 14:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6993904auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6994083auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6994083auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6994111auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994111auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6994111auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6994124auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994124auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6994124auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6994108auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994108auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6994108auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6993994auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993994auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6993994auction110929: 2
2026-03-26 14:45:24 [ecarstrade.be] INFO: Found listing with ID: 6993997auction110929
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993997auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:24 [ecarstrade.be] INFO: Scrape type for 6993997auction110929: 2
2026-03-26 14:45:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993953> (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-26 14:45:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:24 [ecarstrade.be] INFO: Extracting details for car 6993953auction110929
2026-03-26 14:45:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-26 14:45:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa73d63a-8e86-5802-ad4b-0a9bb062e746 with scrape type 2
2026-03-26 14:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa73d63a-8e86-5802-ad4b-0a9bb062e746 with scrape type 2
2026-03-26 14:45:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa73d63a-8e86-5802-ad4b-0a9bb062e746, identifier: 6993953auction110929
2026-03-26 14:45:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-26 14:45:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929
2026-03-26 14:45:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa73d63a-8e86-5802-ad4b-0a9bb062e746 with identifier: 6993953auction110929 to the API
2026-03-26 14:45:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993953>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fa73d63a-8e86-5802-ad4b-0a9bb062e746',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993953',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 104044,
'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-26 14:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:25 [ecarstrade.be] INFO: Saving data for 6993953auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303812.799926, 'last_price_update_time': 1774536325.260037}
2026-03-26 14:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993953auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994029> (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-26 14:45:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994131> (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-26 14:45:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:26 [ecarstrade.be] INFO: Extracting details for car 6994029auction110929
2026-03-26 14:45:26 [ecarstrade.be] INFO: Extracting details for car 6994131auction110929
2026-03-26 14:45:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-26 14:45:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with scrape type 2
2026-03-26 14:45:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with scrape type 2
2026-03-26 14:45:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3, identifier: 6994029auction110929
2026-03-26 14:45:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-26 14:45:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23dc63b7-47fb-5a40-af42-e223de4fe073 with scrape type 2
2026-03-26 14:45:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23dc63b7-47fb-5a40-af42-e223de4fe073 with scrape type 2
2026-03-26 14:45:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23dc63b7-47fb-5a40-af42-e223de4fe073, identifier: 6994131auction110929
2026-03-26 14:45:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-26 14:45:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929
2026-03-26 14:45:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3 with identifier: 6994029auction110929 to the API
2026-03-26 14:45:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994029>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fbf3cfaf-2ae7-519d-ac88-11e5bc5c64f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994029',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 102353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-26 14:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:26 [ecarstrade.be] INFO: Saving data for 6994029auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303760.206754, 'last_price_update_time': 1774536326.943802}
2026-03-26 14:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994029auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-26 14:45:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929
2026-03-26 14:45:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23dc63b7-47fb-5a40-af42-e223de4fe073 with identifier: 6994131auction110929 to the API
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:45:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994131>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '23dc63b7-47fb-5a40-af42-e223de4fe073',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994131',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 93274,
'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': 'SKODA Octavia 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:27 [ecarstrade.be] INFO: Saving data for 6994131auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303758.724246, 'last_price_update_time': 1774536327.239355}
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994131auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993914> (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-26 14:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993986> (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-26 14: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-26 14: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-26 14:45:27 [ecarstrade.be] INFO: Extracting details for car 6993914auction110929
2026-03-26 14:45:27 [ecarstrade.be] INFO: Extracting details for car 6993986auction110929
2026-03-26 14:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-26 14:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with scrape type 2
2026-03-26 14:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with scrape type 2
2026-03-26 14:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5, identifier: 6993914auction110929
2026-03-26 14:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-26 14:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63ccadfe-097e-50ab-9192-1cac6002ae02 with scrape type 2
2026-03-26 14:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63ccadfe-097e-50ab-9192-1cac6002ae02 with scrape type 2
2026-03-26 14:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63ccadfe-097e-50ab-9192-1cac6002ae02, identifier: 6993986auction110929
2026-03-26 14:45:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-26 14:45:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929
2026-03-26 14:45:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4bbd43d-7cdf-5456-b763-3e358a4ec4f5 with identifier: 6993914auction110929 to the API
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:45:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993914>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f4bbd43d-7cdf-5456-b763-3e358a4ec4f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993914',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A4',
'odometer': 119189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': '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': 2021}
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:27 [ecarstrade.be] INFO: Saving data for 6993914auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303782.989957, 'last_price_update_time': 1774536327.940926}
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993914auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-26 14:45:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929
2026-03-26 14:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63ccadfe-097e-50ab-9192-1cac6002ae02 with identifier: 6993986auction110929 to the API
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993986>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '63ccadfe-097e-50ab-9192-1cac6002ae02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993986',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 151650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'transmission': 'automatic',
'trim': 'FORD MUSTANG MH-E BEV 99KWH 216KW EXTENDED RANGE RWD',
'vin': None,
'year': 2022}
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:28 [ecarstrade.be] INFO: Saving data for 6993986auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303759.497305, 'last_price_update_time': 1774536328.273558}
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993986auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:31 [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-26 14:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6993999auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993999auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6993999auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994115auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994115auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994115auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994110auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994110auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994110auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994176auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994176auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994176auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6993990auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993990auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6993990auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994157auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994157auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994157auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994149auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994149auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994149auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994113auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994113auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994113auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994100auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994100auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994100auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994091auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994091auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994091auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994153auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994153auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994153auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994142auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994142auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994142auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6993974auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993974auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6993974auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994001auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994001auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994001auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994088auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994088auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994088auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994105auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994105auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994095auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994095auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994151auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994151auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994171auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994171auction110929: 2
2026-03-26 14:45:31 [ecarstrade.be] INFO: Found listing with ID: 6994120auction110929
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:31 [ecarstrade.be] INFO: Scrape type for 6994120auction110929: 2
2026-03-26 14:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994141> (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-26 14:45:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:34 [ecarstrade.be] INFO: Extracting details for car 6994141auction110929
2026-03-26 14:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-26 14:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with scrape type 2
2026-03-26 14:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with scrape type 2
2026-03-26 14:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69, identifier: 6994141auction110929
2026-03-26 14:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-26 14:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929
2026-03-26 14:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a7c4c97-89cb-5d98-a6f7-296c7dec5b69 with identifier: 6994141auction110929 to the API
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994141>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a7c4c97-89cb-5d98-a6f7-296c7dec5b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994141',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 163212,
'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': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'vin': None,
'year': 2021}
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:34 [ecarstrade.be] INFO: Saving data for 6994141auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303812.045076, 'last_price_update_time': 1774536334.518598}
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994141auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994016> (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-26 14:45:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:35 [ecarstrade.be] INFO: Extracting details for car 6994016auction110929
2026-03-26 14:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-26 14:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with scrape type 2
2026-03-26 14:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with scrape type 2
2026-03-26 14:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b, identifier: 6994016auction110929
2026-03-26 14:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-26 14:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929
2026-03-26 14:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b with identifier: 6994016auction110929 to the API
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994016>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '02bb0ffc-4d98-5d7c-a8d7-c1fc232a641b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994016',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 83843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.5 A 180 D BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.5 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:35 [ecarstrade.be] INFO: Saving data for 6994016auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303811.338479, 'last_price_update_time': 1774536335.904524}
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994016auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994074> (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-26 14:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:36 [ecarstrade.be] INFO: Extracting details for car 6994074auction110929
2026-03-26 14:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-26 14:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b948ae13-4338-5083-9d1b-fb3508e7cf1e with scrape type 2
2026-03-26 14:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b948ae13-4338-5083-9d1b-fb3508e7cf1e with scrape type 2
2026-03-26 14:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b948ae13-4338-5083-9d1b-fb3508e7cf1e, identifier: 6994074auction110929
2026-03-26 14:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-26 14:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929
2026-03-26 14:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b948ae13-4338-5083-9d1b-fb3508e7cf1e with identifier: 6994074auction110929 to the API
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994074>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.1L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b948ae13-4338-5083-9d1b-fb3508e7cf1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994074',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 100599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-20',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'vin': None,
'year': 2020}
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:36 [ecarstrade.be] INFO: Saving data for 6994074auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303781.724222, 'last_price_update_time': 1774536336.578934}
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994074auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994014> (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-26 14:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:36 [ecarstrade.be] INFO: Extracting details for car 6994014auction110929
2026-03-26 14:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-26 14:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with scrape type 2
2026-03-26 14:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with scrape type 2
2026-03-26 14:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb, identifier: 6994014auction110929
2026-03-26 14:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-26 14:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929
2026-03-26 14:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb with identifier: 6994014auction110929 to the API
2026-03-26 14:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994014>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'b83bfd0f-dd1e-5b16-a3eb-fb72a6306efb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994014',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Kia',
'model': 'Niro',
'odometer': 55590,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'KIA E-NIRO 64 kWh More',
'transmission': 'automatic',
'trim': 'KIA E-NIRO 64 kWh More',
'vin': None,
'year': 2020}
2026-03-26 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:37 [ecarstrade.be] INFO: Saving data for 6994014auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303804.274245, 'last_price_update_time': 1774536337.089299}
2026-03-26 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994014auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994106> (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-26 14:45:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:39 [ecarstrade.be] INFO: Extracting details for car 6994106auction110929
2026-03-26 14:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-26 14:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8245d865-a752-5272-a69b-1f90b4008863 with scrape type 2
2026-03-26 14:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8245d865-a752-5272-a69b-1f90b4008863 with scrape type 2
2026-03-26 14:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8245d865-a752-5272-a69b-1f90b4008863, identifier: 6994106auction110929
2026-03-26 14:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-26 14:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929
2026-03-26 14:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8245d865-a752-5272-a69b-1f90b4008863 with identifier: 6994106auction110929 to the API
2026-03-26 14:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994106>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8245d865-a752-5272-a69b-1f90b4008863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994106',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 50989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-24',
'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-26 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:39 [ecarstrade.be] INFO: Saving data for 6994106auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303815.09916, 'last_price_update_time': 1774536339.422024}
2026-03-26 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994106auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994059> (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-26 14:45:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:42 [ecarstrade.be] INFO: Extracting details for car 6994059auction110929
2026-03-26 14:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-26 14:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6237ded0-08c2-579e-93d8-0ed99698d002 with scrape type 2
2026-03-26 14:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6237ded0-08c2-579e-93d8-0ed99698d002 with scrape type 2
2026-03-26 14:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6237ded0-08c2-579e-93d8-0ed99698d002, identifier: 6994059auction110929
2026-03-26 14:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-26 14:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929
2026-03-26 14:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6237ded0-08c2-579e-93d8-0ed99698d002 with identifier: 6994059auction110929 to the API
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994059>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6237ded0-08c2-579e-93d8-0ed99698d002',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994059',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 145148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A DIESEL (W177) A 180 d Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASSE A DIESEL (W177) d Business Solution',
'vin': None,
'year': 2020}
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:42 [ecarstrade.be] INFO: Saving data for 6994059auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303802.625671, 'last_price_update_time': 1774536342.775114}
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994059auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993950> (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-26 14:45:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:43 [ecarstrade.be] INFO: Extracting details for car 6993950auction110929
2026-03-26 14:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-26 14:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec92edc2-4ef5-576d-93de-e3a2f1c20131 with scrape type 2
2026-03-26 14:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec92edc2-4ef5-576d-93de-e3a2f1c20131 with scrape type 2
2026-03-26 14:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec92edc2-4ef5-576d-93de-e3a2f1c20131, identifier: 6993950auction110929
2026-03-26 14:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-26 14:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929
2026-03-26 14:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec92edc2-4ef5-576d-93de-e3a2f1c20131 with identifier: 6993950auction110929 to the API
2026-03-26 14:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993950>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ec92edc2-4ef5-576d-93de-e3a2f1c20131',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993950',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 133229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2021}
2026-03-26 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:44 [ecarstrade.be] INFO: Saving data for 6993950auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303796.689158, 'last_price_update_time': 1774536344.176201}
2026-03-26 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993950auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993994> (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-26 14:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:45 [ecarstrade.be] INFO: Extracting details for car 6993994auction110929
2026-03-26 14:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-26 14:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with scrape type 2
2026-03-26 14:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with scrape type 2
2026-03-26 14:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba8d26a8-20f6-5238-8bb4-c6814ca6c967, identifier: 6993994auction110929
2026-03-26 14:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-26 14:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929
2026-03-26 14:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba8d26a8-20f6-5238-8bb4-c6814ca6c967 with identifier: 6993994auction110929 to the API
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993994>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ba8d26a8-20f6-5238-8bb4-c6814ca6c967',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993994',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 49405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-17',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993994auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:46 [ecarstrade.be] INFO: Saving data for 6993994auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303842.431865, 'last_price_update_time': 1774536346.351673}
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993994auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993997> (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-26 14: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-26 14:45:57 [ecarstrade.be] INFO: Extracting details for car 6993997auction110929
2026-03-26 14:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-26 14:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15573ef7-680c-5bca-936c-ba12e64a770d with scrape type 2
2026-03-26 14:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15573ef7-680c-5bca-936c-ba12e64a770d with scrape type 2
2026-03-26 14:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15573ef7-680c-5bca-936c-ba12e64a770d, identifier: 6993997auction110929
2026-03-26 14:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-26 14:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929
2026-03-26 14:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15573ef7-680c-5bca-936c-ba12e64a770d with identifier: 6993997auction110929 to the API
2026-03-26 14:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:45:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993997>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '15573ef7-680c-5bca-936c-ba12e64a770d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993997',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 58869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-26 14:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993997auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:57 [ecarstrade.be] INFO: Saving data for 6993997auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.507871, 'last_price_update_time': 1774536357.711754}
2026-03-26 14:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993997auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994108> (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-26 14: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-26 14:45:57 [ecarstrade.be] INFO: Extracting details for car 6994108auction110929
2026-03-26 14:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-26 14:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b372f0b8-109f-5649-a7ec-85a46f325524 with scrape type 2
2026-03-26 14:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b372f0b8-109f-5649-a7ec-85a46f325524 with scrape type 2
2026-03-26 14:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b372f0b8-109f-5649-a7ec-85a46f325524, identifier: 6994108auction110929
2026-03-26 14:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-26 14:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929
2026-03-26 14:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b372f0b8-109f-5649-a7ec-85a46f325524 with identifier: 6994108auction110929 to the API
2026-03-26 14:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994108>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b372f0b8-109f-5649-a7ec-85a46f325524',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994108',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '308',
'odometer': 92220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.5 BLUEHDI 96KW S-S AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.5 BLUEHDI 96KW S-S AUTO ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-26 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994108auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:45:58 [ecarstrade.be] INFO: Saving data for 6994108auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303844.319999, 'last_price_update_time': 1774536358.265147}
2026-03-26 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994108auction110929') HTTP/1.1" 204 0
2026-03-26 14:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993977> (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-26 14:45:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:45:59 [ecarstrade.be] INFO: Extracting details for car 6993977auction110929
2026-03-26 14:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-26 14:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c9d6def-be6d-5349-a96e-4db1c079011e with scrape type 2
2026-03-26 14:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c9d6def-be6d-5349-a96e-4db1c079011e with scrape type 2
2026-03-26 14:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c9d6def-be6d-5349-a96e-4db1c079011e, identifier: 6993977auction110929
2026-03-26 14:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-26 14:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929
2026-03-26 14:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c9d6def-be6d-5349-a96e-4db1c079011e with identifier: 6993977auction110929 to the API
2026-03-26 14:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:45: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-26 14:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993977>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9c9d6def-be6d-5349-a96e-4db1c079011e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993977',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 197428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'FORD GALAXY DIESEL - 2015 2.0 TDCi Titanium AdBlue (EU6.2)',
'transmission': 'manual',
'trim': 'FORD GALAXY DIESEL - 2015 2.0 TDCi Titanium AdBlue (EU6.2)',
'vin': None,
'year': 2021}
2026-03-26 14:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:00 [ecarstrade.be] INFO: Saving data for 6993977auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303810.735295, 'last_price_update_time': 1774536360.096905}
2026-03-26 14:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993977auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993934> (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-26 14:46:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:02 [ecarstrade.be] INFO: Extracting details for car 6993934auction110929
2026-03-26 14:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-26 14:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with scrape type 2
2026-03-26 14:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with scrape type 2
2026-03-26 14:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec, identifier: 6993934auction110929
2026-03-26 14:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-26 14:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929
2026-03-26 14:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4df43930-2ad1-5eb1-81b7-22cd2e8113ec with identifier: 6993934auction110929 to the API
2026-03-26 14:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993934>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4df43930-2ad1-5eb1-81b7-22cd2e8113ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993934',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 77439,
'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-26 14:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:02 [ecarstrade.be] INFO: Saving data for 6993934auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303803.144099, 'last_price_update_time': 1774536362.997919}
2026-03-26 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993934auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:06 [scrapy.extensions.logstats] INFO: Crawled 333 pages (at 28 pages/min), scraped 299 items (at 26 items/min)
2026-03-26 14:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994056> (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-26 14:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:10 [ecarstrade.be] INFO: Extracting details for car 6994056auction110929
2026-03-26 14:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-26 14:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41009c9a-e19a-5dec-a859-f64803ee36ae with scrape type 2
2026-03-26 14:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41009c9a-e19a-5dec-a859-f64803ee36ae with scrape type 2
2026-03-26 14:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41009c9a-e19a-5dec-a859-f64803ee36ae, identifier: 6994056auction110929
2026-03-26 14:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-26 14:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929
2026-03-26 14:46:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41009c9a-e19a-5dec-a859-f64803ee36ae with identifier: 6994056auction110929 to the API
2026-03-26 14:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994056>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '41009c9a-e19a-5dec-a859-f64803ee36ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994056',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 53660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLASS A (W177) Business Solution',
'vin': None,
'year': 2021}
2026-03-26 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:10 [ecarstrade.be] INFO: Saving data for 6994056auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303800.141208, 'last_price_update_time': 1774536370.956732}
2026-03-26 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994056auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994124> (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-26 14:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:11 [ecarstrade.be] INFO: Extracting details for car 6994124auction110929
2026-03-26 14:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-26 14:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b8928f-4026-583f-8541-3c900cc8adbe with scrape type 2
2026-03-26 14:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b8928f-4026-583f-8541-3c900cc8adbe with scrape type 2
2026-03-26 14:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b8928f-4026-583f-8541-3c900cc8adbe, identifier: 6994124auction110929
2026-03-26 14:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-26 14:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929
2026-03-26 14:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b8928f-4026-583f-8541-3c900cc8adbe with identifier: 6994124auction110929 to the API
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994124>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b8b8928f-4026-583f-8541-3c900cc8adbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994124',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Leon',
'odometer': 64414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON ST 1.5 TSI 130 MOVE!',
'transmission': 'manual',
'trim': 'SEAT LEON ST 1.5 TSI 130 MOVE!',
'vin': None,
'year': 2021}
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994124auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:11 [ecarstrade.be] INFO: Saving data for 6994124auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303844.753227, 'last_price_update_time': 1774536371.461364}
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994124auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994095> (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-26 14: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-26 14:46:13 [ecarstrade.be] INFO: Extracting details for car 6994095auction110929
2026-03-26 14:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-26 14:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4478225e-c5dd-59b3-8b93-dbab1b68a43d with scrape type 2
2026-03-26 14:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4478225e-c5dd-59b3-8b93-dbab1b68a43d with scrape type 2
2026-03-26 14:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4478225e-c5dd-59b3-8b93-dbab1b68a43d, identifier: 6994095auction110929
2026-03-26 14:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-26 14:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929
2026-03-26 14:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4478225e-c5dd-59b3-8b93-dbab1b68a43d with identifier: 6994095auction110929 to the API
2026-03-26 14:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994095>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4478225e-c5dd-59b3-8b93-dbab1b68a43d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994095',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 135672,
'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': 'PEUGEOT 2008 1.5 BLUEHDI 81KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BLUEHDI 81KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-26 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:13 [ecarstrade.be] INFO: Saving data for 6994095auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303862.871524, 'last_price_update_time': 1774536373.536665}
2026-03-26 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994095auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994111> (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-26 14: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-26 14:46:18 [ecarstrade.be] INFO: Extracting details for car 6994111auction110929
2026-03-26 14:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-26 14:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with scrape type 2
2026-03-26 14:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with scrape type 2
2026-03-26 14:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbfcde0e-bde2-5874-a661-fb844d5bbcf3, identifier: 6994111auction110929
2026-03-26 14:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-26 14:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929
2026-03-26 14:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbfcde0e-bde2-5874-a661-fb844d5bbcf3 with identifier: 6994111auction110929 to the API
2026-03-26 14:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994111>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fbfcde0e-bde2-5874-a661-fb844d5bbcf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994111',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 174382,
'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': 'PEUGEOT 508 1.5 BLUEHDI 130 S&S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI 130 S&S AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-26 14:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994111auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:18 [ecarstrade.be] INFO: Saving data for 6994111auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303843.590998, 'last_price_update_time': 1774536378.890611}
2026-03-26 14:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994111auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994088> (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-26 14:46:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:19 [ecarstrade.be] INFO: Extracting details for car 6994088auction110929
2026-03-26 14:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-26 14:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78e46770-fb03-5782-a9a5-1d30d285787e with scrape type 2
2026-03-26 14:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78e46770-fb03-5782-a9a5-1d30d285787e with scrape type 2
2026-03-26 14:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78e46770-fb03-5782-a9a5-1d30d285787e, identifier: 6994088auction110929
2026-03-26 14:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-26 14:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929
2026-03-26 14:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78e46770-fb03-5782-a9a5-1d30d285787e with identifier: 6994088auction110929 to the API
2026-03-26 14:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994088>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '78e46770-fb03-5782-a9a5-1d30d285787e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994088',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 35503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-26 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994088auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:20 [ecarstrade.be] INFO: Saving data for 6994088auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303880.277249, 'last_price_update_time': 1774536380.045229}
2026-03-26 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994088auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994083> (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-26 14: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-26 14:46:20 [ecarstrade.be] INFO: Extracting details for car 6994083auction110929
2026-03-26 14:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-26 14:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with scrape type 2
2026-03-26 14:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with scrape type 2
2026-03-26 14:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e, identifier: 6994083auction110929
2026-03-26 14:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-26 14:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929
2026-03-26 14:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a2552b-ed7f-578d-be1f-a1ce1bd72b7e with identifier: 6994083auction110929 to the API
2026-03-26 14:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994083>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd4a2552b-ed7f-578d-be1f-a1ce1bd72b7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994083',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mini',
'model': 'ONE',
'odometer': 135726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 1.5 ONE',
'transmission': 'manual',
'trim': 'MINI MINI 1.5',
'vin': None,
'year': 2022}
2026-03-26 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:21 [ecarstrade.be] INFO: Saving data for 6994083auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303867.171911, 'last_price_update_time': 1774536381.125027}
2026-03-26 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994083auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994001> (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-26 14: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-26 14:46:27 [ecarstrade.be] INFO: Extracting details for car 6994001auction110929
2026-03-26 14:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-26 14:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116a3037-5a3d-5a5f-b191-7f75835ff850 with scrape type 2
2026-03-26 14:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 116a3037-5a3d-5a5f-b191-7f75835ff850 with scrape type 2
2026-03-26 14:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 116a3037-5a3d-5a5f-b191-7f75835ff850, identifier: 6994001auction110929
2026-03-26 14:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-26 14:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929
2026-03-26 14:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 116a3037-5a3d-5a5f-b191-7f75835ff850 with identifier: 6994001auction110929 to the API
2026-03-26 14:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994001>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '116a3037-5a3d-5a5f-b191-7f75835ff850',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994001',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 138981,
'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',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-26 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994001auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:27 [ecarstrade.be] INFO: Saving data for 6994001auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303867.638194, 'last_price_update_time': 1774536387.603961}
2026-03-26 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994001auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994120> (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-26 14: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-26 14:46:31 [ecarstrade.be] INFO: Extracting details for car 6994120auction110929
2026-03-26 14:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-26 14:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4faaaea-b36a-508b-91c3-6c118429dde1 with scrape type 2
2026-03-26 14:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4faaaea-b36a-508b-91c3-6c118429dde1 with scrape type 2
2026-03-26 14:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4faaaea-b36a-508b-91c3-6c118429dde1, identifier: 6994120auction110929
2026-03-26 14:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-26 14:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929
2026-03-26 14:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4faaaea-b36a-508b-91c3-6c118429dde1 with identifier: 6994120auction110929 to the API
2026-03-26 14:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994120>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a4faaaea-b36a-508b-91c3-6c118429dde1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994120',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 43010,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'vin': None,
'year': 2020}
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:32 [ecarstrade.be] INFO: Saving data for 6994120auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303858.97309, 'last_price_update_time': 1774536392.100025}
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994120auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994171> (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-26 14:46:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:32 [ecarstrade.be] INFO: Extracting details for car 6994171auction110929
2026-03-26 14:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-26 14:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8495c6c-ac2d-53ce-aeb7-ede1e298016b with scrape type 2
2026-03-26 14:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8495c6c-ac2d-53ce-aeb7-ede1e298016b with scrape type 2
2026-03-26 14:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8495c6c-ac2d-53ce-aeb7-ede1e298016b, identifier: 6994171auction110929
2026-03-26 14:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-26 14:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929
2026-03-26 14:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8495c6c-ac2d-53ce-aeb7-ede1e298016b with identifier: 6994171auction110929 to the API
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994171>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd8495c6c-ac2d-53ce-aeb7-ede1e298016b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994171',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 101835,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO DIESEL - 2018 1.6 TDi SCR Comfortline (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO DIESEL - 2018 1.6 TDi SCR Comfortline (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:32 [ecarstrade.be] INFO: Saving data for 6994171auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303859.54621, 'last_price_update_time': 1774536392.904639}
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994171auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994151> (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-26 14:46:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:34 [ecarstrade.be] INFO: Extracting details for car 6994151auction110929
2026-03-26 14:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-26 14:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007c39ca-c906-59ec-bd8e-46bd485c8a39 with scrape type 2
2026-03-26 14:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007c39ca-c906-59ec-bd8e-46bd485c8a39 with scrape type 2
2026-03-26 14:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 007c39ca-c906-59ec-bd8e-46bd485c8a39, identifier: 6994151auction110929
2026-03-26 14:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-26 14:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929
2026-03-26 14:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 007c39ca-c906-59ec-bd8e-46bd485c8a39 with identifier: 6994151auction110929 to the API
2026-03-26 14:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994151>
{'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-27T09:10:00Z',
'fuel_type': 'Natural Gas',
'id': '007c39ca-c906-59ec-bd8e-46bd485c8a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994151',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 164501,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf 1.5 TGI TRENDLINE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TGI TRENDLINE DSG',
'vin': None,
'year': 2019}
2026-03-26 14:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:34 [ecarstrade.be] INFO: Saving data for 6994151auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303861.991027, 'last_price_update_time': 1774536394.704748}
2026-03-26 14:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994151auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993974> (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-26 14:46:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:35 [ecarstrade.be] INFO: Extracting details for car 6993974auction110929
2026-03-26 14:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-26 14:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with scrape type 2
2026-03-26 14:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with scrape type 2
2026-03-26 14:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645, identifier: 6993974auction110929
2026-03-26 14:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-26 14:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929
2026-03-26 14:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fd95fa3-7f5f-5c71-9283-49b6a3a56645 with identifier: 6993974auction110929 to the API
2026-03-26 14:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993974>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5fd95fa3-7f5f-5c71-9283-49b6a3a56645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993974',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 53204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-16',
'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-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993974auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:36 [ecarstrade.be] INFO: Saving data for 6993974auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303843.052356, 'last_price_update_time': 1774536396.094255}
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993974auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994142> (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-26 14: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-26 14:46:36 [ecarstrade.be] INFO: Extracting details for car 6994142auction110929
2026-03-26 14:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-26 14:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with scrape type 2
2026-03-26 14:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with scrape type 2
2026-03-26 14:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a9b6a28-ed97-5d78-a9e7-1a8047756973, identifier: 6994142auction110929
2026-03-26 14:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-26 14:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929
2026-03-26 14:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a9b6a28-ed97-5d78-a9e7-1a8047756973 with identifier: 6994142auction110929 to the API
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994142>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8a9b6a28-ed97-5d78-a9e7-1a8047756973',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994142',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 216130,
'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': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994142auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:36 [ecarstrade.be] INFO: Saving data for 6994142auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303879.578128, 'last_price_update_time': 1774536396.604767}
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994142auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994091> (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-26 14:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:37 [ecarstrade.be] INFO: Extracting details for car 6994091auction110929
2026-03-26 14:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-26 14:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfec3dfc-11ce-5376-a277-261caefc6b0c with scrape type 2
2026-03-26 14:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfec3dfc-11ce-5376-a277-261caefc6b0c with scrape type 2
2026-03-26 14:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfec3dfc-11ce-5376-a277-261caefc6b0c, identifier: 6994091auction110929
2026-03-26 14:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-26 14:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929
2026-03-26 14:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfec3dfc-11ce-5376-a277-261caefc6b0c with identifier: 6994091auction110929 to the API
2026-03-26 14:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994091>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'cfec3dfc-11ce-5376-a277-261caefc6b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994091',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '2008',
'odometer': 110119,
'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': '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': 2021}
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994091auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:38 [ecarstrade.be] INFO: Saving data for 6994091auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303881.342511, 'last_price_update_time': 1774536398.138212}
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994091auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994153> (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-26 14: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-26 14:46:38 [ecarstrade.be] INFO: Extracting details for car 6994153auction110929
2026-03-26 14:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-26 14:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with scrape type 2
2026-03-26 14:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with scrape type 2
2026-03-26 14:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4, identifier: 6994153auction110929
2026-03-26 14:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-26 14:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929
2026-03-26 14:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4 with identifier: 6994153auction110929 to the API
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994153>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '69513d26-7b9f-5d0c-a3a7-a7fa3b0e41f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994153',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 154961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 E-TSI LIFE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 E-TSI LIFE DSG',
'vin': None,
'year': 2021}
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994153auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:38 [ecarstrade.be] INFO: Saving data for 6994153auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303880.745256, 'last_price_update_time': 1774536398.634429}
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994153auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994100> (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-26 14:46:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:40 [ecarstrade.be] INFO: Extracting details for car 6994100auction110929
2026-03-26 14:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-26 14:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31b2871e-31ae-5104-906b-4a6701e9f9f5 with scrape type 2
2026-03-26 14:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31b2871e-31ae-5104-906b-4a6701e9f9f5 with scrape type 2
2026-03-26 14:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31b2871e-31ae-5104-906b-4a6701e9f9f5, identifier: 6994100auction110929
2026-03-26 14:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-26 14:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929
2026-03-26 14:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31b2871e-31ae-5104-906b-4a6701e9f9f5 with identifier: 6994100auction110929 to the API
2026-03-26 14:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994100>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '31b2871e-31ae-5104-906b-4a6701e9f9f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994100',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '3008',
'odometer': 102183,
'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 3008 1.2 PURETECH 96KW S&S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S&S ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-26 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994100auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:40 [ecarstrade.be] INFO: Saving data for 6994100auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303904.082758, 'last_price_update_time': 1774536400.963975}
2026-03-26 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994100auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994157> (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-26 14:46:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:44 [ecarstrade.be] INFO: Extracting details for car 6994157auction110929
2026-03-26 14:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-26 14:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c6134b0-289e-55b6-bc21-cb5e22368496 with scrape type 2
2026-03-26 14:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c6134b0-289e-55b6-bc21-cb5e22368496 with scrape type 2
2026-03-26 14:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c6134b0-289e-55b6-bc21-cb5e22368496, identifier: 6994157auction110929
2026-03-26 14:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-26 14:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929
2026-03-26 14:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c6134b0-289e-55b6-bc21-cb5e22368496 with identifier: 6994157auction110929 to the API
2026-03-26 14:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994157>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0c6134b0-289e-55b6-bc21-cb5e22368496',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994157',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 77662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VII - 2017 1.0 TSI IQ.Drive OPF (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VII - 2017 1.0 TSI IQ.Drive OPF (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-26 14:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994157auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:44 [ecarstrade.be] INFO: Saving data for 6994157auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303883.546544, 'last_price_update_time': 1774536404.41962}
2026-03-26 14:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994157auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994105> (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-26 14: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-26 14:46:45 [ecarstrade.be] INFO: Extracting details for car 6994105auction110929
2026-03-26 14:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-26 14:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with scrape type 2
2026-03-26 14:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with scrape type 2
2026-03-26 14:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 794c01f1-668a-5fa5-ba7f-898dfb4cc066, identifier: 6994105auction110929
2026-03-26 14:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-26 14:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929
2026-03-26 14:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 794c01f1-668a-5fa5-ba7f-898dfb4cc066 with identifier: 6994105auction110929 to the API
2026-03-26 14:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994105>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '794c01f1-668a-5fa5-ba7f-898dfb4cc066',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994105',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 50647,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S ALLURE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S ALLURE PACK',
'vin': None,
'year': 2020}
2026-03-26 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:46 [ecarstrade.be] INFO: Saving data for 6994105auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303865.757113, 'last_price_update_time': 1774536406.174941}
2026-03-26 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994105auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994115> (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-26 14: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-26 14:46:47 [ecarstrade.be] INFO: Extracting details for car 6994115auction110929
2026-03-26 14:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-26 14:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f80a468-9a59-5307-84d4-eca84f355992 with scrape type 2
2026-03-26 14:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f80a468-9a59-5307-84d4-eca84f355992 with scrape type 2
2026-03-26 14:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f80a468-9a59-5307-84d4-eca84f355992, identifier: 6994115auction110929
2026-03-26 14:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-26 14:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929
2026-03-26 14:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f80a468-9a59-5307-84d4-eca84f355992 with identifier: 6994115auction110929 to the API
2026-03-26 14:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994115>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4f80a468-9a59-5307-84d4-eca84f355992',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994115',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 63060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-25',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'transmission': 'manual',
'trim': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'vin': None,
'year': 2021}
2026-03-26 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994115auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:47 [ecarstrade.be] INFO: Saving data for 6994115auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303840.758417, 'last_price_update_time': 1774536407.781751}
2026-03-26 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994115auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994176> (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-26 14: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-26 14:46:48 [ecarstrade.be] INFO: Extracting details for car 6994176auction110929
2026-03-26 14:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-26 14:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce2891c-e0cc-52bd-9a25-67d84a98849e with scrape type 2
2026-03-26 14:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ce2891c-e0cc-52bd-9a25-67d84a98849e with scrape type 2
2026-03-26 14:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ce2891c-e0cc-52bd-9a25-67d84a98849e, identifier: 6994176auction110929
2026-03-26 14:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-26 14:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929
2026-03-26 14:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ce2891c-e0cc-52bd-9a25-67d84a98849e with identifier: 6994176auction110929 to the API
2026-03-26 14:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994176>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9ce2891c-e0cc-52bd-9a25-67d84a98849e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994176',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 62743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN T-CROSS 1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-26 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994176auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:48 [ecarstrade.be] INFO: Saving data for 6994176auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303885.855885, 'last_price_update_time': 1774536408.497838}
2026-03-26 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994176auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994110> (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-26 14:46:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:48 [ecarstrade.be] INFO: Extracting details for car 6994110auction110929
2026-03-26 14:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-26 14:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with scrape type 2
2026-03-26 14:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with scrape type 2
2026-03-26 14:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13, identifier: 6994110auction110929
2026-03-26 14:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-26 14:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929
2026-03-26 14:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c8b1830-3e9f-5505-a9cd-b20707fa4e13 with identifier: 6994110auction110929 to the API
2026-03-26 14:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994110>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0c8b1830-3e9f-5505-a9cd-b20707fa4e13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994110',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 113575,
'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': 'PEUGEOT 508 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'vin': None,
'year': 2021}
2026-03-26 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994110auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:49 [ecarstrade.be] INFO: Saving data for 6994110auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303841.39789, 'last_price_update_time': 1774536409.023476}
2026-03-26 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994110auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994113> (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-26 14:46:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:50 [ecarstrade.be] INFO: Extracting details for car 6994113auction110929
2026-03-26 14:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-26 14:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 167c3a22-da15-5076-876c-41c000042493 with scrape type 2
2026-03-26 14:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 167c3a22-da15-5076-876c-41c000042493 with scrape type 2
2026-03-26 14:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 167c3a22-da15-5076-876c-41c000042493, identifier: 6994113auction110929
2026-03-26 14:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-26 14:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929
2026-03-26 14:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 167c3a22-da15-5076-876c-41c000042493 with identifier: 6994113auction110929 to the API
2026-03-26 14:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:46: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-26 14:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994113>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '167c3a22-da15-5076-876c-41c000042493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994113',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '508',
'odometer': 171581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 DIESEL - 2018 1.5 BlueHDi Allure S&S',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2018 1.5 BlueHDi Allure S&S',
'vin': None,
'year': 2019}
2026-03-26 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994113auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:50 [ecarstrade.be] INFO: Saving data for 6994113auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303881.959925, 'last_price_update_time': 1774536410.510192}
2026-03-26 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994113auction110929') HTTP/1.1" 204 0
2026-03-26 14:46:56 [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-26 14:46:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6994125auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6994125auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6994099auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6994099auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6994098auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6994098auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6993971auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6993971auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6994123auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6994123auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6993993auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6993993auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 6993969auction110929
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 6993969auction110929: 2
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002927auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002927auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002927auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002928auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002928auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002928auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002929auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002929auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002929auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002930auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002930auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002930auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002931auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002931auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002931auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002932auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002932auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002932auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002933auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002933auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002933auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002934auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002934auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002934auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002935auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002935auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002935auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002936auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002936auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002936auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002937auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002937auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002937auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002938auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002938auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002938auction111056: 1
2026-03-26 14:46:56 [ecarstrade.be] INFO: Found listing with ID: 7002939auction111056
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002939auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:46:56 [ecarstrade.be] INFO: Scrape type for 7002939auction111056: 1
2026-03-26 14:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994011> (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-26 14: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-26 14:47:04 [ecarstrade.be] INFO: Extracting details for car 6994011auction110929
2026-03-26 14:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-26 14:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a94e7860-f918-5765-883a-25c0efbb10fa with scrape type 2
2026-03-26 14:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a94e7860-f918-5765-883a-25c0efbb10fa with scrape type 2
2026-03-26 14:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a94e7860-f918-5765-883a-25c0efbb10fa, identifier: 6994011auction110929
2026-03-26 14:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-26 14:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929
2026-03-26 14:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a94e7860-f918-5765-883a-25c0efbb10fa with identifier: 6994011auction110929 to the API
2026-03-26 14:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:47: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-26 14:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994011>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a94e7860-f918-5765-883a-25c0efbb10fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994011',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': "cee'd",
'odometer': 52057,
'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': "KIA CEE'D 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': "KIA CEE'D 1.0 T-GDI PULSE",
'vin': None,
'year': 2022}
2026-03-26 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994011auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:04 [ecarstrade.be] INFO: Saving data for 6994011auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303800.832615, 'last_price_update_time': 1774536424.61226}
2026-03-26 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994011auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993904> (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-26 14: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-26 14:47:04 [ecarstrade.be] INFO: Extracting details for car 6993904auction110929
2026-03-26 14:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-26 14:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3a6611a-8592-5eb1-b698-542031fbeb25 with scrape type 2
2026-03-26 14:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3a6611a-8592-5eb1-b698-542031fbeb25 with scrape type 2
2026-03-26 14:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3a6611a-8592-5eb1-b698-542031fbeb25, identifier: 6993904auction110929
2026-03-26 14:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-26 14:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929
2026-03-26 14:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3a6611a-8592-5eb1-b698-542031fbeb25 with identifier: 6993904auction110929 to the API
2026-03-26 14:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993904>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd3a6611a-8592-5eb1-b698-542031fbeb25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993904',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 128224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 30 TDI 85KW',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK 2.0 30 TDI 85KW',
'vin': None,
'year': 2020}
2026-03-26 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:05 [ecarstrade.be] INFO: Saving data for 6993904auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303863.227248, 'last_price_update_time': 1774536425.243698}
2026-03-26 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993904auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:06 [scrapy.extensions.logstats] INFO: Crawled 357 pages (at 24 pages/min), scraped 322 items (at 23 items/min)
2026-03-26 14:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994149> (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-26 14: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-26 14:47:08 [ecarstrade.be] INFO: Extracting details for car 6994149auction110929
2026-03-26 14:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-26 14:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c3d568-0dc6-5f00-9f6d-8592d545b581 with scrape type 2
2026-03-26 14:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c3d568-0dc6-5f00-9f6d-8592d545b581 with scrape type 2
2026-03-26 14:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59c3d568-0dc6-5f00-9f6d-8592d545b581, identifier: 6994149auction110929
2026-03-26 14:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-26 14:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929
2026-03-26 14:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59c3d568-0dc6-5f00-9f6d-8592d545b581 with identifier: 6994149auction110929 to the API
2026-03-26 14:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994149>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '59c3d568-0dc6-5f00-9f6d-8592d545b581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994149',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN E-GOLF - 2017 35.8kWh E-Golf',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN E-GOLF - 2017 35.8kWh E-',
'vin': None,
'year': 2019}
2026-03-26 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994149auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:09 [ecarstrade.be] INFO: Saving data for 6994149auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303882.609339, 'last_price_update_time': 1774536429.199719}
2026-03-26 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994149auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993990> (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-26 14: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-26 14:47:10 [ecarstrade.be] INFO: Extracting details for car 6993990auction110929
2026-03-26 14:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-26 14:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with scrape type 2
2026-03-26 14:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with scrape type 2
2026-03-26 14:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9293860a-fa2a-5f76-8aee-e7d5f960ff09, identifier: 6993990auction110929
2026-03-26 14:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-26 14:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929
2026-03-26 14:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9293860a-fa2a-5f76-8aee-e7d5f960ff09 with identifier: 6993990auction110929 to the API
2026-03-26 14:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993990>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9293860a-fa2a-5f76-8aee-e7d5f960ff09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993990',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 78533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'vin': None,
'year': 2021}
2026-03-26 14:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993990auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:11 [ecarstrade.be] INFO: Saving data for 6993990auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303884.84859, 'last_price_update_time': 1774536431.874321}
2026-03-26 14:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993990auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994125> (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-26 14:47:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:12 [ecarstrade.be] INFO: Extracting details for car 6994125auction110929
2026-03-26 14:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-26 14:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf2537bd-30e3-59e1-aa7e-6f834335141d with scrape type 2
2026-03-26 14:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf2537bd-30e3-59e1-aa7e-6f834335141d with scrape type 2
2026-03-26 14:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf2537bd-30e3-59e1-aa7e-6f834335141d, identifier: 6994125auction110929
2026-03-26 14:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-26 14:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929
2026-03-26 14:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf2537bd-30e3-59e1-aa7e-6f834335141d with identifier: 6994125auction110929 to the API
2026-03-26 14:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:47: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-26 14:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994125>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bf2537bd-30e3-59e1-aa7e-6f834335141d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994125',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 69457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-14',
'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-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Saving data for 6994125auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303860.720104, 'last_price_update_time': 1774536433.367753}
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994125auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:13 [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-26 14:47:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002940auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002940auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002940auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002941auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002941auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002941auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002942auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002942auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002942auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002943auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002943auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002943auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002944auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002944auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002944auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002945auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002945auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002945auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002946auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002946auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002946auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002947auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002947auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002947auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002948auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002948auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002948auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002949auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002949auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002949auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002950auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002950auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002950auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002951auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002951auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002951auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002952auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002952auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002952auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002953auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002953auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002953auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002954auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002954auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002954auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002955auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002955auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002955auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002956auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002956auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002956auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002957auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002957auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002957auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002958auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002958auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002958auction111056: 1
2026-03-26 14:47:13 [ecarstrade.be] INFO: Found listing with ID: 7002959auction111056
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002959auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:47:13 [ecarstrade.be] INFO: Scrape type for 7002959auction111056: 1
2026-03-26 14:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993999> (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-26 14: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-26 14:47:18 [ecarstrade.be] INFO: Extracting details for car 6993999auction110929
2026-03-26 14:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-26 14:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with scrape type 2
2026-03-26 14:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with scrape type 2
2026-03-26 14:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d, identifier: 6993999auction110929
2026-03-26 14:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-26 14:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929
2026-03-26 14:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d with identifier: 6993999auction110929 to the API
2026-03-26 14:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993999>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '38d23dcb-cd89-5146-9ec7-09a8c0ca5e5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993999',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 89692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2019}
2026-03-26 14:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993999auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:18 [ecarstrade.be] INFO: Saving data for 6993999auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303841.996204, 'last_price_update_time': 1774536438.570954}
2026-03-26 14:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993999auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994103> (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-26 14:47:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:23 [ecarstrade.be] INFO: Extracting details for car 6994103auction110929
2026-03-26 14:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-26 14:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36a5a71a-0a83-5f28-bfc4-592e7828930f with scrape type 2
2026-03-26 14:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36a5a71a-0a83-5f28-bfc4-592e7828930f with scrape type 2
2026-03-26 14:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36a5a71a-0a83-5f28-bfc4-592e7828930f, identifier: 6994103auction110929
2026-03-26 14:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-26 14:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929
2026-03-26 14:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36a5a71a-0a83-5f28-bfc4-592e7828930f with identifier: 6994103auction110929 to the API
2026-03-26 14:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994103>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '36a5a71a-0a83-5f28-bfc4-592e7828930f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994103',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 75629,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S&S AUTO ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-26 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:23 [ecarstrade.be] INFO: Saving data for 6994103auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303813.705484, 'last_price_update_time': 1774536443.936664}
2026-03-26 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994103auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994166> (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-26 14:47:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:24 [ecarstrade.be] INFO: Extracting details for car 6994166auction110929
2026-03-26 14:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-26 14:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e1e690-3402-5ad5-a140-4abdd3a42ccd with scrape type 2
2026-03-26 14:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e1e690-3402-5ad5-a140-4abdd3a42ccd with scrape type 2
2026-03-26 14:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83e1e690-3402-5ad5-a140-4abdd3a42ccd, identifier: 6994166auction110929
2026-03-26 14:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-26 14:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929
2026-03-26 14:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83e1e690-3402-5ad5-a140-4abdd3a42ccd with identifier: 6994166auction110929 to the API
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994166>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '83e1e690-3402-5ad5-a140-4abdd3a42ccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994166',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 161486,
'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': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'vin': None,
'year': 2022}
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:25 [ecarstrade.be] INFO: Saving data for 6994166auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303796.2481, 'last_price_update_time': 1774536445.201775}
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994166auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993993> (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-26 14: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-26 14:47:25 [ecarstrade.be] INFO: Extracting details for car 6993993auction110929
2026-03-26 14:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-26 14:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bd8b1b-e431-5421-8e24-8dd3133c4102 with scrape type 2
2026-03-26 14:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37bd8b1b-e431-5421-8e24-8dd3133c4102 with scrape type 2
2026-03-26 14:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37bd8b1b-e431-5421-8e24-8dd3133c4102, identifier: 6993993auction110929
2026-03-26 14:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-26 14:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929
2026-03-26 14:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37bd8b1b-e431-5421-8e24-8dd3133c4102 with identifier: 6993993auction110929 to the API
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993993>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO No Link (0033)',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '37bd8b1b-e431-5421-8e24-8dd3133c4102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993993',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Transit',
'odometer': 141372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-11',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2.2 TDCi L1H1 Ambiente STOCK',
'transmission': 'manual',
'trim': 'FORD 2.2 TDCi L1H1 Ambiente STOCK',
'vin': None,
'year': 2015}
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:25 [ecarstrade.be] INFO: Saving data for 6993993auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303878.572328, 'last_price_update_time': 1774536445.72898}
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993993auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994123> (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-26 14:47:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:26 [ecarstrade.be] INFO: Extracting details for car 6994123auction110929
2026-03-26 14:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-26 14:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ff532b-37ba-563b-8c6a-426292f5e291 with scrape type 2
2026-03-26 14:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ff532b-37ba-563b-8c6a-426292f5e291 with scrape type 2
2026-03-26 14:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50ff532b-37ba-563b-8c6a-426292f5e291, identifier: 6994123auction110929
2026-03-26 14:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-26 14:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929
2026-03-26 14:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50ff532b-37ba-563b-8c6a-426292f5e291 with identifier: 6994123auction110929 to the API
2026-03-26 14:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '50ff532b-37ba-563b-8c6a-426292f5e291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994123',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 162819,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'vin': None,
'year': 2021}
2026-03-26 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:26 [ecarstrade.be] INFO: Saving data for 6994123auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303860.28557, 'last_price_update_time': 1774536446.627817}
2026-03-26 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994123auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994093> (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-26 14:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:30 [ecarstrade.be] INFO: Extracting details for car 6994093auction110929
2026-03-26 14:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-26 14:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24bf172e-746a-53a4-962c-d4a3c32dde8e with scrape type 2
2026-03-26 14:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24bf172e-746a-53a4-962c-d4a3c32dde8e with scrape type 2
2026-03-26 14:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24bf172e-746a-53a4-962c-d4a3c32dde8e, identifier: 6994093auction110929
2026-03-26 14:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-26 14:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929
2026-03-26 14:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24bf172e-746a-53a4-962c-d4a3c32dde8e with identifier: 6994093auction110929 to the API
2026-03-26 14:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:47: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-26 14:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994093>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '24bf172e-746a-53a4-962c-d4a3c32dde8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994093',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 53762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-26 14:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:30 [ecarstrade.be] INFO: Saving data for 6994093auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303799.109295, 'last_price_update_time': 1774536450.9628}
2026-03-26 14:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994093auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993969> (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-26 14:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:32 [ecarstrade.be] INFO: Extracting details for car 6993969auction110929
2026-03-26 14:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-26 14:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ec1abef-a159-5e43-9005-4b64031ae06a with scrape type 2
2026-03-26 14:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ec1abef-a159-5e43-9005-4b64031ae06a with scrape type 2
2026-03-26 14:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ec1abef-a159-5e43-9005-4b64031ae06a, identifier: 6993969auction110929
2026-03-26 14:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-26 14:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929
2026-03-26 14:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ec1abef-a159-5e43-9005-4b64031ae06a with identifier: 6993969auction110929 to the API
2026-03-26 14:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993969>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO No Link (0033)',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8ec1abef-a159-5e43-9005-4b64031ae06a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993969',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 113241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-04',
'seats_number': 3,
'seller_name': None,
'title': 'CITROAu2039N JUMPY FOURGON MWB DIESEL - 201 2.0 HDi L2H1 Fresh '
'1200kg',
'transmission': 'manual',
'trim': 'CITROAu2039N JUMPY FOURGON MWB DIESEL - 201 2.0 HDi L2H1 Fresh '
'1200kg',
'vin': None,
'year': 2016}
2026-03-26 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:32 [ecarstrade.be] INFO: Saving data for 6993969auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303866.609248, 'last_price_update_time': 1774536452.460481}
2026-03-26 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993969auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994099> (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-26 14:47:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:33 [ecarstrade.be] INFO: Extracting details for car 6994099auction110929
2026-03-26 14:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-26 14:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with scrape type 2
2026-03-26 14:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with scrape type 2
2026-03-26 14:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8, identifier: 6994099auction110929
2026-03-26 14:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-26 14:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929
2026-03-26 14:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05fefd15-3d9c-50d5-a42d-4fea38c7bff8 with identifier: 6994099auction110929 to the API
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994099>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '05fefd15-3d9c-50d5-a42d-4fea38c7bff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994099',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 53621,
'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': 'PEUGEOT 208 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:34 [ecarstrade.be] INFO: Saving data for 6994099auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303863.564764, 'last_price_update_time': 1774536454.310434}
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994099auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994098> (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-26 14:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:38 [ecarstrade.be] INFO: Extracting details for car 6994098auction110929
2026-03-26 14:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-26 14:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with scrape type 2
2026-03-26 14:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with scrape type 2
2026-03-26 14:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a, identifier: 6994098auction110929
2026-03-26 14:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-26 14:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929
2026-03-26 14:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48bf24e8-c79e-5eec-ae5b-5a9b45e4390a with identifier: 6994098auction110929 to the API
2026-03-26 14:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994098>
{'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-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '48bf24e8-c79e-5eec-ae5b-5a9b45e4390a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994098',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 95496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 55KW S-S ACTIVE',
'vin': None,
'year': 2022}
2026-03-26 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:38 [ecarstrade.be] INFO: Saving data for 6994098auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303861.435257, 'last_price_update_time': 1774536458.824141}
2026-03-26 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994098auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002935> (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-26 14:47:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:41 [ecarstrade.be] INFO: Extracting details for car 7002935auction111056
2026-03-26 14:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 000d4836-1943-5cbe-8a59-3f55589a6518 with identifier: 7002935auction111056
2026-03-26 14:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 000d4836-1943-5cbe-8a59-3f55589a6518 with scrape type 1
2026-03-26 14:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514020%27 HTTP/1.1" 200 None
2026-03-26 14:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_000/780x0__r.jpg?hash=1774514020 not downloaded yet
2026-03-26 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514020%27 HTTP/1.1" 200 None
2026-03-26 14:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_001/780x0__r.jpg?hash=1774514020 not downloaded yet
2026-03-26 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514020%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_002/780x0__r.jpg?hash=1774514020 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514020%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_003/780x0__r.jpg?hash=1774514020 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514020%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_004/780x0__r.jpg?hash=1774514020 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002935%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514021%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_005/780x0__r.jpg?hash=1774514021 not downloaded yet
2026-03-26 14:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002939> (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-26 14:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:42 [ecarstrade.be] INFO: Extracting details for car 7002939auction111056
2026-03-26 14:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca56ac03-e342-5f65-a073-c16cc00fd592 with identifier: 7002939auction111056
2026-03-26 14:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca56ac03-e342-5f65-a073-c16cc00fd592 with scrape type 1
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514059%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_000/780x0__r.jpg?hash=1774514059 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514060%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_001/780x0__r.jpg?hash=1774514060 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514060%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_002/780x0__r.jpg?hash=1774514060 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514060%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_003/780x0__r.jpg?hash=1774514060 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514060%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_004/780x0__r.jpg?hash=1774514060 not downloaded yet
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002939%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514060%27 HTTP/1.1" 200 None
2026-03-26 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_005/780x0__r.jpg?hash=1774514060 not downloaded yet
2026-03-26 14:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993971> (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-26 14:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:43 [ecarstrade.be] INFO: Extracting details for car 6993971auction110929
2026-03-26 14:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-26 14:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a1fe32-8a70-5669-908f-d4a5cba84ddb with scrape type 2
2026-03-26 14:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a1fe32-8a70-5669-908f-d4a5cba84ddb with scrape type 2
2026-03-26 14:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10a1fe32-8a70-5669-908f-d4a5cba84ddb, identifier: 6993971auction110929
2026-03-26 14:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-26 14:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929
2026-03-26 14:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10a1fe32-8a70-5669-908f-d4a5cba84ddb with identifier: 6993971auction110929 to the API
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993971>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '10a1fe32-8a70-5669-908f-d4a5cba84ddb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993971',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 99558,
'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': 'FORD Fiesta 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': 'FORD 1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2022}
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-26 14:47:43 [ecarstrade.be] INFO: Saving data for 6993971auction110929: {'auction_closing_time': 1774602600.0, 'created_time': 1774303864.050102, 'last_price_update_time': 1774536463.437287}
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993971auction110929') HTTP/1.1" 204 0
2026-03-26 14:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002938> (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-26 14: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-26 14:47:45 [ecarstrade.be] INFO: Extracting details for car 7002938auction111056
2026-03-26 14:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcff6d65-7ade-524f-af05-eb601e86c644 with identifier: 7002938auction111056
2026-03-26 14:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcff6d65-7ade-524f-af05-eb601e86c644 with scrape type 1
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_000/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_001/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_002/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_003/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_004/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002938%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514047%27 HTTP/1.1" 200 None
2026-03-26 14:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_005/780x0__r.jpg?hash=1774514047 not downloaded yet
2026-03-26 14:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002937> (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-26 14:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:48 [ecarstrade.be] INFO: Extracting details for car 7002937auction111056
2026-03-26 14:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7002937auction111056
2026-03-26 14:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 1
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514039%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_000/780x0__r.jpg?hash=1774514039 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514039%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_001/780x0__r.jpg?hash=1774514039 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514039%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_002/780x0__r.jpg?hash=1774514039 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514039%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_003/780x0__r.jpg?hash=1774514039 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514039%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_004/780x0__r.jpg?hash=1774514039 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002937%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514040%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_005/780x0__r.jpg?hash=1774514040 not downloaded yet
2026-03-26 14:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002958> (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-26 14:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:48 [ecarstrade.be] INFO: Extracting details for car 7002958auction111056
2026-03-26 14:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92662b96-afd5-5784-8212-dab3e8e4d0c1 with identifier: 7002958auction111056
2026-03-26 14:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92662b96-afd5-5784-8212-dab3e8e4d0c1 with scrape type 1
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_000/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_001/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_002/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_003/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_004/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002958%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514292%27 HTTP/1.1" 200 None
2026-03-26 14:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_005/780x0__r.jpg?hash=1774514292 not downloaded yet
2026-03-26 14:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002936> (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-26 14:47:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:50 [ecarstrade.be] INFO: Extracting details for car 7002936auction111056
2026-03-26 14:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7002936auction111056
2026-03-26 14:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 1
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514028%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_000/780x0__r.jpg?hash=1774514028 not downloaded yet
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514028%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_001/780x0__r.jpg?hash=1774514028 not downloaded yet
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514029%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_002/780x0__r.jpg?hash=1774514029 not downloaded yet
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514029%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_003/780x0__r.jpg?hash=1774514029 not downloaded yet
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514029%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_004/780x0__r.jpg?hash=1774514029 not downloaded yet
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002936%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514029%27 HTTP/1.1" 200 None
2026-03-26 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_005/780x0__r.jpg?hash=1774514029 not downloaded yet
2026-03-26 14:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002953> (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-26 14:47:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:57 [ecarstrade.be] INFO: Extracting details for car 7002953auction111056
2026-03-26 14:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87af983d-8c7c-5ef3-b76f-155e41971a7e with identifier: 7002953auction111056
2026-03-26 14:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87af983d-8c7c-5ef3-b76f-155e41971a7e with scrape type 1
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_000/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_001/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_002/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_003/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_004/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002953%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514221%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_005/780x0__r.jpg?hash=1774514221 not downloaded yet
2026-03-26 14:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002954> (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-26 14:47:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:47:57 [ecarstrade.be] INFO: Extracting details for car 7002954auction111056
2026-03-26 14:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0505e47d-ee10-5de7-a023-15fa95caeab0 with identifier: 7002954auction111056
2026-03-26 14:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0505e47d-ee10-5de7-a023-15fa95caeab0 with scrape type 1
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514230%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_000/780x0__r.jpg?hash=1774514230 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514230%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_001/780x0__r.jpg?hash=1774514230 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514230%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_002/780x0__r.jpg?hash=1774514230 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514230%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_003/780x0__r.jpg?hash=1774514230 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514230%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_004/780x0__r.jpg?hash=1774514230 not downloaded yet
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002954%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514231%27 HTTP/1.1" 200 None
2026-03-26 14:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_005/780x0__r.jpg?hash=1774514231 not downloaded yet
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002955> (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-26 14:47:59 [ecarstrade.be] INFO: Extracting details for car 7002955auction111056
2026-03-26 14:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be210b97-41e4-5f21-a4b8-5ba0e546b30d with identifier: 7002955auction111056
2026-03-26 14:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be210b97-41e4-5f21-a4b8-5ba0e546b30d with scrape type 1
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514244%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_000/780x0__r.jpg?hash=1774514244 not downloaded yet
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514245%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_001/780x0__r.jpg?hash=1774514245 not downloaded yet
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_005/780x0__r.jpg?hash=1774514021> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514245%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_002/780x0__r.jpg?hash=1774514245 not downloaded yet
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514245%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_003/780x0__r.jpg?hash=1774514245 not downloaded yet
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514245%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_004/780x0__r.jpg?hash=1774514245 not downloaded yet
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002955%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514245%27 HTTP/1.1" 200 None
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_005/780x0__r.jpg?hash=1774514245 not downloaded yet
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_005/780x0__r.jpg?hash=1774514060> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_004/780x0__r.jpg?hash=1774514060> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_005/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_005/780x0__r.jpg?hash=1774514040> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_005/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_005/780x0__r.jpg?hash=1774514029> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_005/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_005/780x0__r.jpg?hash=1774514231> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_001/780x0__r.jpg?hash=1774514245> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:47:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_005/780x0__r.jpg?hash=1774514245> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_004/780x0__r.jpg?hash=1774514245> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_003/780x0__r.jpg?hash=1774514245> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_002/780x0__r.jpg?hash=1774514245> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_000/780x0__r.jpg?hash=1774514244> (referer: https://ecarstrade.com/cars/7002955)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_004/780x0__r.jpg?hash=1774514230> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_003/780x0__r.jpg?hash=1774514230> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item be210b97-41e4-5f21-a4b8-5ba0e546b30d
2026-03-26 14:48:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be210b97-41e4-5f21-a4b8-5ba0e546b30d, skipping ID generation
2026-03-26 14:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be210b97-41e4-5f21-a4b8-5ba0e546b30d with scrape type 1
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be210b97-41e4-5f21-a4b8-5ba0e546b30d sending to next pipeline
2026-03-26 14:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be210b97-41e4-5f21-a4b8-5ba0e546b30d, identifier: 7002955auction111056
2026-03-26 14:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be210b97-41e4-5f21-a4b8-5ba0e546b30d with identifier: 7002955auction111056
2026-03-26 14:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be210b97-41e4-5f21-a4b8-5ba0e546b30d with identifier: 7002955auction111056
2026-03-26 14:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be210b97-41e4-5f21-a4b8-5ba0e546b30d with identifier: 7002955auction111056 to the API
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002955/photo_000/780x0__r.jpg?hash=1774514244>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'be210b97-41e4-5f21-a4b8-5ba0e546b30d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002955',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Focus',
'odometer': 162146,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': None,
'seller_name': None,
'title': 'Ford Focus Clipper Focus Clipper 1.0i EcoBoost MHEV ST-Line Style '
'(Mild Hybrid) 92kW/125pk 5D/P Man-6 - CO2 onvolledig',
'transmission': 'manual',
'trim': 'Clipper Clipper 1.0i EcoBoost MHEV ST-Line Style (Mild Hybrid) '
'92kW/125pk 5D/P Man-6 - CO2 onvolledig',
'vin': None,
'year': 2022}
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002955auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [ecarstrade.be] INFO: Saving data for 7002955auction111056: {'created_time': 1774536480.696817, 'last_price_update_time': 1774536480.696827, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002955auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_002/780x0__r.jpg?hash=1774514230> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002957> (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-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_001/780x0__r.jpg?hash=1774514230> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_004/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [ecarstrade.be] INFO: Extracting details for car 7002957auction111056
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_003/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe0512f0-8642-5164-a3a3-86bc16acb5c4 with identifier: 7002957auction111056
2026-03-26 14:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe0512f0-8642-5164-a3a3-86bc16acb5c4 with scrape type 1
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514279%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_000/780x0__r.jpg?hash=1774514279 not downloaded yet
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_000/780x0__r.jpg?hash=1774514230> (referer: https://ecarstrade.com/cars/7002954)
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514279%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_001/780x0__r.jpg?hash=1774514279 not downloaded yet
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514279%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_002/780x0__r.jpg?hash=1774514279 not downloaded yet
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514279%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_003/780x0__r.jpg?hash=1774514279 not downloaded yet
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_002/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_001/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514280%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_004/780x0__r.jpg?hash=1774514280 not downloaded yet
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002957%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514280%27 HTTP/1.1" 200 None
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_005/780x0__r.jpg?hash=1774514280 not downloaded yet
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0505e47d-ee10-5de7-a023-15fa95caeab0
2026-03-26 14:48:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0505e47d-ee10-5de7-a023-15fa95caeab0, skipping ID generation
2026-03-26 14:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0505e47d-ee10-5de7-a023-15fa95caeab0 with scrape type 1
2026-03-26 14:48:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0505e47d-ee10-5de7-a023-15fa95caeab0 sending to next pipeline
2026-03-26 14:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0505e47d-ee10-5de7-a023-15fa95caeab0, identifier: 7002954auction111056
2026-03-26 14:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0505e47d-ee10-5de7-a023-15fa95caeab0 with identifier: 7002954auction111056
2026-03-26 14:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0505e47d-ee10-5de7-a023-15fa95caeab0 with identifier: 7002954auction111056
2026-03-26 14:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0505e47d-ee10-5de7-a023-15fa95caeab0 with identifier: 7002954auction111056 to the API
2026-03-26 14:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002954/photo_000/780x0__r.jpg?hash=1774514230>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '0505e47d-ee10-5de7-a023-15fa95caeab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002954',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Focus',
'odometer': 56789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-16',
'seats_number': None,
'seller_name': None,
'title': 'Ford Focus Clipper Focus Clipper 1.0i EcoBoost MHEV Active (Mild '
'Hybrid) 92kW/125pk 5D/P Man-6 (4 seizoenen Banden) - CO2 '
'indicatief',
'transmission': 'automatic',
'trim': 'Clipper Clipper 1.0i EcoBoost MHEV Active (Mild Hybrid) 92kW/125pk '
'5D/P Man-6 (4 seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002954auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:01 [ecarstrade.be] INFO: Saving data for 7002954auction111056: {'created_time': 1774536481.447629, 'last_price_update_time': 1774536481.447639, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002954auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_000/780x0__r.jpg?hash=1774514221> (referer: https://ecarstrade.com/cars/7002953)
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_004/780x0__r.jpg?hash=1774514029> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:48:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:48:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_002/780x0__r.jpg?hash=1774514029> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_003/780x0__r.jpg?hash=1774514029> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_000/780x0__r.jpg?hash=1774514028> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_001/780x0__r.jpg?hash=1774514028> (referer: https://ecarstrade.com/cars/7002936)
2026-03-26 14:48:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87af983d-8c7c-5ef3-b76f-155e41971a7e
2026-03-26 14:48:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87af983d-8c7c-5ef3-b76f-155e41971a7e, skipping ID generation
2026-03-26 14:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87af983d-8c7c-5ef3-b76f-155e41971a7e with scrape type 1
2026-03-26 14:48:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87af983d-8c7c-5ef3-b76f-155e41971a7e sending to next pipeline
2026-03-26 14:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87af983d-8c7c-5ef3-b76f-155e41971a7e, identifier: 7002953auction111056
2026-03-26 14:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87af983d-8c7c-5ef3-b76f-155e41971a7e with identifier: 7002953auction111056
2026-03-26 14:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87af983d-8c7c-5ef3-b76f-155e41971a7e with identifier: 7002953auction111056
2026-03-26 14:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87af983d-8c7c-5ef3-b76f-155e41971a7e with identifier: 7002953auction111056 to the API
2026-03-26 14:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002953/photo_000/780x0__r.jpg?hash=1774514221>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '87af983d-8c7c-5ef3-b76f-155e41971a7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002953',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Focus',
'odometer': 104030,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-16',
'seats_number': None,
'seller_name': None,
'title': 'Ford Focus Clipper Focus Clipper 1.0i EcoBoost MHEV Active (Mild '
'Hybrid) 92kW/125pk 5D/P Man-6 (4 seizoenen Banden) - CO2 '
'indicatief',
'transmission': 'automatic',
'trim': 'Clipper Clipper 1.0i EcoBoost MHEV Active (Mild Hybrid) 92kW/125pk '
'5D/P Man-6 (4 seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002953auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:02 [ecarstrade.be] INFO: Saving data for 7002953auction111056: {'created_time': 1774536482.054476, 'last_price_update_time': 1774536482.054487, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002953auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_004/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_000/780x0__r.jpg?hash=1774514279> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-26 14:48:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96b7f389-145c-5932-9834-baac2e3dacaf, skipping ID generation
2026-03-26 14:48:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 1
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96b7f389-145c-5932-9834-baac2e3dacaf sending to next pipeline
2026-03-26 14:48:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b7f389-145c-5932-9834-baac2e3dacaf, identifier: 7002936auction111056
2026-03-26 14:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7002936auction111056
2026-03-26 14:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7002936auction111056
2026-03-26 14:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7002936auction111056 to the API
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002936/photo_001/780x0__r.jpg?hash=1774514028>
{'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-27T09:10: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/7002936',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 72581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002936auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:02 [ecarstrade.be] INFO: Saving data for 7002936auction111056: {'created_time': 1774536482.524508, 'last_price_update_time': 1774536482.524519, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002936auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_002/780x0__r.jpg?hash=1774514279> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_003/780x0__r.jpg?hash=1774514279> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_005/780x0__r.jpg?hash=1774514280> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_004/780x0__r.jpg?hash=1774514280> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_003/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_001/780x0__r.jpg?hash=1774514279> (referer: https://ecarstrade.com/cars/7002957)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_001/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_002/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_000/780x0__r.jpg?hash=1774514292> (referer: https://ecarstrade.com/cars/7002958)
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe0512f0-8642-5164-a3a3-86bc16acb5c4
2026-03-26 14:48:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe0512f0-8642-5164-a3a3-86bc16acb5c4, skipping ID generation
2026-03-26 14:48:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe0512f0-8642-5164-a3a3-86bc16acb5c4 with scrape type 1
2026-03-26 14:48:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe0512f0-8642-5164-a3a3-86bc16acb5c4 sending to next pipeline
2026-03-26 14:48:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe0512f0-8642-5164-a3a3-86bc16acb5c4, identifier: 7002957auction111056
2026-03-26 14:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe0512f0-8642-5164-a3a3-86bc16acb5c4 with identifier: 7002957auction111056
2026-03-26 14:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe0512f0-8642-5164-a3a3-86bc16acb5c4 with identifier: 7002957auction111056
2026-03-26 14:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe0512f0-8642-5164-a3a3-86bc16acb5c4 with identifier: 7002957auction111056 to the API
2026-03-26 14:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002957/photo_001/780x0__r.jpg?hash=1774514279>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fe0512f0-8642-5164-a3a3-86bc16acb5c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002957',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 125817,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-03',
'seats_number': None,
'seller_name': None,
'title': 'Ford Kuga Kuga 2.5i PHEV Aut. ST-Line (PHEV) 165kW/224pk 5D/P '
'Auto-V',
'transmission': 'automatic',
'trim': '2.5i PHEV Aut. ST-Line (PHEV) 165kW/224pk 5D/P Auto-V',
'vin': None,
'year': 2022}
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002957auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:03 [ecarstrade.be] INFO: Saving data for 7002957auction111056: {'created_time': 1774536483.201667, 'last_price_update_time': 1774536483.201676, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002957auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_004/780x0__r.jpg?hash=1774514039> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_003/780x0__r.jpg?hash=1774514039> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92662b96-afd5-5784-8212-dab3e8e4d0c1
2026-03-26 14:48:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92662b96-afd5-5784-8212-dab3e8e4d0c1, skipping ID generation
2026-03-26 14:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92662b96-afd5-5784-8212-dab3e8e4d0c1 with scrape type 1
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92662b96-afd5-5784-8212-dab3e8e4d0c1 sending to next pipeline
2026-03-26 14:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92662b96-afd5-5784-8212-dab3e8e4d0c1, identifier: 7002958auction111056
2026-03-26 14:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92662b96-afd5-5784-8212-dab3e8e4d0c1 with identifier: 7002958auction111056
2026-03-26 14:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92662b96-afd5-5784-8212-dab3e8e4d0c1 with identifier: 7002958auction111056
2026-03-26 14:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92662b96-afd5-5784-8212-dab3e8e4d0c1 with identifier: 7002958auction111056 to the API
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002958/photo_000/780x0__r.jpg?hash=1774514292>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '92662b96-afd5-5784-8212-dab3e8e4d0c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002958',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 233414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-05',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Custom Transit Custom 280S 2.0TD/96Kw A6 FWD Trend '
'96kW/130pk 4D/P Auto-6 - CO2 indicatief',
'transmission': 'automatic',
'trim': '280S 2.0TD/96Kw A6 FWD Trend 96kW/130pk 4D/P Auto-6 - CO2 '
'indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002958auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:03 [ecarstrade.be] INFO: Saving data for 7002958auction111056: {'created_time': 1774536483.698828, 'last_price_update_time': 1774536483.698839, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002958auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_001/780x0__r.jpg?hash=1774514039> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_002/780x0__r.jpg?hash=1774514039> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_000/780x0__r.jpg?hash=1774514039> (referer: https://ecarstrade.com/cars/7002937)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_004/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_003/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_002/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_001/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_000/780x0__r.jpg?hash=1774514047> (referer: https://ecarstrade.com/cars/7002938)
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-26 14:48:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8eaeecd-6528-5199-a9d0-8e103cf1d023, skipping ID generation
2026-03-26 14:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 1
2026-03-26 14:48:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 sending to next pipeline
2026-03-26 14:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8eaeecd-6528-5199-a9d0-8e103cf1d023, identifier: 7002937auction111056
2026-03-26 14:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7002937auction111056
2026-03-26 14:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7002937auction111056
2026-03-26 14:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7002937auction111056 to the API
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002937/photo_000/780x0__r.jpg?hash=1774514039>
{'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-27T09:10: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/7002937',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 91253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002937auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:04 [ecarstrade.be] INFO: Saving data for 7002937auction111056: {'created_time': 1774536484.295312, 'last_price_update_time': 1774536484.295323, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002937auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_003/780x0__r.jpg?hash=1774514060> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_002/780x0__r.jpg?hash=1774514060> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bcff6d65-7ade-524f-af05-eb601e86c644
2026-03-26 14:48:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bcff6d65-7ade-524f-af05-eb601e86c644, skipping ID generation
2026-03-26 14:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcff6d65-7ade-524f-af05-eb601e86c644 with scrape type 1
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bcff6d65-7ade-524f-af05-eb601e86c644 sending to next pipeline
2026-03-26 14:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcff6d65-7ade-524f-af05-eb601e86c644, identifier: 7002938auction111056
2026-03-26 14:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcff6d65-7ade-524f-af05-eb601e86c644 with identifier: 7002938auction111056
2026-03-26 14:48:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcff6d65-7ade-524f-af05-eb601e86c644 with identifier: 7002938auction111056
2026-03-26 14:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcff6d65-7ade-524f-af05-eb601e86c644 with identifier: 7002938auction111056 to the API
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002938/photo_000/780x0__r.jpg?hash=1774514047>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'n/a',
'id': 'bcff6d65-7ade-524f-af05-eb601e86c644',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002938',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '330',
'odometer': 60165,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': None,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 3 Reeks Berline 330e (215 kW) (PHEV) '
'215kW/292pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': '3 Reeks Berline 3 Reeks Berline e (215 kW) (PHEV) 215kW/292pk 4D/P '
'Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002938auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:04 [ecarstrade.be] INFO: Saving data for 7002938auction111056: {'created_time': 1774536484.782628, 'last_price_update_time': 1774536484.782639, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002938auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_001/780x0__r.jpg?hash=1774514060> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_000/780x0__r.jpg?hash=1774514059> (referer: https://ecarstrade.com/cars/7002939)
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_004/780x0__r.jpg?hash=1774514020> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_003/780x0__r.jpg?hash=1774514020> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_002/780x0__r.jpg?hash=1774514020> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_001/780x0__r.jpg?hash=1774514020> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14: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-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca56ac03-e342-5f65-a073-c16cc00fd592
2026-03-26 14:48:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca56ac03-e342-5f65-a073-c16cc00fd592, skipping ID generation
2026-03-26 14:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca56ac03-e342-5f65-a073-c16cc00fd592 with scrape type 1
2026-03-26 14:48:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca56ac03-e342-5f65-a073-c16cc00fd592 sending to next pipeline
2026-03-26 14:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca56ac03-e342-5f65-a073-c16cc00fd592, identifier: 7002939auction111056
2026-03-26 14:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca56ac03-e342-5f65-a073-c16cc00fd592 with identifier: 7002939auction111056
2026-03-26 14:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca56ac03-e342-5f65-a073-c16cc00fd592 with identifier: 7002939auction111056
2026-03-26 14:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca56ac03-e342-5f65-a073-c16cc00fd592 with identifier: 7002939auction111056 to the API
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002939/photo_000/780x0__r.jpg?hash=1774514059>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'ca56ac03-e342-5f65-a073-c16cc00fd592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002939',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '518',
'odometer': 163887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-13',
'seats_number': None,
'seller_name': None,
'title': 'BMW 5 Reeks Touring 5 Reeks Touring 518d Aut. (100 kW) (Mild '
'Hybrid) 100kW/136pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': '5 Reeks Touring 5 Reeks Touring d Aut. (100 kW) (Mild Hybrid) '
'100kW/136pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002939auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:05 [ecarstrade.be] INFO: Saving data for 7002939auction111056: {'created_time': 1774536485.351685, 'last_price_update_time': 1774536485.351695, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002939auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_000/780x0__r.jpg?hash=1774514020> (referer: https://ecarstrade.com/cars/7002935)
2026-03-26 14:48:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 000d4836-1943-5cbe-8a59-3f55589a6518
2026-03-26 14:48:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 000d4836-1943-5cbe-8a59-3f55589a6518, skipping ID generation
2026-03-26 14:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 000d4836-1943-5cbe-8a59-3f55589a6518 with scrape type 1
2026-03-26 14:48:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 000d4836-1943-5cbe-8a59-3f55589a6518 sending to next pipeline
2026-03-26 14:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 000d4836-1943-5cbe-8a59-3f55589a6518, identifier: 7002935auction111056
2026-03-26 14:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 000d4836-1943-5cbe-8a59-3f55589a6518 with identifier: 7002935auction111056
2026-03-26 14:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 000d4836-1943-5cbe-8a59-3f55589a6518 with identifier: 7002935auction111056
2026-03-26 14:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 000d4836-1943-5cbe-8a59-3f55589a6518 with identifier: 7002935auction111056 to the API
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002935/photo_000/780x0__r.jpg?hash=1774514020>
{'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-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '000d4836-1943-5cbe-8a59-3f55589a6518',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002935',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 35237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'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-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002935auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:05 [ecarstrade.be] INFO: Saving data for 7002935auction111056: {'created_time': 1774536485.933017, 'last_price_update_time': 1774536485.933029, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002935auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:06 [scrapy.extensions.logstats] INFO: Crawled 381 pages (at 24 pages/min), scraped 345 items (at 23 items/min)
2026-03-26 14:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002934> (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-26 14:48:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:08 [ecarstrade.be] INFO: Extracting details for car 7002934auction111056
2026-03-26 14:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a3f97d9-46f8-5014-ae4f-792af71b2642 with identifier: 7002934auction111056
2026-03-26 14:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a3f97d9-46f8-5014-ae4f-792af71b2642 with scrape type 1
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514005%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_000/780x0__r.jpg?hash=1774514005 not downloaded yet
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514006%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_001/780x0__r.jpg?hash=1774514006 not downloaded yet
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514006%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_002/780x0__r.jpg?hash=1774514006 not downloaded yet
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514006%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_003/780x0__r.jpg?hash=1774514006 not downloaded yet
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514006%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_004/780x0__r.jpg?hash=1774514006 not downloaded yet
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514006%27 HTTP/1.1" 200 None
2026-03-26 14:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_005/780x0__r.jpg?hash=1774514006 not downloaded yet
2026-03-26 14:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002959> (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-26 14:48:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:13 [ecarstrade.be] INFO: Extracting details for car 7002959auction111056
2026-03-26 14:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3faa80ed-9e7a-5de4-b926-890c8df54edb with identifier: 7002959auction111056
2026-03-26 14:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faa80ed-9e7a-5de4-b926-890c8df54edb with scrape type 1
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514316%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_000/780x0__r.jpg?hash=1774514316 not downloaded yet
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514316%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_001/780x0__r.jpg?hash=1774514316 not downloaded yet
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514316%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_002/780x0__r.jpg?hash=1774514316 not downloaded yet
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514316%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_003/780x0__r.jpg?hash=1774514316 not downloaded yet
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514317%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_004/780x0__r.jpg?hash=1774514317 not downloaded yet
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002959%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514317%27 HTTP/1.1" 200 None
2026-03-26 14:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_005/780x0__r.jpg?hash=1774514317 not downloaded yet
2026-03-26 14:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002948> (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-26 14:48:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:16 [ecarstrade.be] INFO: Extracting details for car 7002948auction111056
2026-03-26 14:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03ecbf32-36b0-59de-9aab-135845741f70 with identifier: 7002948auction111056
2026-03-26 14:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03ecbf32-36b0-59de-9aab-135845741f70 with scrape type 1
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_000/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_001/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_002/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_003/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_004/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002948%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514158%27 HTTP/1.1" 200 None
2026-03-26 14:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_005/780x0__r.jpg?hash=1774514158 not downloaded yet
2026-03-26 14:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002949> (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-26 14:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002956> (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-26 14:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:17 [ecarstrade.be] INFO: Extracting details for car 7002949auction111056
2026-03-26 14:48:17 [ecarstrade.be] INFO: Extracting details for car 7002956auction111056
2026-03-26 14:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7002949auction111056
2026-03-26 14:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 1
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514170%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_000/780x0__r.jpg?hash=1774514170 not downloaded yet
2026-03-26 14:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57101d42-5f7c-548d-a583-d5aab6064d52 with identifier: 7002956auction111056
2026-03-26 14:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57101d42-5f7c-548d-a583-d5aab6064d52 with scrape type 1
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_000/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514170%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_001/780x0__r.jpg?hash=1774514170 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_001/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514171%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_002/780x0__r.jpg?hash=1774514171 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_002/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514171%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_003/780x0__r.jpg?hash=1774514171 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_003/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514171%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_004/780x0__r.jpg?hash=1774514171 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_004/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002949%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514171%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_005/780x0__r.jpg?hash=1774514171 not downloaded yet
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514261%27 HTTP/1.1" 200 None
2026-03-26 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_005/780x0__r.jpg?hash=1774514261 not downloaded yet
2026-03-26 14:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002951> (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-26 14:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:19 [ecarstrade.be] INFO: Extracting details for car 7002951auction111056
2026-03-26 14:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a159e9-b4ea-5030-b52f-497378b67786 with identifier: 7002951auction111056
2026-03-26 14:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a159e9-b4ea-5030-b52f-497378b67786 with scrape type 1
2026-03-26 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514193%27 HTTP/1.1" 200 None
2026-03-26 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_000/780x0__r.jpg?hash=1774514193 not downloaded yet
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514193%27 HTTP/1.1" 200 None
2026-03-26 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_001/780x0__r.jpg?hash=1774514193 not downloaded yet
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514193%27 HTTP/1.1" 200 None
2026-03-26 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_002/780x0__r.jpg?hash=1774514193 not downloaded yet
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514194%27 HTTP/1.1" 200 None
2026-03-26 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_003/780x0__r.jpg?hash=1774514194 not downloaded yet
2026-03-26 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514194%27 HTTP/1.1" 200 None
2026-03-26 14:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_004/780x0__r.jpg?hash=1774514194 not downloaded yet
2026-03-26 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002951%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514194%27 HTTP/1.1" 200 None
2026-03-26 14:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_005/780x0__r.jpg?hash=1774514194 not downloaded yet
2026-03-26 14:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002946> (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-26 14:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:22 [ecarstrade.be] INFO: Extracting details for car 7002946auction111056
2026-03-26 14:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbfe7106-729a-587c-a5d6-bed53c5c2024 with identifier: 7002946auction111056
2026-03-26 14:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbfe7106-729a-587c-a5d6-bed53c5c2024 with scrape type 1
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_000/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_001/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_002/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_003/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_004/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002946%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514136%27 HTTP/1.1" 200 None
2026-03-26 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_005/780x0__r.jpg?hash=1774514136 not downloaded yet
2026-03-26 14:48:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002952> (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-26 14:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:25 [ecarstrade.be] INFO: Extracting details for car 7002952auction111056
2026-03-26 14:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d1a3d9-1a19-520d-9d74-648c659e4da3 with identifier: 7002952auction111056
2026-03-26 14:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d1a3d9-1a19-520d-9d74-648c659e4da3 with scrape type 1
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514212%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_000/780x0__r.jpg?hash=1774514212 not downloaded yet
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514212%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_001/780x0__r.jpg?hash=1774514212 not downloaded yet
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514213%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_002/780x0__r.jpg?hash=1774514213 not downloaded yet
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514213%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_003/780x0__r.jpg?hash=1774514213 not downloaded yet
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514213%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_004/780x0__r.jpg?hash=1774514213 not downloaded yet
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002952%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514213%27 HTTP/1.1" 200 None
2026-03-26 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_005/780x0__r.jpg?hash=1774514213 not downloaded yet
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002950> (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-26 14:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002945> (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-26 14:48:28 [ecarstrade.be] INFO: Extracting details for car 7002950auction111056
2026-03-26 14:48:28 [ecarstrade.be] INFO: Extracting details for car 7002945auction111056
2026-03-26 14:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with identifier: 7002950auction111056
2026-03-26 14:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with scrape type 1
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514184%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_000/780x0__r.jpg?hash=1774514184 not downloaded yet
2026-03-26 14:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with identifier: 7002945auction111056
2026-03-26 14:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with scrape type 1
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_000/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514185%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_001/780x0__r.jpg?hash=1774514185 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_001/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514185%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_002/780x0__r.jpg?hash=1774514185 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_002/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514185%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_003/780x0__r.jpg?hash=1774514185 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_003/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_005/780x0__r.jpg?hash=1774514006> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514185%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_004/780x0__r.jpg?hash=1774514185 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_004/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002950%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514185%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_005/780x0__r.jpg?hash=1774514185 not downloaded yet
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002945%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514129%27 HTTP/1.1" 200 None
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_005/780x0__r.jpg?hash=1774514129 not downloaded yet
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_005/780x0__r.jpg?hash=1774514317> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-26 14:48:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d696d7cd0>
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 14:48:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a3f97d9-46f8-5014-ae4f-792af71b2642/7a3f97d9-46f8-5014-ae4f-792af71b2642_image_5.jpg HTTP/1.1" 201 0
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.be',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002934%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514006') HTTP/1.1" 204 0
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_005/780x0__r.jpg?hash=1774514006 saved to cache
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_005/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_004/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_005/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002941> (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-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_005/780x0__r.jpg?hash=1774514194> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_005/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_004/780x0__r.jpg?hash=1774514213> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_005/780x0__r.jpg?hash=1774514213> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:29 [ecarstrade.be] INFO: Extracting details for car 7002941auction111056
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_003/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_005/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27978642-8540-5e00-aff8-2f1a783f7870 with identifier: 7002941auction111056
2026-03-26 14:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27978642-8540-5e00-aff8-2f1a783f7870 with scrape type 1
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_000/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_001/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_004/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_005/780x0__r.jpg?hash=1774514185> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_002/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_003/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_004/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_003/780x0__r.jpg?hash=1774514185> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_004/780x0__r.jpg?hash=1774514185> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002941%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514080%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_005/780x0__r.jpg?hash=1774514080 not downloaded yet
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_002/780x0__r.jpg?hash=1774514185> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_002/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_001/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_001/780x0__r.jpg?hash=1774514185> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_000/780x0__r.jpg?hash=1774514129> (referer: https://ecarstrade.com/cars/7002945)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_000/780x0__r.jpg?hash=1774514184> (referer: https://ecarstrade.com/cars/7002950)
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_001/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_000/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_004/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_003/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_005/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e999eed-da85-55d0-9e2f-4ceed81c58e4
2026-03-26 14:48:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e999eed-da85-55d0-9e2f-4ceed81c58e4, skipping ID generation
2026-03-26 14:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with scrape type 1
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e999eed-da85-55d0-9e2f-4ceed81c58e4 sending to next pipeline
2026-03-26 14:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e999eed-da85-55d0-9e2f-4ceed81c58e4, identifier: 7002945auction111056
2026-03-26 14:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with identifier: 7002945auction111056
2026-03-26 14:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with identifier: 7002945auction111056
2026-03-26 14:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e999eed-da85-55d0-9e2f-4ceed81c58e4 with identifier: 7002945auction111056 to the API
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002945/photo_000/780x0__r.jpg?hash=1774514129>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1e999eed-da85-55d0-9e2f-4ceed81c58e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002945',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 135072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-18',
'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-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002945auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:29 [ecarstrade.be] INFO: Saving data for 7002945auction111056: {'created_time': 1774536509.925223, 'last_price_update_time': 1774536509.925232, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002945auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_002/780x0__r.jpg?hash=1774514080> (referer: https://ecarstrade.com/cars/7002941)
2026-03-26 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_003/780x0__r.jpg?hash=1774514213> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350
2026-03-26 14:48:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350, skipping ID generation
2026-03-26 14:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with scrape type 1
2026-03-26 14:48:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 sending to next pipeline
2026-03-26 14:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350, identifier: 7002950auction111056
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with identifier: 7002950auction111056
2026-03-26 14:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with identifier: 7002950auction111056
2026-03-26 14:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4376be8e-4d46-54b8-b4d2-9bcaf2f78350 with identifier: 7002950auction111056 to the API
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002950/photo_000/780x0__r.jpg?hash=1774514184>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '4376be8e-4d46-54b8-b4d2-9bcaf2f78350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002950',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Citroen',
'model': 'C3',
'odometer': 28119,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': None,
'seller_name': None,
'title': 'Citroen C3 C3 1.2 PureTech 83 S/S BVM You ! 61kW/83pk 5D/P Man-5',
'transmission': 'manual',
'trim': '1.2 PureTech 83 S/S BVM You ! 61kW/83pk 5D/P Man-5',
'vin': None,
'year': 2022}
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002950auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:30 [ecarstrade.be] INFO: Saving data for 7002950auction111056: {'created_time': 1774536510.412174, 'last_price_update_time': 1774536510.412184, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002950auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_001/780x0__r.jpg?hash=1774514212> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_002/780x0__r.jpg?hash=1774514213> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27978642-8540-5e00-aff8-2f1a783f7870
2026-03-26 14:48:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27978642-8540-5e00-aff8-2f1a783f7870, skipping ID generation
2026-03-26 14:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27978642-8540-5e00-aff8-2f1a783f7870 with scrape type 1
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27978642-8540-5e00-aff8-2f1a783f7870 sending to next pipeline
2026-03-26 14:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27978642-8540-5e00-aff8-2f1a783f7870, identifier: 7002941auction111056
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27978642-8540-5e00-aff8-2f1a783f7870 with identifier: 7002941auction111056
2026-03-26 14:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27978642-8540-5e00-aff8-2f1a783f7870 with identifier: 7002941auction111056
2026-03-26 14:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27978642-8540-5e00-aff8-2f1a783f7870 with identifier: 7002941auction111056 to the API
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002941/photo_002/780x0__r.jpg?hash=1774514080>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27978642-8540-5e00-aff8-2f1a783f7870',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002941',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 134777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-28',
'seats_number': None,
'seller_name': None,
'title': 'BMW X1 X1 sDrive16dA (85 kW) 85kW/116pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 85kW/116pk 5D/P Auto-7',
'vin': None,
'year': 2021}
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002941auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:30 [ecarstrade.be] INFO: Saving data for 7002941auction111056: {'created_time': 1774536510.916633, 'last_price_update_time': 1774536510.916643, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002941auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_004/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_000/780x0__r.jpg?hash=1774514212> (referer: https://ecarstrade.com/cars/7002952)
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_003/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_002/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_001/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_000/780x0__r.jpg?hash=1774514136> (referer: https://ecarstrade.com/cars/7002946)
2026-03-26 14:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7d1a3d9-1a19-520d-9d74-648c659e4da3
2026-03-26 14:48:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7d1a3d9-1a19-520d-9d74-648c659e4da3, skipping ID generation
2026-03-26 14:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d1a3d9-1a19-520d-9d74-648c659e4da3 with scrape type 1
2026-03-26 14:48:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7d1a3d9-1a19-520d-9d74-648c659e4da3 sending to next pipeline
2026-03-26 14:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7d1a3d9-1a19-520d-9d74-648c659e4da3, identifier: 7002952auction111056
2026-03-26 14:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7d1a3d9-1a19-520d-9d74-648c659e4da3 with identifier: 7002952auction111056
2026-03-26 14:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7d1a3d9-1a19-520d-9d74-648c659e4da3 with identifier: 7002952auction111056
2026-03-26 14:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7d1a3d9-1a19-520d-9d74-648c659e4da3 with identifier: 7002952auction111056 to the API
2026-03-26 14:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002952/photo_000/780x0__r.jpg?hash=1774514212>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'e7d1a3d9-1a19-520d-9d74-648c659e4da3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002952',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Fiat',
'model': '500e',
'odometer': 22833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-18',
'seats_number': None,
'seller_name': None,
'title': 'Fiat 500E 500e 500e 42 kWh Icon 87kW/118pk 2D/P Auto-1 - WLTP '
'onvolledig',
'transmission': 'automatic',
'trim': '500E 42 kWh Icon 87kW/118pk 2D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002952auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:32 [ecarstrade.be] INFO: Saving data for 7002952auction111056: {'created_time': 1774536512.006214, 'last_price_update_time': 1774536512.006223, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002952auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_003/780x0__r.jpg?hash=1774514194> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_004/780x0__r.jpg?hash=1774514194> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cbfe7106-729a-587c-a5d6-bed53c5c2024
2026-03-26 14:48:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cbfe7106-729a-587c-a5d6-bed53c5c2024, skipping ID generation
2026-03-26 14:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbfe7106-729a-587c-a5d6-bed53c5c2024 with scrape type 1
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cbfe7106-729a-587c-a5d6-bed53c5c2024 sending to next pipeline
2026-03-26 14:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbfe7106-729a-587c-a5d6-bed53c5c2024, identifier: 7002946auction111056
2026-03-26 14:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbfe7106-729a-587c-a5d6-bed53c5c2024 with identifier: 7002946auction111056
2026-03-26 14:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbfe7106-729a-587c-a5d6-bed53c5c2024 with identifier: 7002946auction111056
2026-03-26 14:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbfe7106-729a-587c-a5d6-bed53c5c2024 with identifier: 7002946auction111056 to the API
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002946/photo_000/780x0__r.jpg?hash=1774514136>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cbfe7106-729a-587c-a5d6-bed53c5c2024',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002946',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 111890,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-03',
'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-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002946auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:32 [ecarstrade.be] INFO: Saving data for 7002946auction111056: {'created_time': 1774536512.528326, 'last_price_update_time': 1774536512.528336, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002946auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_002/780x0__r.jpg?hash=1774514193> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_001/780x0__r.jpg?hash=1774514193> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_000/780x0__r.jpg?hash=1774514193> (referer: https://ecarstrade.com/cars/7002951)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_005/780x0__r.jpg?hash=1774514171> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_004/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_004/780x0__r.jpg?hash=1774514171> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_003/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_003/780x0__r.jpg?hash=1774514171> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6a159e9-b4ea-5030-b52f-497378b67786
2026-03-26 14:48:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6a159e9-b4ea-5030-b52f-497378b67786, skipping ID generation
2026-03-26 14:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a159e9-b4ea-5030-b52f-497378b67786 with scrape type 1
2026-03-26 14:48:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6a159e9-b4ea-5030-b52f-497378b67786 sending to next pipeline
2026-03-26 14:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6a159e9-b4ea-5030-b52f-497378b67786, identifier: 7002951auction111056
2026-03-26 14:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6a159e9-b4ea-5030-b52f-497378b67786 with identifier: 7002951auction111056
2026-03-26 14:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6a159e9-b4ea-5030-b52f-497378b67786 with identifier: 7002951auction111056
2026-03-26 14:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6a159e9-b4ea-5030-b52f-497378b67786 with identifier: 7002951auction111056 to the API
2026-03-26 14:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002951/photo_000/780x0__r.jpg?hash=1774514193>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c6a159e9-b4ea-5030-b52f-497378b67786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002951',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 192621,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': None,
'seller_name': None,
'title': 'Citroen C5 Aircross C5 Aircross 1.5 BlueHDi 130 S/S EAT8 Bus. GPS '
'105g 96kW/131pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 130 S/S EAT8 Bus. GPS 105g 96kW/131pk 5D/P Auto-8',
'vin': None,
'year': 2021}
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002951auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:33 [ecarstrade.be] INFO: Saving data for 7002951auction111056: {'created_time': 1774536513.100401, 'last_price_update_time': 1774536513.100411, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002951auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_002/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_002/780x0__r.jpg?hash=1774514171> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_001/780x0__r.jpg?hash=1774514170> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_001/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_000/780x0__r.jpg?hash=1774514261> (referer: https://ecarstrade.com/cars/7002956)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_000/780x0__r.jpg?hash=1774514170> (referer: https://ecarstrade.com/cars/7002949)
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_003/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_002/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_001/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_000/780x0__r.jpg?hash=1774514158> (referer: https://ecarstrade.com/cars/7002948)
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57101d42-5f7c-548d-a583-d5aab6064d52
2026-03-26 14:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57101d42-5f7c-548d-a583-d5aab6064d52, skipping ID generation
2026-03-26 14:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57101d42-5f7c-548d-a583-d5aab6064d52 with scrape type 1
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57101d42-5f7c-548d-a583-d5aab6064d52 sending to next pipeline
2026-03-26 14:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57101d42-5f7c-548d-a583-d5aab6064d52, identifier: 7002956auction111056
2026-03-26 14:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57101d42-5f7c-548d-a583-d5aab6064d52 with identifier: 7002956auction111056
2026-03-26 14:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57101d42-5f7c-548d-a583-d5aab6064d52 with identifier: 7002956auction111056
2026-03-26 14:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57101d42-5f7c-548d-a583-d5aab6064d52 with identifier: 7002956auction111056 to the API
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002956/photo_000/780x0__r.jpg?hash=1774514261>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '57101d42-5f7c-548d-a583-d5aab6064d52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002956',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 141521,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-28',
'seats_number': None,
'seller_name': None,
'title': 'Ford Kuga Kuga 2.0 EcoBlue MHEV ST-Line X 110kW/150pk 5D/P Man-6',
'transmission': 'manual',
'trim': '2.0 EcoBlue MHEV ST-Line X 110kW/150pk 5D/P Man-6',
'vin': None,
'year': 2020}
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002956auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:33 [ecarstrade.be] INFO: Saving data for 7002956auction111056: {'created_time': 1774536513.725419, 'last_price_update_time': 1774536513.725429, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002956auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_003/780x0__r.jpg?hash=1774514316> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_004/780x0__r.jpg?hash=1774514317> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-26 14:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb, skipping ID generation
2026-03-26 14:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 1
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb sending to next pipeline
2026-03-26 14:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb, identifier: 7002949auction111056
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 03ecbf32-36b0-59de-9aab-135845741f70
2026-03-26 14:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 03ecbf32-36b0-59de-9aab-135845741f70, skipping ID generation
2026-03-26 14:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03ecbf32-36b0-59de-9aab-135845741f70 with scrape type 1
2026-03-26 14:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 03ecbf32-36b0-59de-9aab-135845741f70 sending to next pipeline
2026-03-26 14:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03ecbf32-36b0-59de-9aab-135845741f70, identifier: 7002948auction111056
2026-03-26 14:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7002949auction111056
2026-03-26 14:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7002949auction111056
2026-03-26 14:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7002949auction111056 to the API
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002949/photo_000/780x0__r.jpg?hash=1774514170>
{'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-27T09:10: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/7002949',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X2',
'odometer': 70077,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002949auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:34 [ecarstrade.be] INFO: Saving data for 7002949auction111056: {'created_time': 1774536514.240254, 'last_price_update_time': 1774536514.240274, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002949auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03ecbf32-36b0-59de-9aab-135845741f70 with identifier: 7002948auction111056
2026-03-26 14:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03ecbf32-36b0-59de-9aab-135845741f70 with identifier: 7002948auction111056
2026-03-26 14:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03ecbf32-36b0-59de-9aab-135845741f70 with identifier: 7002948auction111056 to the API
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48: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-26 14:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002948/photo_000/780x0__r.jpg?hash=1774514158>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '03ecbf32-36b0-59de-9aab-135845741f70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002948',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 50566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-20',
'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': 2022}
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002948auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:34 [ecarstrade.be] INFO: Saving data for 7002948auction111056: {'created_time': 1774536514.595849, 'last_price_update_time': 1774536514.595861, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002948auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_001/780x0__r.jpg?hash=1774514316> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_002/780x0__r.jpg?hash=1774514316> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_000/780x0__r.jpg?hash=1774514316> (referer: https://ecarstrade.com/cars/7002959)
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_004/780x0__r.jpg?hash=1774514006> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_002/780x0__r.jpg?hash=1774514006> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_003/780x0__r.jpg?hash=1774514006> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_001/780x0__r.jpg?hash=1774514006> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_000/780x0__r.jpg?hash=1774514005> (referer: https://ecarstrade.com/cars/7002934)
2026-03-26 14:48:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3faa80ed-9e7a-5de4-b926-890c8df54edb
2026-03-26 14:48:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3faa80ed-9e7a-5de4-b926-890c8df54edb, skipping ID generation
2026-03-26 14:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faa80ed-9e7a-5de4-b926-890c8df54edb with scrape type 1
2026-03-26 14:48:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3faa80ed-9e7a-5de4-b926-890c8df54edb sending to next pipeline
2026-03-26 14:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3faa80ed-9e7a-5de4-b926-890c8df54edb, identifier: 7002959auction111056
2026-03-26 14:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3faa80ed-9e7a-5de4-b926-890c8df54edb with identifier: 7002959auction111056
2026-03-26 14:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3faa80ed-9e7a-5de4-b926-890c8df54edb with identifier: 7002959auction111056
2026-03-26 14:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3faa80ed-9e7a-5de4-b926-890c8df54edb with identifier: 7002959auction111056 to the API
2026-03-26 14:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002959/photo_000/780x0__r.jpg?hash=1774514316>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '3faa80ed-9e7a-5de4-b926-890c8df54edb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002959',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 267258,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-05',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Custom Transit Custom 280S 2.0TD/96Kw A6 FWD Trend '
'96kW/130pk 4D/P Auto-6 - CO2 indicatief',
'transmission': 'automatic',
'trim': '280S 2.0TD/96Kw A6 FWD Trend 96kW/130pk 4D/P Auto-6 - CO2 '
'indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002959auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:35 [ecarstrade.be] INFO: Saving data for 7002959auction111056: {'created_time': 1774536515.200954, 'last_price_update_time': 1774536515.200964, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002959auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7a3f97d9-46f8-5014-ae4f-792af71b2642
2026-03-26 14:48:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a3f97d9-46f8-5014-ae4f-792af71b2642, skipping ID generation
2026-03-26 14:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a3f97d9-46f8-5014-ae4f-792af71b2642 with scrape type 1
2026-03-26 14:48:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a3f97d9-46f8-5014-ae4f-792af71b2642 sending to next pipeline
2026-03-26 14:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a3f97d9-46f8-5014-ae4f-792af71b2642, identifier: 7002934auction111056
2026-03-26 14:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a3f97d9-46f8-5014-ae4f-792af71b2642 with identifier: 7002934auction111056
2026-03-26 14:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a3f97d9-46f8-5014-ae4f-792af71b2642 with identifier: 7002934auction111056
2026-03-26 14:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a3f97d9-46f8-5014-ae4f-792af71b2642 with identifier: 7002934auction111056 to the API
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_000/780x0__r.jpg?hash=1774514005>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7a3f97d9-46f8-5014-ae4f-792af71b2642',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002934',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q5',
'odometer': 152196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a3f97d9-46f8-5014-ae4f-792af71b2642/7a3f97d9-46f8-5014-ae4f-792af71b2642_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61412,
'Height': 540,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002934/photo_005/780x0__r.jpg?hash=1774514006',
'Width': 720}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-31',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q5 SPORTBACK Q5 SPORTBACK Bus.Ed.Adv. 35 TDI S tronic (Mild '
'Hybrid) 120kW/163pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'SPORTBACK SPORTBACK Bus.Ed.Adv. 35 TDI S tronic (Mild Hybrid) '
'120kW/163pk 5D/P Auto-7',
'vin': None,
'year': 2021}
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002934auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:35 [ecarstrade.be] INFO: Saving data for 7002934auction111056: {'created_time': 1774536515.752572, 'last_price_update_time': 1774536515.752583, 'auction_closing_time': 1774602600.0}
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002934auction111056') HTTP/1.1" 204 0
2026-03-26 14:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002947> (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-26 14:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:37 [ecarstrade.be] INFO: Extracting details for car 7002947auction111056
2026-03-26 14:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8cfb82-58db-5423-823d-812d5ae1e198 with identifier: 7002947auction111056
2026-03-26 14:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8cfb82-58db-5423-823d-812d5ae1e198 with scrape type 1
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514147%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_000/780x0__r.jpg?hash=1774514147 not downloaded yet
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514147%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_001/780x0__r.jpg?hash=1774514147 not downloaded yet
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514147%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_002/780x0__r.jpg?hash=1774514147 not downloaded yet
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514147%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_003/780x0__r.jpg?hash=1774514147 not downloaded yet
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514148%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_004/780x0__r.jpg?hash=1774514148 not downloaded yet
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002947%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514148%27 HTTP/1.1" 200 None
2026-03-26 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_005/780x0__r.jpg?hash=1774514148 not downloaded yet
2026-03-26 14:48:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002943> (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-26 14: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-26 14:48:40 [ecarstrade.be] INFO: Extracting details for car 7002943auction111056
2026-03-26 14:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2cf5b38-3aed-538d-b629-979543172715 with identifier: 7002943auction111056
2026-03-26 14:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2cf5b38-3aed-538d-b629-979543172715 with scrape type 1
2026-03-26 14:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514103%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_000/780x0__r.jpg?hash=1774514103 not downloaded yet
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514103%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_001/780x0__r.jpg?hash=1774514103 not downloaded yet
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514103%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_002/780x0__r.jpg?hash=1774514103 not downloaded yet
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514104%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_003/780x0__r.jpg?hash=1774514104 not downloaded yet
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514104%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_004/780x0__r.jpg?hash=1774514104 not downloaded yet
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002943%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514104%27 HTTP/1.1" 200 None
2026-03-26 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_005/780x0__r.jpg?hash=1774514104 not downloaded yet
2026-03-26 14:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002933> (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-26 14: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-26 14:48:43 [ecarstrade.be] INFO: Extracting details for car 7002933auction111056
2026-03-26 14:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd8964a-06b0-506e-83e5-9912f133315f with identifier: 7002933auction111056
2026-03-26 14:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd8964a-06b0-506e-83e5-9912f133315f with scrape type 1
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513995%27 HTTP/1.1" 200 None
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_000/780x0__r.jpg?hash=1774513995 not downloaded yet
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513996%27 HTTP/1.1" 200 None
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_001/780x0__r.jpg?hash=1774513996 not downloaded yet
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513996%27 HTTP/1.1" 200 None
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_002/780x0__r.jpg?hash=1774513996 not downloaded yet
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513996%27 HTTP/1.1" 200 None
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_003/780x0__r.jpg?hash=1774513996 not downloaded yet
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513996%27 HTTP/1.1" 200 None
2026-03-26 14:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_004/780x0__r.jpg?hash=1774513996 not downloaded yet
2026-03-26 14:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002933%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513996%27 HTTP/1.1" 200 None
2026-03-26 14:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_005/780x0__r.jpg?hash=1774513996 not downloaded yet
2026-03-26 14:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002940> (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-26 14:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:45 [ecarstrade.be] INFO: Extracting details for car 7002940auction111056
2026-03-26 14:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9680ac92-eb83-56a9-bb28-8a2a643545ae with identifier: 7002940auction111056
2026-03-26 14:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9680ac92-eb83-56a9-bb28-8a2a643545ae with scrape type 1
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514071%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_000/780x0__r.jpg?hash=1774514071 not downloaded yet
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514071%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_001/780x0__r.jpg?hash=1774514071 not downloaded yet
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514071%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_002/780x0__r.jpg?hash=1774514071 not downloaded yet
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514071%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_003/780x0__r.jpg?hash=1774514071 not downloaded yet
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514071%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_004/780x0__r.jpg?hash=1774514071 not downloaded yet
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002940%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514072%27 HTTP/1.1" 200 None
2026-03-26 14:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_005/780x0__r.jpg?hash=1774514072 not downloaded yet
2026-03-26 14:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002931> (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-26 14:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:46 [ecarstrade.be] INFO: Extracting details for car 7002931auction111056
2026-03-26 14:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3b047d-b591-5780-b99f-702a1182977c with identifier: 7002931auction111056
2026-03-26 14:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3b047d-b591-5780-b99f-702a1182977c with scrape type 1
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513976%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_000/780x0__r.jpg?hash=1774513976 not downloaded yet
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513977%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_001/780x0__r.jpg?hash=1774513977 not downloaded yet
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513977%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_002/780x0__r.jpg?hash=1774513977 not downloaded yet
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513977%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_003/780x0__r.jpg?hash=1774513977 not downloaded yet
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513977%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_004/780x0__r.jpg?hash=1774513977 not downloaded yet
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002931%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513977%27 HTTP/1.1" 200 None
2026-03-26 14:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_005/780x0__r.jpg?hash=1774513977 not downloaded yet
2026-03-26 14:48:48 [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-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_000/780x0__r.jpg?hash=1774514147> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002960auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002960auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002960auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002961auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002961auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002961auction111056: 1
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_001/780x0__r.jpg?hash=1774514147> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002962auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002962auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002962auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002963auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002963auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002963auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002964auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002964auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002964auction111056: 1
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_002/780x0__r.jpg?hash=1774514147> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002965auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002965auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002965auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002966auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002966auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002966auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002967auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002967auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002967auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002968auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002968auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002968auction111056: 1
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_003/780x0__r.jpg?hash=1774514147> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002970auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002970auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002970auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002971auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002971auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002971auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002972auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002972auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002972auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_005/780x0__r.jpg?hash=1774514148> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002973auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002973auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002973auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002974auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002974auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002974auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002975auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002975auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002975auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002976auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002976auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002976auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_005/780x0__r.jpg?hash=1774514104> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002977auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002977auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002977auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002978auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002978auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002978auction111056: 1
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002979auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002979auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002979auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_005/780x0__r.jpg?hash=1774513996> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:48:48 [ecarstrade.be] INFO: Found listing with ID: 7002980auction111056
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002980auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:48:48 [ecarstrade.be] INFO: Scrape type for 7002980auction111056: 1
2026-03-26 14:48:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_005/780x0__r.jpg?hash=1774514072> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_005/780x0__r.jpg?hash=1774513977> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_004/780x0__r.jpg?hash=1774513977> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14: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-26 14:48:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002930> (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-26 14: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-26 14:48:49 [ecarstrade.be] INFO: Extracting details for car 7002930auction111056
2026-03-26 14:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with identifier: 7002930auction111056
2026-03-26 14:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with scrape type 1
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_000/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_001/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_002/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_003/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_004/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002930%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513964%27 HTTP/1.1" 200 None
2026-03-26 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_005/780x0__r.jpg?hash=1774513964 not downloaded yet
2026-03-26 14:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002929> (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-26 14:48:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:51 [ecarstrade.be] INFO: Extracting details for car 7002929auction111056
2026-03-26 14:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47d349a9-e054-5546-9098-4556a5bcf6b9 with identifier: 7002929auction111056
2026-03-26 14:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d349a9-e054-5546-9098-4556a5bcf6b9 with scrape type 1
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513954%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_000/780x0__r.jpg?hash=1774513954 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513955%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_001/780x0__r.jpg?hash=1774513955 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513955%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_002/780x0__r.jpg?hash=1774513955 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513955%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_003/780x0__r.jpg?hash=1774513955 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513955%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_004/780x0__r.jpg?hash=1774513955 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002929%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513955%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_005/780x0__r.jpg?hash=1774513955 not downloaded yet
2026-03-26 14:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002932> (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-26 14:48:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002944> (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-26 14:48:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:51 [ecarstrade.be] INFO: Extracting details for car 7002932auction111056
2026-03-26 14:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 789f1fa7-1249-5fea-958d-81eef409e21d with identifier: 7002932auction111056
2026-03-26 14:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 789f1fa7-1249-5fea-958d-81eef409e21d with scrape type 1
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513986%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_000/780x0__r.jpg?hash=1774513986 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513986%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_001/780x0__r.jpg?hash=1774513986 not downloaded yet
2026-03-26 14:48:51 [ecarstrade.be] INFO: Extracting details for car 7002944auction111056
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513986%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_002/780x0__r.jpg?hash=1774513986 not downloaded yet
2026-03-26 14:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10fd3402-bbd5-5613-9000-245bed19ccbc with identifier: 7002944auction111056
2026-03-26 14:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10fd3402-bbd5-5613-9000-245bed19ccbc with scrape type 1
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514114%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_000/780x0__r.jpg?hash=1774514114 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513986%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_003/780x0__r.jpg?hash=1774513986 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514114%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_001/780x0__r.jpg?hash=1774514114 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513987%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_004/780x0__r.jpg?hash=1774513987 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514114%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_002/780x0__r.jpg?hash=1774514114 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002932%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513987%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_005/780x0__r.jpg?hash=1774513987 not downloaded yet
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514115%27 HTTP/1.1" 200 None
2026-03-26 14:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_003/780x0__r.jpg?hash=1774514115 not downloaded yet
2026-03-26 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514115%27 HTTP/1.1" 200 None
2026-03-26 14:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_004/780x0__r.jpg?hash=1774514115 not downloaded yet
2026-03-26 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002944%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514115%27 HTTP/1.1" 200 None
2026-03-26 14:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_005/780x0__r.jpg?hash=1774514115 not downloaded yet
2026-03-26 14:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002942> (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-26 14:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:54 [ecarstrade.be] INFO: Extracting details for car 7002942auction111056
2026-03-26 14:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d826877d-f0d8-5849-a64d-61a4b2794919 with identifier: 7002942auction111056
2026-03-26 14:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d826877d-f0d8-5849-a64d-61a4b2794919 with scrape type 1
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_000/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_001/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_002/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_003/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_004/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002942%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514091%27 HTTP/1.1" 200 None
2026-03-26 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_005/780x0__r.jpg?hash=1774514091 not downloaded yet
2026-03-26 14:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002961> (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-26 14:48:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:48:57 [ecarstrade.be] INFO: Extracting details for car 7002961auction111056
2026-03-26 14:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with identifier: 7002961auction111056
2026-03-26 14:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with scrape type 1
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514337%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_000/780x0__r.jpg?hash=1774514337 not downloaded yet
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514337%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_001/780x0__r.jpg?hash=1774514337 not downloaded yet
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514337%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_002/780x0__r.jpg?hash=1774514337 not downloaded yet
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514337%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_003/780x0__r.jpg?hash=1774514337 not downloaded yet
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514337%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_004/780x0__r.jpg?hash=1774514337 not downloaded yet
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002961%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514338%27 HTTP/1.1" 200 None
2026-03-26 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_005/780x0__r.jpg?hash=1774514338 not downloaded yet
2026-03-26 14:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002972> (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-26 14: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-26 14:48:58 [ecarstrade.be] INFO: Extracting details for car 7002972auction111056
2026-03-26 14:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with identifier: 7002972auction111056
2026-03-26 14:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with scrape type 1
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_000/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_001/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_002/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_003/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_004/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002972%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514456%27 HTTP/1.1" 200 None
2026-03-26 14:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_005/780x0__r.jpg?hash=1774514456 not downloaded yet
2026-03-26 14:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002968> (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-26 14: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-26 14:49:00 [ecarstrade.be] INFO: Extracting details for car 7002968auction111056
2026-03-26 14:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64904a34-2ef9-5f10-bb25-aa96831b568d with identifier: 7002968auction111056
2026-03-26 14:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64904a34-2ef9-5f10-bb25-aa96831b568d with scrape type 1
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_000/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_001/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_002/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_003/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_004/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002968%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514401%27 HTTP/1.1" 200 None
2026-03-26 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_005/780x0__r.jpg?hash=1774514401 not downloaded yet
2026-03-26 14:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002979> (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-26 14: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-26 14:49:01 [ecarstrade.be] INFO: Extracting details for car 7002979auction111056
2026-03-26 14:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 016e0a9b-b319-5bf8-88f1-594743e7969a with identifier: 7002979auction111056
2026-03-26 14:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 016e0a9b-b319-5bf8-88f1-594743e7969a with scrape type 1
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514546%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_000/780x0__r.jpg?hash=1774514546 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514546%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_001/780x0__r.jpg?hash=1774514546 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514547%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_002/780x0__r.jpg?hash=1774514547 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514547%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_003/780x0__r.jpg?hash=1774514547 not downloaded yet
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002964> (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-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514547%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_004/780x0__r.jpg?hash=1774514547 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002979%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514547%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_005/780x0__r.jpg?hash=1774514547 not downloaded yet
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_005/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:01 [ecarstrade.be] INFO: Extracting details for car 7002964auction111056
2026-03-26 14:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7002964auction111056
2026-03-26 14:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 1
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_000/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_005/780x0__r.jpg?hash=1774513955> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_001/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_002/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_003/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_004/780x0__r.jpg?hash=1774513955> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_004/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002964%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514362%27 HTTP/1.1" 200 None
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_005/780x0__r.jpg?hash=1774514362 not downloaded yet
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_005/780x0__r.jpg?hash=1774514115> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_005/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_005/780x0__r.jpg?hash=1774514338> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_005/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_005/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_003/780x0__r.jpg?hash=1774514547> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_005/780x0__r.jpg?hash=1774514547> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_000/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_003/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_005/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_004/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_002/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_001/780x0__r.jpg?hash=1774514362> (referer: https://ecarstrade.com/cars/7002964)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_004/780x0__r.jpg?hash=1774514547> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_002/780x0__r.jpg?hash=1774514547> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-26 14:49:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c46a4adb-cee5-573d-9088-b505f6ebc7f4, skipping ID generation
2026-03-26 14:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 1
2026-03-26 14:49:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 sending to next pipeline
2026-03-26 14:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c46a4adb-cee5-573d-9088-b505f6ebc7f4, identifier: 7002964auction111056
2026-03-26 14:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7002964auction111056
2026-03-26 14:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7002964auction111056
2026-03-26 14:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7002964auction111056 to the API
2026-03-26 14:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002964/photo_001/780x0__r.jpg?hash=1774514362>
{'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-27T09:10: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/7002964',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 140058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 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-26 14:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002964auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:02 [ecarstrade.be] INFO: Saving data for 7002964auction111056: {'created_time': 1774536542.668631, 'last_price_update_time': 1774536542.668641, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002964auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_001/780x0__r.jpg?hash=1774514546> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_000/780x0__r.jpg?hash=1774514546> (referer: https://ecarstrade.com/cars/7002979)
2026-03-26 14:49:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_004/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_003/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 016e0a9b-b319-5bf8-88f1-594743e7969a
2026-03-26 14:49:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 016e0a9b-b319-5bf8-88f1-594743e7969a, skipping ID generation
2026-03-26 14:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 016e0a9b-b319-5bf8-88f1-594743e7969a with scrape type 1
2026-03-26 14:49:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 016e0a9b-b319-5bf8-88f1-594743e7969a sending to next pipeline
2026-03-26 14:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 016e0a9b-b319-5bf8-88f1-594743e7969a, identifier: 7002979auction111056
2026-03-26 14:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 016e0a9b-b319-5bf8-88f1-594743e7969a with identifier: 7002979auction111056
2026-03-26 14:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 016e0a9b-b319-5bf8-88f1-594743e7969a with identifier: 7002979auction111056
2026-03-26 14:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 016e0a9b-b319-5bf8-88f1-594743e7969a with identifier: 7002979auction111056 to the API
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002979/photo_000/780x0__r.jpg?hash=1774514546>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '016e0a9b-b319-5bf8-88f1-594743e7969a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002979',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 41467,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQA EQA EQA 250 Business Solution Luxury 140kW/190pk 5D/P '
'Auto-1',
'transmission': 'automatic',
'trim': '250 Business Solution Luxury 140kW/190pk 5D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002979auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:03 [ecarstrade.be] INFO: Saving data for 7002979auction111056: {'created_time': 1774536543.379014, 'last_price_update_time': 1774536543.379024, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002979auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_002/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_001/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_000/780x0__r.jpg?hash=1774514401> (referer: https://ecarstrade.com/cars/7002968)
2026-03-26 14:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_004/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_003/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64904a34-2ef9-5f10-bb25-aa96831b568d
2026-03-26 14:49:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64904a34-2ef9-5f10-bb25-aa96831b568d, skipping ID generation
2026-03-26 14:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64904a34-2ef9-5f10-bb25-aa96831b568d with scrape type 1
2026-03-26 14:49:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64904a34-2ef9-5f10-bb25-aa96831b568d sending to next pipeline
2026-03-26 14:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64904a34-2ef9-5f10-bb25-aa96831b568d, identifier: 7002968auction111056
2026-03-26 14:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64904a34-2ef9-5f10-bb25-aa96831b568d with identifier: 7002968auction111056
2026-03-26 14:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64904a34-2ef9-5f10-bb25-aa96831b568d with identifier: 7002968auction111056
2026-03-26 14:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64904a34-2ef9-5f10-bb25-aa96831b568d with identifier: 7002968auction111056 to the API
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002968/photo_000/780x0__r.jpg?hash=1774514401>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '64904a34-2ef9-5f10-bb25-aa96831b568d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002968',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 143099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine Classe A Limousine A 180d Business '
'Solution 85kW/116pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine Classe A Limousine d Business Solution '
'85kW/116pk 4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002968auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:03 [ecarstrade.be] INFO: Saving data for 7002968auction111056: {'created_time': 1774536543.990282, 'last_price_update_time': 1774536543.990293, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002968auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_002/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_001/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_000/780x0__r.jpg?hash=1774514456> (referer: https://ecarstrade.com/cars/7002972)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_004/780x0__r.jpg?hash=1774514337> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_003/780x0__r.jpg?hash=1774514337> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2
2026-03-26 14:49:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2, skipping ID generation
2026-03-26 14:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with scrape type 1
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 sending to next pipeline
2026-03-26 14:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2, identifier: 7002972auction111056
2026-03-26 14:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with identifier: 7002972auction111056
2026-03-26 14:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with identifier: 7002972auction111056
2026-03-26 14:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a35d3c51-a733-5f2a-9d0f-18bb5770fdf2 with identifier: 7002972auction111056 to the API
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002972/photo_000/780x0__r.jpg?hash=1774514456>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a35d3c51-a733-5f2a-9d0f-18bb5770fdf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002972',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 54878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine Classe A Limousine A 250 e (PHEV) '
'160kW/218pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine Classe A Limousine A 250 e (PHEV) 160kW/218pk '
'4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002972auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:04 [ecarstrade.be] INFO: Saving data for 7002972auction111056: {'created_time': 1774536544.689795, 'last_price_update_time': 1774536544.689807, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002972auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_002/780x0__r.jpg?hash=1774514337> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_001/780x0__r.jpg?hash=1774514337> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_000/780x0__r.jpg?hash=1774514337> (referer: https://ecarstrade.com/cars/7002961)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_004/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_003/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f
2026-03-26 14:49:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f, skipping ID generation
2026-03-26 14:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with scrape type 1
2026-03-26 14:49:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f sending to next pipeline
2026-03-26 14:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f, identifier: 7002961auction111056
2026-03-26 14:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with identifier: 7002961auction111056
2026-03-26 14:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with identifier: 7002961auction111056
2026-03-26 14:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a6c628a-b232-5ecf-9dc5-7d10d9daa01f with identifier: 7002961auction111056 to the API
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002961/photo_000/780x0__r.jpg?hash=1774514337>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'n/a',
'id': '6a6c628a-b232-5ecf-9dc5-7d10d9daa01f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002961',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 30557,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-29',
'seats_number': None,
'seller_name': None,
'title': 'Jeep Compass Compass 1.3 Turbo T4 240 4xe ATX S (PHEV) 177kW/241pk '
'5D/P Auto-6',
'transmission': 'automatic',
'trim': '1.3 Turbo T4 240 4xe ATX S (PHEV) 177kW/241pk 5D/P Auto-6',
'vin': None,
'year': 2023}
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002961auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:05 [ecarstrade.be] INFO: Saving data for 7002961auction111056: {'created_time': 1774536545.558456, 'last_price_update_time': 1774536545.558465, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002961auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_002/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_001/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_000/780x0__r.jpg?hash=1774514091> (referer: https://ecarstrade.com/cars/7002942)
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_004/780x0__r.jpg?hash=1774514115> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_003/780x0__r.jpg?hash=1774514115> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d826877d-f0d8-5849-a64d-61a4b2794919
2026-03-26 14:49:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d826877d-f0d8-5849-a64d-61a4b2794919, skipping ID generation
2026-03-26 14:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d826877d-f0d8-5849-a64d-61a4b2794919 with scrape type 1
2026-03-26 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d826877d-f0d8-5849-a64d-61a4b2794919 sending to next pipeline
2026-03-26 14:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d826877d-f0d8-5849-a64d-61a4b2794919, identifier: 7002942auction111056
2026-03-26 14:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d826877d-f0d8-5849-a64d-61a4b2794919 with identifier: 7002942auction111056
2026-03-26 14:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d826877d-f0d8-5849-a64d-61a4b2794919 with identifier: 7002942auction111056
2026-03-26 14:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d826877d-f0d8-5849-a64d-61a4b2794919 with identifier: 7002942auction111056 to the API
2026-03-26 14:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002942/photo_000/780x0__r.jpg?hash=1774514091>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd826877d-f0d8-5849-a64d-61a4b2794919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002942',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 88393,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-02',
'seats_number': None,
'seller_name': None,
'title': 'BMW X1 X1 sDrive18i (100 kW) 100kW/136pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'sDrive18i (100 kW) 100kW/136pk 5D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002942auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:06 [ecarstrade.be] INFO: Saving data for 7002942auction111056: {'created_time': 1774536546.186535, 'last_price_update_time': 1774536546.186549, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002942auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_005/780x0__r.jpg?hash=1774513987> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_002/780x0__r.jpg?hash=1774514114> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_004/780x0__r.jpg?hash=1774513987> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_001/780x0__r.jpg?hash=1774514114> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_003/780x0__r.jpg?hash=1774513986> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_000/780x0__r.jpg?hash=1774514114> (referer: https://ecarstrade.com/cars/7002944)
2026-03-26 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_002/780x0__r.jpg?hash=1774513986> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 10fd3402-bbd5-5613-9000-245bed19ccbc
2026-03-26 14:49:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10fd3402-bbd5-5613-9000-245bed19ccbc, skipping ID generation
2026-03-26 14:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10fd3402-bbd5-5613-9000-245bed19ccbc with scrape type 1
2026-03-26 14:49:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10fd3402-bbd5-5613-9000-245bed19ccbc sending to next pipeline
2026-03-26 14:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10fd3402-bbd5-5613-9000-245bed19ccbc, identifier: 7002944auction111056
2026-03-26 14:49:06 [scrapy.extensions.logstats] INFO: Crawled 409 pages (at 28 pages/min), scraped 362 items (at 17 items/min)
2026-03-26 14:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10fd3402-bbd5-5613-9000-245bed19ccbc with identifier: 7002944auction111056
2026-03-26 14:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10fd3402-bbd5-5613-9000-245bed19ccbc with identifier: 7002944auction111056
2026-03-26 14:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10fd3402-bbd5-5613-9000-245bed19ccbc with identifier: 7002944auction111056 to the API
2026-03-26 14:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002944/photo_000/780x0__r.jpg?hash=1774514114>
{'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-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '10fd3402-bbd5-5613-9000-245bed19ccbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002944',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 80347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'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-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002944auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:07 [ecarstrade.be] INFO: Saving data for 7002944auction111056: {'created_time': 1774536547.032402, 'last_price_update_time': 1774536547.032415, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002944auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_001/780x0__r.jpg?hash=1774513986> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_000/780x0__r.jpg?hash=1774513986> (referer: https://ecarstrade.com/cars/7002932)
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_003/780x0__r.jpg?hash=1774513955> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_002/780x0__r.jpg?hash=1774513955> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 789f1fa7-1249-5fea-958d-81eef409e21d
2026-03-26 14:49:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 789f1fa7-1249-5fea-958d-81eef409e21d, skipping ID generation
2026-03-26 14:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 789f1fa7-1249-5fea-958d-81eef409e21d with scrape type 1
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 789f1fa7-1249-5fea-958d-81eef409e21d sending to next pipeline
2026-03-26 14:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 789f1fa7-1249-5fea-958d-81eef409e21d, identifier: 7002932auction111056
2026-03-26 14:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 789f1fa7-1249-5fea-958d-81eef409e21d with identifier: 7002932auction111056
2026-03-26 14:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 789f1fa7-1249-5fea-958d-81eef409e21d with identifier: 7002932auction111056
2026-03-26 14:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 789f1fa7-1249-5fea-958d-81eef409e21d with identifier: 7002932auction111056 to the API
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002932/photo_000/780x0__r.jpg?hash=1774513986>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '789f1fa7-1249-5fea-958d-81eef409e21d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002932',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q3',
'odometer': 99804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-05',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q3 Q3 35 TFSI S tronic Bus. Ed. Attraction 110kW/150pk 5D/P '
'Auto-7 (4 seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': '35 TFSI S tronic Bus. Ed. Attraction 110kW/150pk 5D/P Auto-7 (4 '
'seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002932auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:07 [ecarstrade.be] INFO: Saving data for 7002932auction111056: {'created_time': 1774536547.679692, 'last_price_update_time': 1774536547.679703, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002932auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_001/780x0__r.jpg?hash=1774513955> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_000/780x0__r.jpg?hash=1774513954> (referer: https://ecarstrade.com/cars/7002929)
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002977> (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-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_004/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_002/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47d349a9-e054-5546-9098-4556a5bcf6b9
2026-03-26 14:49:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47d349a9-e054-5546-9098-4556a5bcf6b9, skipping ID generation
2026-03-26 14:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d349a9-e054-5546-9098-4556a5bcf6b9 with scrape type 1
2026-03-26 14:49:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47d349a9-e054-5546-9098-4556a5bcf6b9 sending to next pipeline
2026-03-26 14:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47d349a9-e054-5546-9098-4556a5bcf6b9, identifier: 7002929auction111056
2026-03-26 14:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47d349a9-e054-5546-9098-4556a5bcf6b9 with identifier: 7002929auction111056
2026-03-26 14:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47d349a9-e054-5546-9098-4556a5bcf6b9 with identifier: 7002929auction111056
2026-03-26 14:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47d349a9-e054-5546-9098-4556a5bcf6b9 with identifier: 7002929auction111056 to the API
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002929/photo_000/780x0__r.jpg?hash=1774513954>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '47d349a9-e054-5546-9098-4556a5bcf6b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002929',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 54289,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-02',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 Sportback A3 Sportback 1.0 30 TFSi Attraction 81kW/110pk '
'5D/P Man-6 (4 seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': 'Sportback Sportback 1.0 30 TFSi Attraction 81kW/110pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002929auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [ecarstrade.be] INFO: Saving data for 7002929auction111056: {'created_time': 1774536548.267774, 'last_price_update_time': 1774536548.267783, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002929auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_003/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_001/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:08 [ecarstrade.be] INFO: Extracting details for car 7002977auction111056
2026-03-26 14:49:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002927> (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-26 14:49:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d97b720c-261d-5929-ade6-0f1e98445ce7 with identifier: 7002977auction111056
2026-03-26 14:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d97b720c-261d-5929-ade6-0f1e98445ce7 with scrape type 1
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514514%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_000/780x0__r.jpg?hash=1774514514 not downloaded yet
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514514%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_001/780x0__r.jpg?hash=1774514514 not downloaded yet
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514514%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_002/780x0__r.jpg?hash=1774514514 not downloaded yet
2026-03-26 14:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_000/780x0__r.jpg?hash=1774513964> (referer: https://ecarstrade.com/cars/7002930)
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514514%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_003/780x0__r.jpg?hash=1774514514 not downloaded yet
2026-03-26 14:49:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514514%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_004/780x0__r.jpg?hash=1774514514 not downloaded yet
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002977%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514515%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_005/780x0__r.jpg?hash=1774514515 not downloaded yet
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:08 [ecarstrade.be] INFO: Extracting details for car 7002927auction111056
2026-03-26 14:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7002927auction111056
2026-03-26 14:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 1
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513939%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_000/780x0__r.jpg?hash=1774513939 not downloaded yet
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513940%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_001/780x0__r.jpg?hash=1774513940 not downloaded yet
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513940%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_002/780x0__r.jpg?hash=1774513940 not downloaded yet
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a
2026-03-26 14:49:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a, skipping ID generation
2026-03-26 14:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with scrape type 1
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3cf64c19-7fd9-5687-896b-b349ecb0ce5a sending to next pipeline
2026-03-26 14:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a, identifier: 7002930auction111056
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513940%27 HTTP/1.1" 200 None
2026-03-26 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_003/780x0__r.jpg?hash=1774513940 not downloaded yet
2026-03-26 14:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with identifier: 7002930auction111056
2026-03-26 14:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with identifier: 7002930auction111056
2026-03-26 14:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf64c19-7fd9-5687-896b-b349ecb0ce5a with identifier: 7002930auction111056 to the API
2026-03-26 14:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002930/photo_000/780x0__r.jpg?hash=1774513964>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '3cf64c19-7fd9-5687-896b-b349ecb0ce5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002930',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 103101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'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-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002930auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [ecarstrade.be] INFO: Saving data for 7002930auction111056: {'created_time': 1774536549.00976, 'last_price_update_time': 1774536549.009771, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002930auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513940%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_004/780x0__r.jpg?hash=1774513940 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002927%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513940%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_005/780x0__r.jpg?hash=1774513940 not downloaded yet
2026-03-26 14:49:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002975> (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-26 14:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:09 [ecarstrade.be] INFO: Extracting details for car 7002975auction111056
2026-03-26 14:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with identifier: 7002975auction111056
2026-03-26 14:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with scrape type 1
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_000/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_001/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_002/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_003/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_004/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002975%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514491%27 HTTP/1.1" 200 None
2026-03-26 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_005/780x0__r.jpg?hash=1774514491 not downloaded yet
2026-03-26 14:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002928> (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-26 14:49:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:12 [ecarstrade.be] INFO: Extracting details for car 7002928auction111056
2026-03-26 14:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f595162c-866f-5e7d-92a8-6f46fd478c2a with identifier: 7002928auction111056
2026-03-26 14:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f595162c-866f-5e7d-92a8-6f46fd478c2a with scrape type 1
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513947%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_000/780x0__r.jpg?hash=1774513947 not downloaded yet
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513947%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_001/780x0__r.jpg?hash=1774513947 not downloaded yet
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513948%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_002/780x0__r.jpg?hash=1774513948 not downloaded yet
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513948%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_003/780x0__r.jpg?hash=1774513948 not downloaded yet
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513948%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_004/780x0__r.jpg?hash=1774513948 not downloaded yet
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002928%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513948%27 HTTP/1.1" 200 None
2026-03-26 14:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_005/780x0__r.jpg?hash=1774513948 not downloaded yet
2026-03-26 14:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002973> (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-26 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002976> (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-26 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:15 [ecarstrade.be] INFO: Extracting details for car 7002973auction111056
2026-03-26 14:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ae9a8b-9d22-5811-8837-65ad068650e0 with identifier: 7002973auction111056
2026-03-26 14:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ae9a8b-9d22-5811-8837-65ad068650e0 with scrape type 1
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514463%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_000/780x0__r.jpg?hash=1774514463 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514463%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_001/780x0__r.jpg?hash=1774514463 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514463%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_002/780x0__r.jpg?hash=1774514463 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514463%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_003/780x0__r.jpg?hash=1774514463 not downloaded yet
2026-03-26 14:49:15 [ecarstrade.be] INFO: Extracting details for car 7002976auction111056
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514464%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_004/780x0__r.jpg?hash=1774514464 not downloaded yet
2026-03-26 14:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbeb39db-1529-5651-843e-09895e0e2b7f with identifier: 7002976auction111056
2026-03-26 14:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbeb39db-1529-5651-843e-09895e0e2b7f with scrape type 1
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514500%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_000/780x0__r.jpg?hash=1774514500 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002973%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514464%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_005/780x0__r.jpg?hash=1774514464 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514501%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_001/780x0__r.jpg?hash=1774514501 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514501%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_002/780x0__r.jpg?hash=1774514501 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514501%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_003/780x0__r.jpg?hash=1774514501 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514501%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_004/780x0__r.jpg?hash=1774514501 not downloaded yet
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002976%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514501%27 HTTP/1.1" 200 None
2026-03-26 14:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_005/780x0__r.jpg?hash=1774514501 not downloaded yet
2026-03-26 14:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002978> (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-26 14: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-26 14:49:18 [ecarstrade.be] INFO: Extracting details for car 7002978auction111056
2026-03-26 14:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0fcfae7-9f83-5cfc-9e80-9927fb33031a with identifier: 7002978auction111056
2026-03-26 14:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0fcfae7-9f83-5cfc-9e80-9927fb33031a with scrape type 1
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514533%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_000/780x0__r.jpg?hash=1774514533 not downloaded yet
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514534%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_001/780x0__r.jpg?hash=1774514534 not downloaded yet
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514534%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_002/780x0__r.jpg?hash=1774514534 not downloaded yet
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514534%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_003/780x0__r.jpg?hash=1774514534 not downloaded yet
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514534%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_004/780x0__r.jpg?hash=1774514534 not downloaded yet
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002978%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514534%27 HTTP/1.1" 200 None
2026-03-26 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_005/780x0__r.jpg?hash=1774514534 not downloaded yet
2026-03-26 14:49:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002970> (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-26 14:49:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:22 [ecarstrade.be] INFO: Extracting details for car 7002970auction111056
2026-03-26 14:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e62114d3-1838-57d8-a7f2-edf735eb0694 with identifier: 7002970auction111056
2026-03-26 14:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e62114d3-1838-57d8-a7f2-edf735eb0694 with scrape type 1
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_000/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_001/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_002/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_003/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_004/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002970%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514415%27 HTTP/1.1" 200 None
2026-03-26 14:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_005/780x0__r.jpg?hash=1774514415 not downloaded yet
2026-03-26 14:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002967> (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-26 14:49:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:23 [ecarstrade.be] INFO: Extracting details for car 7002967auction111056
2026-03-26 14:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with identifier: 7002967auction111056
2026-03-26 14:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with scrape type 1
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_000/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_001/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_002/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_003/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_004/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002967%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514391%27 HTTP/1.1" 200 None
2026-03-26 14:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_005/780x0__r.jpg?hash=1774514391 not downloaded yet
2026-03-26 14:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002963> (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-26 14:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_002/780x0__r.jpg?hash=1774514514> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:25 [ecarstrade.be] INFO: Extracting details for car 7002963auction111056
2026-03-26 14:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_005/780x0__r.jpg?hash=1774513940> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7528199-955e-5ef3-b2a6-c7851e88fe4e with identifier: 7002963auction111056
2026-03-26 14:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7528199-955e-5ef3-b2a6-c7851e88fe4e with scrape type 1
2026-03-26 14:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514354%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_000/780x0__r.jpg?hash=1774514354 not downloaded yet
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514355%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_001/780x0__r.jpg?hash=1774514355 not downloaded yet
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_005/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514355%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_002/780x0__r.jpg?hash=1774514355 not downloaded yet
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514355%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_003/780x0__r.jpg?hash=1774514355 not downloaded yet
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514355%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_004/780x0__r.jpg?hash=1774514355 not downloaded yet
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002963%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514355%27 HTTP/1.1" 200 None
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_005/780x0__r.jpg?hash=1774514355 not downloaded yet
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_005/780x0__r.jpg?hash=1774513948> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_004/780x0__r.jpg?hash=1774513948> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_005/780x0__r.jpg?hash=1774514501> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_005/780x0__r.jpg?hash=1774514534> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_005/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_005/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_004/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_003/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_001/780x0__r.jpg?hash=1774514355> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_005/780x0__r.jpg?hash=1774514355> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_004/780x0__r.jpg?hash=1774514355> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_003/780x0__r.jpg?hash=1774514355> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_002/780x0__r.jpg?hash=1774514355> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_000/780x0__r.jpg?hash=1774514354> (referer: https://ecarstrade.com/cars/7002963)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_002/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_001/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d7528199-955e-5ef3-b2a6-c7851e88fe4e
2026-03-26 14:49:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7528199-955e-5ef3-b2a6-c7851e88fe4e, skipping ID generation
2026-03-26 14:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7528199-955e-5ef3-b2a6-c7851e88fe4e with scrape type 1
2026-03-26 14:49:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7528199-955e-5ef3-b2a6-c7851e88fe4e sending to next pipeline
2026-03-26 14:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7528199-955e-5ef3-b2a6-c7851e88fe4e, identifier: 7002963auction111056
2026-03-26 14:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7528199-955e-5ef3-b2a6-c7851e88fe4e with identifier: 7002963auction111056
2026-03-26 14:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7528199-955e-5ef3-b2a6-c7851e88fe4e with identifier: 7002963auction111056
2026-03-26 14:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7528199-955e-5ef3-b2a6-c7851e88fe4e with identifier: 7002963auction111056 to the API
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002963/photo_000/780x0__r.jpg?hash=1774514354>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd7528199-955e-5ef3-b2a6-c7851e88fe4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002963',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 200',
'odometer': 172006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Classe A A 200 d Business Solution Limited '
'110kW/150pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Classe A d Business Solution Limited 110kW/150pk 5D/P '
'Auto-8',
'vin': None,
'year': 2021}
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002963auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:27 [ecarstrade.be] INFO: Saving data for 7002963auction111056: {'created_time': 1774536567.416058, 'last_price_update_time': 1774536567.416069, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002963auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_000/780x0__r.jpg?hash=1774514391> (referer: https://ecarstrade.com/cars/7002967)
2026-03-26 14:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_004/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e5e01f4-e7d0-53dd-a307-e11a4528c540
2026-03-26 14:49:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e5e01f4-e7d0-53dd-a307-e11a4528c540, skipping ID generation
2026-03-26 14:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with scrape type 1
2026-03-26 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e5e01f4-e7d0-53dd-a307-e11a4528c540 sending to next pipeline
2026-03-26 14:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e5e01f4-e7d0-53dd-a307-e11a4528c540, identifier: 7002967auction111056
2026-03-26 14:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with identifier: 7002967auction111056
2026-03-26 14:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with identifier: 7002967auction111056
2026-03-26 14:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e5e01f4-e7d0-53dd-a307-e11a4528c540 with identifier: 7002967auction111056 to the API
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002967/photo_000/780x0__r.jpg?hash=1774514391>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1e5e01f4-e7d0-53dd-a307-e11a4528c540',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002967',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 40377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-20',
'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-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002967auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:27 [ecarstrade.be] INFO: Saving data for 7002967auction111056: {'created_time': 1774536567.964929, 'last_price_update_time': 1774536567.964938, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002967auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_003/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002980> (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-26 14:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_002/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_001/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_000/780x0__r.jpg?hash=1774514415> (referer: https://ecarstrade.com/cars/7002970)
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_004/780x0__r.jpg?hash=1774514534> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:28 [ecarstrade.be] INFO: Extracting details for car 7002980auction111056
2026-03-26 14:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54a7230d-db37-55a3-9fcc-83cdc883f19b with identifier: 7002980auction111056
2026-03-26 14:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a7230d-db37-55a3-9fcc-83cdc883f19b with scrape type 1
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514555%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_000/780x0__r.jpg?hash=1774514555 not downloaded yet
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_002/780x0__r.jpg?hash=1774514534> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_003/780x0__r.jpg?hash=1774514534> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514556%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_001/780x0__r.jpg?hash=1774514556 not downloaded yet
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514557%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_002/780x0__r.jpg?hash=1774514557 not downloaded yet
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514557%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_003/780x0__r.jpg?hash=1774514557 not downloaded yet
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_001/780x0__r.jpg?hash=1774514534> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514557%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_004/780x0__r.jpg?hash=1774514557 not downloaded yet
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_000/780x0__r.jpg?hash=1774514533> (referer: https://ecarstrade.com/cars/7002978)
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002980%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514557%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_005/780x0__r.jpg?hash=1774514557 not downloaded yet
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e62114d3-1838-57d8-a7f2-edf735eb0694
2026-03-26 14:49:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e62114d3-1838-57d8-a7f2-edf735eb0694, skipping ID generation
2026-03-26 14:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e62114d3-1838-57d8-a7f2-edf735eb0694 with scrape type 1
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e62114d3-1838-57d8-a7f2-edf735eb0694 sending to next pipeline
2026-03-26 14:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e62114d3-1838-57d8-a7f2-edf735eb0694, identifier: 7002970auction111056
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e62114d3-1838-57d8-a7f2-edf735eb0694 with identifier: 7002970auction111056
2026-03-26 14:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e62114d3-1838-57d8-a7f2-edf735eb0694 with identifier: 7002970auction111056
2026-03-26 14:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e62114d3-1838-57d8-a7f2-edf735eb0694 with identifier: 7002970auction111056 to the API
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002970/photo_000/780x0__r.jpg?hash=1774514415>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e62114d3-1838-57d8-a7f2-edf735eb0694',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002970',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 205886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-24',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine Classe A Limousine A 180d Business '
'Solution 85kW/116pk 4D/P Man-6',
'transmission': 'manual',
'trim': 'A-Klasse Limousine Classe A Limousine d Business Solution '
'85kW/116pk 4D/P Man-6',
'vin': None,
'year': 2020}
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002970auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:28 [ecarstrade.be] INFO: Saving data for 7002970auction111056: {'created_time': 1774536568.661652, 'last_price_update_time': 1774536568.661661, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002970auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_004/780x0__r.jpg?hash=1774514501> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_003/780x0__r.jpg?hash=1774514501> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f0fcfae7-9f83-5cfc-9e80-9927fb33031a
2026-03-26 14:49:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0fcfae7-9f83-5cfc-9e80-9927fb33031a, skipping ID generation
2026-03-26 14:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0fcfae7-9f83-5cfc-9e80-9927fb33031a with scrape type 1
2026-03-26 14:49:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0fcfae7-9f83-5cfc-9e80-9927fb33031a sending to next pipeline
2026-03-26 14:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0fcfae7-9f83-5cfc-9e80-9927fb33031a, identifier: 7002978auction111056
2026-03-26 14:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0fcfae7-9f83-5cfc-9e80-9927fb33031a with identifier: 7002978auction111056
2026-03-26 14:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0fcfae7-9f83-5cfc-9e80-9927fb33031a with identifier: 7002978auction111056
2026-03-26 14:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0fcfae7-9f83-5cfc-9e80-9927fb33031a with identifier: 7002978auction111056 to the API
2026-03-26 14:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002978/photo_000/780x0__r.jpg?hash=1774514533>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'n/a',
'id': 'f0fcfae7-9f83-5cfc-9e80-9927fb33031a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002978',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 66385,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA CLA CLA 250 e Business Solution (PHEV) 160kW/218pk '
'4D/P Auto-8',
'transmission': 'automatic',
'trim': 'CLA CLA e Business Solution (PHEV) 160kW/218pk 4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002978auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:29 [ecarstrade.be] INFO: Saving data for 7002978auction111056: {'created_time': 1774536569.108025, 'last_price_update_time': 1774536569.108035, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002978auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_002/780x0__r.jpg?hash=1774514501> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_001/780x0__r.jpg?hash=1774514501> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_000/780x0__r.jpg?hash=1774514500> (referer: https://ecarstrade.com/cars/7002976)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_005/780x0__r.jpg?hash=1774514464> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_000/780x0__r.jpg?hash=1774514555> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_004/780x0__r.jpg?hash=1774514464> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_004/780x0__r.jpg?hash=1774514557> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_003/780x0__r.jpg?hash=1774514557> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bbeb39db-1529-5651-843e-09895e0e2b7f
2026-03-26 14:49:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bbeb39db-1529-5651-843e-09895e0e2b7f, skipping ID generation
2026-03-26 14:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbeb39db-1529-5651-843e-09895e0e2b7f with scrape type 1
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bbeb39db-1529-5651-843e-09895e0e2b7f sending to next pipeline
2026-03-26 14:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbeb39db-1529-5651-843e-09895e0e2b7f, identifier: 7002976auction111056
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbeb39db-1529-5651-843e-09895e0e2b7f with identifier: 7002976auction111056
2026-03-26 14:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbeb39db-1529-5651-843e-09895e0e2b7f with identifier: 7002976auction111056
2026-03-26 14:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbeb39db-1529-5651-843e-09895e0e2b7f with identifier: 7002976auction111056 to the API
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002976/photo_000/780x0__r.jpg?hash=1774514500>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bbeb39db-1529-5651-843e-09895e0e2b7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002976',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 146641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-23',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA CLA CLA 180 Business Solution Essential 100kW/136pk '
'4D/P Man-6',
'transmission': 'manual',
'trim': 'CLA CLA Business Solution Essential 100kW/136pk 4D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002976auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:29 [ecarstrade.be] INFO: Saving data for 7002976auction111056: {'created_time': 1774536569.722691, 'last_price_update_time': 1774536569.7227, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002976auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_005/780x0__r.jpg?hash=1774514557> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_002/780x0__r.jpg?hash=1774514557> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_001/780x0__r.jpg?hash=1774514556> (referer: https://ecarstrade.com/cars/7002980)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_003/780x0__r.jpg?hash=1774514463> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_001/780x0__r.jpg?hash=1774514463> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_002/780x0__r.jpg?hash=1774514463> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_000/780x0__r.jpg?hash=1774514463> (referer: https://ecarstrade.com/cars/7002973)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_003/780x0__r.jpg?hash=1774513948> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_002/780x0__r.jpg?hash=1774513948> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_001/780x0__r.jpg?hash=1774513947> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 54a7230d-db37-55a3-9fcc-83cdc883f19b
2026-03-26 14:49:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54a7230d-db37-55a3-9fcc-83cdc883f19b, skipping ID generation
2026-03-26 14:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a7230d-db37-55a3-9fcc-83cdc883f19b with scrape type 1
2026-03-26 14:49:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54a7230d-db37-55a3-9fcc-83cdc883f19b sending to next pipeline
2026-03-26 14:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54a7230d-db37-55a3-9fcc-83cdc883f19b, identifier: 7002980auction111056
2026-03-26 14:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54a7230d-db37-55a3-9fcc-83cdc883f19b with identifier: 7002980auction111056
2026-03-26 14:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54a7230d-db37-55a3-9fcc-83cdc883f19b with identifier: 7002980auction111056
2026-03-26 14:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54a7230d-db37-55a3-9fcc-83cdc883f19b with identifier: 7002980auction111056 to the API
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002980/photo_001/780x0__r.jpg?hash=1774514556>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '54a7230d-db37-55a3-9fcc-83cdc883f19b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002980',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 56975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-30',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQA EQA EQA 250 Business Solution Luxury 140kW/190pk 5D/P '
'Auto-1',
'transmission': 'automatic',
'trim': '250 Business Solution Luxury 140kW/190pk 5D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002980auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:30 [ecarstrade.be] INFO: Saving data for 7002980auction111056: {'created_time': 1774536570.411639, 'last_price_update_time': 1774536570.411649, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002980auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_004/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_000/780x0__r.jpg?hash=1774513947> (referer: https://ecarstrade.com/cars/7002928)
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16ae9a8b-9d22-5811-8837-65ad068650e0
2026-03-26 14:49:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16ae9a8b-9d22-5811-8837-65ad068650e0, skipping ID generation
2026-03-26 14:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ae9a8b-9d22-5811-8837-65ad068650e0 with scrape type 1
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16ae9a8b-9d22-5811-8837-65ad068650e0 sending to next pipeline
2026-03-26 14:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16ae9a8b-9d22-5811-8837-65ad068650e0, identifier: 7002973auction111056
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16ae9a8b-9d22-5811-8837-65ad068650e0 with identifier: 7002973auction111056
2026-03-26 14:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16ae9a8b-9d22-5811-8837-65ad068650e0 with identifier: 7002973auction111056
2026-03-26 14:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16ae9a8b-9d22-5811-8837-65ad068650e0 with identifier: 7002973auction111056 to the API
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002973/photo_000/780x0__r.jpg?hash=1774514463>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '16ae9a8b-9d22-5811-8837-65ad068650e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002973',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 173551,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes C-Klasse Break C-Klasse Break C 180 d Business Solution '
'90kW/122pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'C-Klasse Break C-Klasse Break d Business Solution 90kW/122pk 5D/P '
'Man-6',
'vin': None,
'year': 2019}
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002973auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:30 [ecarstrade.be] INFO: Saving data for 7002973auction111056: {'created_time': 1774536570.876263, 'last_price_update_time': 1774536570.876273, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002973auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_003/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_002/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f595162c-866f-5e7d-92a8-6f46fd478c2a
2026-03-26 14:49:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f595162c-866f-5e7d-92a8-6f46fd478c2a, skipping ID generation
2026-03-26 14:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f595162c-866f-5e7d-92a8-6f46fd478c2a with scrape type 1
2026-03-26 14:49:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f595162c-866f-5e7d-92a8-6f46fd478c2a sending to next pipeline
2026-03-26 14:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f595162c-866f-5e7d-92a8-6f46fd478c2a, identifier: 7002928auction111056
2026-03-26 14:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f595162c-866f-5e7d-92a8-6f46fd478c2a with identifier: 7002928auction111056
2026-03-26 14:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f595162c-866f-5e7d-92a8-6f46fd478c2a with identifier: 7002928auction111056
2026-03-26 14:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f595162c-866f-5e7d-92a8-6f46fd478c2a with identifier: 7002928auction111056 to the API
2026-03-26 14:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002928/photo_000/780x0__r.jpg?hash=1774513947>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f595162c-866f-5e7d-92a8-6f46fd478c2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002928',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 79126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 Sportback A3 Sportback 1.0 30 TFSi Attraction 81kW/110pk '
'5D/P Man-6 (4 seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': 'Sportback Sportback 1.0 30 TFSi Attraction 81kW/110pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002928auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:31 [ecarstrade.be] INFO: Saving data for 7002928auction111056: {'created_time': 1774536571.643555, 'last_price_update_time': 1774536571.643565, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002928auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_001/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_000/780x0__r.jpg?hash=1774514491> (referer: https://ecarstrade.com/cars/7002975)
2026-03-26 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_004/780x0__r.jpg?hash=1774513940> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_003/780x0__r.jpg?hash=1774513940> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_002/780x0__r.jpg?hash=1774513940> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002974> (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-26 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd65e801-a0e2-57c6-94b7-3a15290ee2e4
2026-03-26 14:49:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd65e801-a0e2-57c6-94b7-3a15290ee2e4, skipping ID generation
2026-03-26 14:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with scrape type 1
2026-03-26 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd65e801-a0e2-57c6-94b7-3a15290ee2e4 sending to next pipeline
2026-03-26 14:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd65e801-a0e2-57c6-94b7-3a15290ee2e4, identifier: 7002975auction111056
2026-03-26 14:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with identifier: 7002975auction111056
2026-03-26 14:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with identifier: 7002975auction111056
2026-03-26 14:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd65e801-a0e2-57c6-94b7-3a15290ee2e4 with identifier: 7002975auction111056 to the API
2026-03-26 14:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002975/photo_000/780x0__r.jpg?hash=1774514491>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'dd65e801-a0e2-57c6-94b7-3a15290ee2e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002975',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 95247,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-06',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA CLA CLA 180 Business Solution Essential 100kW/136pk '
'4D/P Man-6',
'transmission': 'manual',
'trim': 'CLA CLA Business Solution Essential 100kW/136pk 4D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002975auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [ecarstrade.be] INFO: Saving data for 7002975auction111056: {'created_time': 1774536572.20101, 'last_price_update_time': 1774536572.20102, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002975auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_001/780x0__r.jpg?hash=1774513940> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_000/780x0__r.jpg?hash=1774513939> (referer: https://ecarstrade.com/cars/7002927)
2026-03-26 14:49:32 [ecarstrade.be] INFO: Extracting details for car 7002974auction111056
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with identifier: 7002974auction111056
2026-03-26 14:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with scrape type 1
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514476%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_000/780x0__r.jpg?hash=1774514476 not downloaded yet
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514476%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_001/780x0__r.jpg?hash=1774514476 not downloaded yet
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514476%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_002/780x0__r.jpg?hash=1774514476 not downloaded yet
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_003/780x0__r.jpg?hash=1774514514> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514477%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_003/780x0__r.jpg?hash=1774514477 not downloaded yet
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_004/780x0__r.jpg?hash=1774514514> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514477%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_004/780x0__r.jpg?hash=1774514477 not downloaded yet
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002974%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514477%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_005/780x0__r.jpg?hash=1774514477 not downloaded yet
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-26 14:49:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a6f75b26-391c-5396-807a-7f269a7ddab3, skipping ID generation
2026-03-26 14:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 1
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a6f75b26-391c-5396-807a-7f269a7ddab3 sending to next pipeline
2026-03-26 14:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6f75b26-391c-5396-807a-7f269a7ddab3, identifier: 7002927auction111056
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_001/780x0__r.jpg?hash=1774514514> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7002927auction111056
2026-03-26 14:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7002927auction111056
2026-03-26 14:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7002927auction111056 to the API
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002927/photo_000/780x0__r.jpg?hash=1774513939>
{'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-27T09:10: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/7002927',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 114731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 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-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002927auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:32 [ecarstrade.be] INFO: Saving data for 7002927auction111056: {'created_time': 1774536572.845463, 'last_price_update_time': 1774536572.845476, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002927auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_000/780x0__r.jpg?hash=1774514514> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_005/780x0__r.jpg?hash=1774514515> (referer: https://ecarstrade.com/cars/7002977)
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_003/780x0__r.jpg?hash=1774513977> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_002/780x0__r.jpg?hash=1774513977> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_000/780x0__r.jpg?hash=1774513976> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_001/780x0__r.jpg?hash=1774513977> (referer: https://ecarstrade.com/cars/7002931)
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d97b720c-261d-5929-ade6-0f1e98445ce7
2026-03-26 14:49:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d97b720c-261d-5929-ade6-0f1e98445ce7, skipping ID generation
2026-03-26 14:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d97b720c-261d-5929-ade6-0f1e98445ce7 with scrape type 1
2026-03-26 14:49:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d97b720c-261d-5929-ade6-0f1e98445ce7 sending to next pipeline
2026-03-26 14:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d97b720c-261d-5929-ade6-0f1e98445ce7, identifier: 7002977auction111056
2026-03-26 14:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d97b720c-261d-5929-ade6-0f1e98445ce7 with identifier: 7002977auction111056
2026-03-26 14:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d97b720c-261d-5929-ade6-0f1e98445ce7 with identifier: 7002977auction111056
2026-03-26 14:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d97b720c-261d-5929-ade6-0f1e98445ce7 with identifier: 7002977auction111056 to the API
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002977/photo_005/780x0__r.jpg?hash=1774514515>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd97b720c-261d-5929-ade6-0f1e98445ce7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002977',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 86591,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-11',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA CLA CLA 180 d Launch Edition 85kW/116pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': 'CLA CLA d Launch Edition 85kW/116pk 4D/P Auto-7',
'vin': None,
'year': 2019}
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002977auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:33 [ecarstrade.be] INFO: Saving data for 7002977auction111056: {'created_time': 1774536573.424548, 'last_price_update_time': 1774536573.42456, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002977auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_004/780x0__r.jpg?hash=1774514071> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_002/780x0__r.jpg?hash=1774514476> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ff3b047d-b591-5780-b99f-702a1182977c
2026-03-26 14:49:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff3b047d-b591-5780-b99f-702a1182977c, skipping ID generation
2026-03-26 14:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3b047d-b591-5780-b99f-702a1182977c with scrape type 1
2026-03-26 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff3b047d-b591-5780-b99f-702a1182977c sending to next pipeline
2026-03-26 14:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff3b047d-b591-5780-b99f-702a1182977c, identifier: 7002931auction111056
2026-03-26 14:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff3b047d-b591-5780-b99f-702a1182977c with identifier: 7002931auction111056
2026-03-26 14:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff3b047d-b591-5780-b99f-702a1182977c with identifier: 7002931auction111056
2026-03-26 14:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff3b047d-b591-5780-b99f-702a1182977c with identifier: 7002931auction111056 to the API
2026-03-26 14:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002931/photo_001/780x0__r.jpg?hash=1774513977>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'ff3b047d-b591-5780-b99f-702a1182977c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002931',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q3',
'odometer': 107305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q3 Q3 35 TFSI S tronic Bus. Ed. Attraction (Mild Hybrid) '
'110kW/150pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': '35 TFSI S tronic Bus. Ed. Attraction (Mild Hybrid) 110kW/150pk 5D/P '
'Auto-7',
'vin': None,
'year': 2022}
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002931auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:34 [ecarstrade.be] INFO: Saving data for 7002931auction111056: {'created_time': 1774536574.116934, 'last_price_update_time': 1774536574.116946, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002931auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_005/780x0__r.jpg?hash=1774514477> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_003/780x0__r.jpg?hash=1774514477> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_004/780x0__r.jpg?hash=1774514477> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_001/780x0__r.jpg?hash=1774514476> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_003/780x0__r.jpg?hash=1774514071> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_000/780x0__r.jpg?hash=1774514476> (referer: https://ecarstrade.com/cars/7002974)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_001/780x0__r.jpg?hash=1774514071> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_002/780x0__r.jpg?hash=1774514071> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_000/780x0__r.jpg?hash=1774514071> (referer: https://ecarstrade.com/cars/7002940)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_004/780x0__r.jpg?hash=1774513996> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31
2026-03-26 14:49:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31, skipping ID generation
2026-03-26 14:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with scrape type 1
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 sending to next pipeline
2026-03-26 14:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31, identifier: 7002974auction111056
2026-03-26 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with identifier: 7002974auction111056
2026-03-26 14:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with identifier: 7002974auction111056
2026-03-26 14:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fc87989-9bd1-5bd8-b611-39eaad3c2e31 with identifier: 7002974auction111056 to the API
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49: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-26 14:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002974/photo_000/780x0__r.jpg?hash=1774514476>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5fc87989-9bd1-5bd8-b611-39eaad3c2e31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002974',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 88125,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA CLA CLA 180 Business Solution 100kW/136pk 4D/P Man-6',
'transmission': 'manual',
'trim': 'CLA CLA Business Solution 100kW/136pk 4D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002974auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:34 [ecarstrade.be] INFO: Saving data for 7002974auction111056: {'created_time': 1774536574.751821, 'last_price_update_time': 1774536574.751833, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002974auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_002/780x0__r.jpg?hash=1774513996> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_003/780x0__r.jpg?hash=1774513996> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9680ac92-eb83-56a9-bb28-8a2a643545ae
2026-03-26 14:49:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9680ac92-eb83-56a9-bb28-8a2a643545ae, skipping ID generation
2026-03-26 14:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9680ac92-eb83-56a9-bb28-8a2a643545ae with scrape type 1
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9680ac92-eb83-56a9-bb28-8a2a643545ae sending to next pipeline
2026-03-26 14:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9680ac92-eb83-56a9-bb28-8a2a643545ae, identifier: 7002940auction111056
2026-03-26 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9680ac92-eb83-56a9-bb28-8a2a643545ae with identifier: 7002940auction111056
2026-03-26 14:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9680ac92-eb83-56a9-bb28-8a2a643545ae with identifier: 7002940auction111056
2026-03-26 14:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9680ac92-eb83-56a9-bb28-8a2a643545ae with identifier: 7002940auction111056 to the API
2026-03-26 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002940/photo_000/780x0__r.jpg?hash=1774514071>
{'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-27T09:10:00Z',
'fuel_type': 'n/a',
'id': '9680ac92-eb83-56a9-bb28-8a2a643545ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002940',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'i4',
'odometer': 42783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-18',
'seats_number': None,
'seller_name': None,
'title': 'BMW i4 i4 eDrive35 210kW/286pk 5D/P Auto-1 - WLTP onvolledig',
'transmission': 'automatic',
'trim': 'eDrive35 210kW/286pk 5D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2024}
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002940auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:35 [ecarstrade.be] INFO: Saving data for 7002940auction111056: {'created_time': 1774536575.202928, 'last_price_update_time': 1774536575.202938, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002940auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_001/780x0__r.jpg?hash=1774513996> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_000/780x0__r.jpg?hash=1774513995> (referer: https://ecarstrade.com/cars/7002933)
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_003/780x0__r.jpg?hash=1774514104> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_004/780x0__r.jpg?hash=1774514104> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cd8964a-06b0-506e-83e5-9912f133315f
2026-03-26 14:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cd8964a-06b0-506e-83e5-9912f133315f, skipping ID generation
2026-03-26 14:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd8964a-06b0-506e-83e5-9912f133315f with scrape type 1
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cd8964a-06b0-506e-83e5-9912f133315f sending to next pipeline
2026-03-26 14:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cd8964a-06b0-506e-83e5-9912f133315f, identifier: 7002933auction111056
2026-03-26 14:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cd8964a-06b0-506e-83e5-9912f133315f with identifier: 7002933auction111056
2026-03-26 14:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cd8964a-06b0-506e-83e5-9912f133315f with identifier: 7002933auction111056
2026-03-26 14:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cd8964a-06b0-506e-83e5-9912f133315f with identifier: 7002933auction111056 to the API
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002933/photo_000/780x0__r.jpg?hash=1774513995>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '7cd8964a-06b0-506e-83e5-9912f133315f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002933',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 109125,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-06',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q4 E-Tron Q4 e-tron 50 e-tron quattro S Line 220kW/299pk 5D/P '
'Auto-1 - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'Q4 E-Tron 50 e-tron quattro S Line 220kW/299pk 5D/P Auto-1 - CO2 '
'onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002933auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:35 [ecarstrade.be] INFO: Saving data for 7002933auction111056: {'created_time': 1774536575.759643, 'last_price_update_time': 1774536575.759653, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002933auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_002/780x0__r.jpg?hash=1774514103> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_001/780x0__r.jpg?hash=1774514103> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_000/780x0__r.jpg?hash=1774514103> (referer: https://ecarstrade.com/cars/7002943)
2026-03-26 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_004/780x0__r.jpg?hash=1774514148> (referer: https://ecarstrade.com/cars/7002947)
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2cf5b38-3aed-538d-b629-979543172715
2026-03-26 14:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2cf5b38-3aed-538d-b629-979543172715, skipping ID generation
2026-03-26 14:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2cf5b38-3aed-538d-b629-979543172715 with scrape type 1
2026-03-26 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2cf5b38-3aed-538d-b629-979543172715 sending to next pipeline
2026-03-26 14:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2cf5b38-3aed-538d-b629-979543172715, identifier: 7002943auction111056
2026-03-26 14:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2cf5b38-3aed-538d-b629-979543172715 with identifier: 7002943auction111056
2026-03-26 14:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2cf5b38-3aed-538d-b629-979543172715 with identifier: 7002943auction111056
2026-03-26 14:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2cf5b38-3aed-538d-b629-979543172715 with identifier: 7002943auction111056 to the API
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002943/photo_000/780x0__r.jpg?hash=1774514103>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a2cf5b38-3aed-538d-b629-979543172715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002943',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 103272,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-30',
'seats_number': None,
'seller_name': None,
'title': 'BMW X1 X1 sDrive18iA (100 kW) 100kW/136pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'sDrive18iA (100 kW) 100kW/136pk 5D/P Auto-7',
'vin': None,
'year': 2021}
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002943auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:36 [ecarstrade.be] INFO: Saving data for 7002943auction111056: {'created_time': 1774536576.525263, 'last_price_update_time': 1774536576.52528, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002943auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a8cfb82-58db-5423-823d-812d5ae1e198
2026-03-26 14:49:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a8cfb82-58db-5423-823d-812d5ae1e198, skipping ID generation
2026-03-26 14:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8cfb82-58db-5423-823d-812d5ae1e198 with scrape type 1
2026-03-26 14:49:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a8cfb82-58db-5423-823d-812d5ae1e198 sending to next pipeline
2026-03-26 14:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a8cfb82-58db-5423-823d-812d5ae1e198, identifier: 7002947auction111056
2026-03-26 14:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a8cfb82-58db-5423-823d-812d5ae1e198 with identifier: 7002947auction111056
2026-03-26 14:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a8cfb82-58db-5423-823d-812d5ae1e198 with identifier: 7002947auction111056
2026-03-26 14:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a8cfb82-58db-5423-823d-812d5ae1e198 with identifier: 7002947auction111056 to the API
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002947/photo_004/780x0__r.jpg?hash=1774514148>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9a8cfb82-58db-5423-823d-812d5ae1e198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002947',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 42570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-09',
'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': 2022}
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002947auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [ecarstrade.be] INFO: Saving data for 7002947auction111056: {'created_time': 1774536577.027396, 'last_price_update_time': 1774536577.027407, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002947auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002962> (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-26 14:49:37 [ecarstrade.be] INFO: Extracting details for car 7002962auction111056
2026-03-26 14:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56e53ad1-382a-5169-992e-39580f363d18 with identifier: 7002962auction111056
2026-03-26 14:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e53ad1-382a-5169-992e-39580f363d18 with scrape type 1
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514343%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_000/780x0__r.jpg?hash=1774514343 not downloaded yet
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514343%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_001/780x0__r.jpg?hash=1774514343 not downloaded yet
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514343%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_002/780x0__r.jpg?hash=1774514343 not downloaded yet
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514343%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_003/780x0__r.jpg?hash=1774514343 not downloaded yet
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514343%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_004/780x0__r.jpg?hash=1774514343 not downloaded yet
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002962%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514344%27 HTTP/1.1" 200 None
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_005/780x0__r.jpg?hash=1774514344 not downloaded yet
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_001/780x0__r.jpg?hash=1774514343> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_000/780x0__r.jpg?hash=1774514343> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_003/780x0__r.jpg?hash=1774514343> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_002/780x0__r.jpg?hash=1774514343> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_004/780x0__r.jpg?hash=1774514343> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_005/780x0__r.jpg?hash=1774514344> (referer: https://ecarstrade.com/cars/7002962)
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56e53ad1-382a-5169-992e-39580f363d18
2026-03-26 14:49:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56e53ad1-382a-5169-992e-39580f363d18, skipping ID generation
2026-03-26 14:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e53ad1-382a-5169-992e-39580f363d18 with scrape type 1
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56e53ad1-382a-5169-992e-39580f363d18 sending to next pipeline
2026-03-26 14:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56e53ad1-382a-5169-992e-39580f363d18, identifier: 7002962auction111056
2026-03-26 14:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56e53ad1-382a-5169-992e-39580f363d18 with identifier: 7002962auction111056
2026-03-26 14:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56e53ad1-382a-5169-992e-39580f363d18 with identifier: 7002962auction111056
2026-03-26 14:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56e53ad1-382a-5169-992e-39580f363d18 with identifier: 7002962auction111056 to the API
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002962/photo_005/780x0__r.jpg?hash=1774514344>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '56e53ad1-382a-5169-992e-39580f363d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002962',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 38133,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-24',
'seats_number': None,
'seller_name': None,
'title': 'Kia XCEED XCeed 1.6 GDi PHEV DCT Business Line (PHEV) 104kW/141pk '
'5D/P Auto-6',
'transmission': 'automatic',
'trim': 'XCEED 1.6 GDi PHEV DCT Business Line (PHEV) 104kW/141pk 5D/P '
'Auto-6',
'vin': None,
'year': 2022}
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002962auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [ecarstrade.be] INFO: Saving data for 7002962auction111056: {'created_time': 1774536578.508305, 'last_price_update_time': 1774536578.508314, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002962auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002966> (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-26 14:49:38 [ecarstrade.be] INFO: Extracting details for car 7002966auction111056
2026-03-26 14:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with identifier: 7002966auction111056
2026-03-26 14:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with scrape type 1
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_000/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_001/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_002/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_003/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_004/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002966%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514382%27 HTTP/1.1" 200 None
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_005/780x0__r.jpg?hash=1774514382 not downloaded yet
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_000/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_001/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_002/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_005/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_004/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_003/780x0__r.jpg?hash=1774514382> (referer: https://ecarstrade.com/cars/7002966)
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1
2026-03-26 14:49:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1, skipping ID generation
2026-03-26 14:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with scrape type 1
2026-03-26 14:49:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 sending to next pipeline
2026-03-26 14:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1, identifier: 7002966auction111056
2026-03-26 14:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with identifier: 7002966auction111056
2026-03-26 14:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with identifier: 7002966auction111056
2026-03-26 14:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1 with identifier: 7002966auction111056 to the API
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002966/photo_003/780x0__r.jpg?hash=1774514382>
{'auction_title': '',
'c_o_2_emission_value': 18,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '194880e5-d0c7-5dc1-a5e2-5c1af7b9c1e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002966',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 14889,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-04',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine A-Klasse Limousine A 250 e Business '
'Line (PHEV) 160kW/218pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine A-Klasse Limousine e Business Line (PHEV) '
'160kW/218pk 4D/P Auto-7',
'vin': None,
'year': 2024}
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002966auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:39 [ecarstrade.be] INFO: Saving data for 7002966auction111056: {'created_time': 1774536579.716224, 'last_price_update_time': 1774536579.716233, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002966auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002971> (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-26 14:49:40 [ecarstrade.be] INFO: Extracting details for car 7002971auction111056
2026-03-26 14:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with identifier: 7002971auction111056
2026-03-26 14:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with scrape type 1
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514442%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_000/780x0__r.jpg?hash=1774514442 not downloaded yet
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514442%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_001/780x0__r.jpg?hash=1774514442 not downloaded yet
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514442%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_002/780x0__r.jpg?hash=1774514442 not downloaded yet
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514442%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_003/780x0__r.jpg?hash=1774514442 not downloaded yet
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514442%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_004/780x0__r.jpg?hash=1774514442 not downloaded yet
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002971%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514443%27 HTTP/1.1" 200 None
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_005/780x0__r.jpg?hash=1774514443 not downloaded yet
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_001/780x0__r.jpg?hash=1774514442> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_000/780x0__r.jpg?hash=1774514442> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_002/780x0__r.jpg?hash=1774514442> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_003/780x0__r.jpg?hash=1774514442> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_005/780x0__r.jpg?hash=1774514443> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_004/780x0__r.jpg?hash=1774514442> (referer: https://ecarstrade.com/cars/7002971)
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b803c8c-121c-58a4-9acd-51a9b2ceab21
2026-03-26 14:49:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b803c8c-121c-58a4-9acd-51a9b2ceab21, skipping ID generation
2026-03-26 14:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with scrape type 1
2026-03-26 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b803c8c-121c-58a4-9acd-51a9b2ceab21 sending to next pipeline
2026-03-26 14:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b803c8c-121c-58a4-9acd-51a9b2ceab21, identifier: 7002971auction111056
2026-03-26 14:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with identifier: 7002971auction111056
2026-03-26 14:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with identifier: 7002971auction111056
2026-03-26 14:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b803c8c-121c-58a4-9acd-51a9b2ceab21 with identifier: 7002971auction111056 to the API
2026-03-26 14:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002971/photo_004/780x0__r.jpg?hash=1774514442>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '1b803c8c-121c-58a4-9acd-51a9b2ceab21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002971',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 107406,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-20',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine Classe A Limousine A 180d Business '
'Solution Essential 85kW/116pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine Classe A Limousine d Business Solution Essential '
'85kW/116pk 4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002971auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Saving data for 7002971auction111056: {'created_time': 1774536581.572869, 'last_price_update_time': 1774536581.57288, 'auction_closing_time': 1774602600.0}
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002971auction111056') HTTP/1.1" 204 0
2026-03-26 14:49:41 [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-26 14:49:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002981auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002981auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002981auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002982auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002982auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002982auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002983auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002983auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002983auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002984auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002984auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002984auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002985auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002985auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002985auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002986auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002986auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002986auction111056: 1
2026-03-26 14: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-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002987auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002987auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002987auction111056: 1
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002988auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002988auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002988auction111056: 1
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002989auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002989auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002989auction111056: 1
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002990auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002990auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002990auction111056: 1
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002991auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002991auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002991auction111056: 1
2026-03-26 14:49:41 [ecarstrade.be] INFO: Found listing with ID: 7002994auction111056
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002994auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:41 [ecarstrade.be] INFO: Scrape type for 7002994auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7002997auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002997auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7002997auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003000auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003000auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003000auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003003auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003003auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003003auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003006auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003006auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003006auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003010auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003010auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003010auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003011auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003011auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003011auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003012auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003012auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003012auction111056: 1
2026-03-26 14:49:42 [ecarstrade.be] INFO: Found listing with ID: 7003013auction111056
2026-03-26 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003013auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:42 [ecarstrade.be] INFO: Scrape type for 7003013auction111056: 1
2026-03-26 14:49:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002960> (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-26 14: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-26 14:49:47 [ecarstrade.be] INFO: Extracting details for car 7002960auction111056
2026-03-26 14:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82557038-ffbd-5b66-b615-9ea259a3eb9d with identifier: 7002960auction111056
2026-03-26 14:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82557038-ffbd-5b66-b615-9ea259a3eb9d with scrape type 1
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514328%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_000/780x0__r.jpg?hash=1774514328 not downloaded yet
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514328%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_001/780x0__r.jpg?hash=1774514328 not downloaded yet
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514328%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_002/780x0__r.jpg?hash=1774514328 not downloaded yet
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514328%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_003/780x0__r.jpg?hash=1774514328 not downloaded yet
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514329%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_004/780x0__r.jpg?hash=1774514329 not downloaded yet
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002960%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514329%27 HTTP/1.1" 200 None
2026-03-26 14:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_005/780x0__r.jpg?hash=1774514329 not downloaded yet
2026-03-26 14:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002983> (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-26 14: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-26 14:49:48 [ecarstrade.be] INFO: Extracting details for car 7002983auction111056
2026-03-26 14:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b77379-dd43-5e99-be47-8398d7497466 with identifier: 7002983auction111056
2026-03-26 14:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b77379-dd43-5e99-be47-8398d7497466 with scrape type 1
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_000/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_001/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_002/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_003/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_004/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002983%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514589%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_005/780x0__r.jpg?hash=1774514589 not downloaded yet
2026-03-26 14:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002982> (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-26 14: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-26 14:49:49 [ecarstrade.be] INFO: Extracting details for car 7002982auction111056
2026-03-26 14:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df45994f-171a-5f33-bf44-915c54d5ae9a with identifier: 7002982auction111056
2026-03-26 14:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df45994f-171a-5f33-bf44-915c54d5ae9a with scrape type 1
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_000/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_001/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_002/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_003/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_004/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002982%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514578%27 HTTP/1.1" 200 None
2026-03-26 14:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_005/780x0__r.jpg?hash=1774514578 not downloaded yet
2026-03-26 14:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002981> (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-26 14: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-26 14:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002984> (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-26 14: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-26 14:49:50 [ecarstrade.be] INFO: Extracting details for car 7002981auction111056
2026-03-26 14:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with identifier: 7002981auction111056
2026-03-26 14:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with scrape type 1
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_000/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_001/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_002/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [ecarstrade.be] INFO: Extracting details for car 7002984auction111056
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_003/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d4f995-4cff-5576-a160-a01860c76078 with identifier: 7002984auction111056
2026-03-26 14:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d4f995-4cff-5576-a160-a01860c76078 with scrape type 1
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514621%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_000/780x0__r.jpg?hash=1774514621 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_004/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514623%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_001/780x0__r.jpg?hash=1774514623 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002981%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514566%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_005/780x0__r.jpg?hash=1774514566 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514623%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_002/780x0__r.jpg?hash=1774514623 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514628%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_003/780x0__r.jpg?hash=1774514628 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514628%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_004/780x0__r.jpg?hash=1774514628 not downloaded yet
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002984%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514628%27 HTTP/1.1" 200 None
2026-03-26 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_005/780x0__r.jpg?hash=1774514628 not downloaded yet
2026-03-26 14:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002965> (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-26 14: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-26 14:49:51 [ecarstrade.be] INFO: Extracting details for car 7002965auction111056
2026-03-26 14:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with identifier: 7002965auction111056
2026-03-26 14:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with scrape type 1
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_000/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_001/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_002/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_003/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_004/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002965%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514373%27 HTTP/1.1" 200 None
2026-03-26 14:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_005/780x0__r.jpg?hash=1774514373 not downloaded yet
2026-03-26 14:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002986> (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-26 14: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-26 14:49:55 [ecarstrade.be] INFO: Extracting details for car 7002986auction111056
2026-03-26 14:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with identifier: 7002986auction111056
2026-03-26 14:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with scrape type 1
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_000/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_001/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_002/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_003/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_004/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002986%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514656%27 HTTP/1.1" 200 None
2026-03-26 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_005/780x0__r.jpg?hash=1774514656 not downloaded yet
2026-03-26 14:49:56 [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-26 14: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-26 14:49:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:49:56 [ecarstrade.be] INFO: Found listing with ID: 7003014auction111056
2026-03-26 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003014auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:56 [ecarstrade.be] INFO: Scrape type for 7003014auction111056: 1
2026-03-26 14:49:56 [ecarstrade.be] INFO: Found listing with ID: 7003015auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003015auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003015auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003016auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003016auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003016auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003017auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003017auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003017auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003019auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003019auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003019auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003021auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003021auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003021auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003022auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003022auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003022auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003023auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003023auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003023auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003024auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003024auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003024auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003025auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003025auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003025auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003026auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003026auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003026auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003027auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003027auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003027auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003028auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003028auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003028auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003029auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003029auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003029auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003030auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003030auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003030auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003031auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003031auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003031auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003032auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003032auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003032auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003033auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003033auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003033auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003034auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003034auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003034auction111056: 1
2026-03-26 14:49:57 [ecarstrade.be] INFO: Found listing with ID: 7003035auction111056
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003035auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [ecarstrade.be] INFO: Scrape type for 7003035auction111056: 1
2026-03-26 14:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002991> (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-26 14: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-26 14:49:57 [ecarstrade.be] INFO: Extracting details for car 7002991auction111056
2026-03-26 14:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002989> (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-26 14:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with identifier: 7002991auction111056
2026-03-26 14:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with scrape type 1
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514754%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_000/780x0__r.jpg?hash=1774514754 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514755%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_001/780x0__r.jpg?hash=1774514755 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514755%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_002/780x0__r.jpg?hash=1774514755 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514755%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_003/780x0__r.jpg?hash=1774514755 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514755%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_004/780x0__r.jpg?hash=1774514755 not downloaded yet
2026-03-26 14:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_005/780x0__r.jpg?hash=1774514329> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002991%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514755%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_005/780x0__r.jpg?hash=1774514755 not downloaded yet
2026-03-26 14:49:57 [ecarstrade.be] INFO: Extracting details for car 7002989auction111056
2026-03-26 14:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73fb259a-a5e2-5150-9306-1e10f37bbf0b with identifier: 7002989auction111056
2026-03-26 14:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fb259a-a5e2-5150-9306-1e10f37bbf0b with scrape type 1
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514727%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_000/780x0__r.jpg?hash=1774514727 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514727%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_001/780x0__r.jpg?hash=1774514727 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514727%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_002/780x0__r.jpg?hash=1774514727 not downloaded yet
2026-03-26 14:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_005/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514727%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_003/780x0__r.jpg?hash=1774514727 not downloaded yet
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514728%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_004/780x0__r.jpg?hash=1774514728 not downloaded yet
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002989%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514728%27 HTTP/1.1" 200 None
2026-03-26 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_005/780x0__r.jpg?hash=1774514728 not downloaded yet
2026-03-26 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_005/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_004/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_005/780x0__r.jpg?hash=1774514628> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_005/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_005/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14: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-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:49:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002985> (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-26 14: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-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003013> (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-26 14:50:05 [ecarstrade.be] INFO: Extracting details for car 7002985auction111056
2026-03-26 14:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with identifier: 7002985auction111056
2026-03-26 14:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with scrape type 1
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514640%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_000/780x0__r.jpg?hash=1774514640 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514641%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_001/780x0__r.jpg?hash=1774514641 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514641%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_002/780x0__r.jpg?hash=1774514641 not downloaded yet
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_004/780x0__r.jpg?hash=1774514755> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514641%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_003/780x0__r.jpg?hash=1774514641 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514641%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_004/780x0__r.jpg?hash=1774514641 not downloaded yet
2026-03-26 14:50:05 [ecarstrade.be] INFO: Extracting details for car 7003013auction111056
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002985%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514641%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_005/780x0__r.jpg?hash=1774514641 not downloaded yet
2026-03-26 14:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with identifier: 7003013auction111056
2026-03-26 14:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with scrape type 1
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514909%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_000/780x0__r.jpg?hash=1774514909 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514910%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_001/780x0__r.jpg?hash=1774514910 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514910%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_002/780x0__r.jpg?hash=1774514910 not downloaded yet
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_002/780x0__r.jpg?hash=1774514727> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514910%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_003/780x0__r.jpg?hash=1774514910 not downloaded yet
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514911%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_004/780x0__r.jpg?hash=1774514911 not downloaded yet
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003013%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514911%27 HTTP/1.1" 200 None
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_005/780x0__r.jpg?hash=1774514911 not downloaded yet
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_005/780x0__r.jpg?hash=1774514728> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_004/780x0__r.jpg?hash=1774514728> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_003/780x0__r.jpg?hash=1774514727> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_001/780x0__r.jpg?hash=1774514727> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_000/780x0__r.jpg?hash=1774514727> (referer: https://ecarstrade.com/cars/7002989)
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_005/780x0__r.jpg?hash=1774514755> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73fb259a-a5e2-5150-9306-1e10f37bbf0b
2026-03-26 14:50:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73fb259a-a5e2-5150-9306-1e10f37bbf0b, skipping ID generation
2026-03-26 14:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fb259a-a5e2-5150-9306-1e10f37bbf0b with scrape type 1
2026-03-26 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73fb259a-a5e2-5150-9306-1e10f37bbf0b sending to next pipeline
2026-03-26 14:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73fb259a-a5e2-5150-9306-1e10f37bbf0b, identifier: 7002989auction111056
2026-03-26 14:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73fb259a-a5e2-5150-9306-1e10f37bbf0b with identifier: 7002989auction111056
2026-03-26 14:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73fb259a-a5e2-5150-9306-1e10f37bbf0b with identifier: 7002989auction111056
2026-03-26 14:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73fb259a-a5e2-5150-9306-1e10f37bbf0b with identifier: 7002989auction111056 to the API
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002989/photo_000/780x0__r.jpg?hash=1774514727>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'n/a',
'id': '73fb259a-a5e2-5150-9306-1e10f37bbf0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002989',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mini',
'model': 'Cooper S',
'odometer': 40996,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-24',
'seats_number': None,
'seller_name': None,
'title': 'Mini Countryman Countryman Cooper S E ALL4 AT (PHEV) 162kW/220pk '
'5D/P Auto-6 - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'Countryman Countryman E ALL4 AT (PHEV) 162kW/220pk 5D/P Auto-6 - '
'CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002989auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [ecarstrade.be] INFO: Saving data for 7002989auction111056: {'created_time': 1774536606.379243, 'last_price_update_time': 1774536606.379253, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002989auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_003/780x0__r.jpg?hash=1774514755> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002994> (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-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_002/780x0__r.jpg?hash=1774514910> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_002/780x0__r.jpg?hash=1774514641> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:06 [ecarstrade.be] INFO: Extracting details for car 7002994auction111056
2026-03-26 14:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09da4343-594f-57fc-88d5-b8d3e604c76b with identifier: 7002994auction111056
2026-03-26 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09da4343-594f-57fc-88d5-b8d3e604c76b with scrape type 1
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514776%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_000/780x0__r.jpg?hash=1774514776 not downloaded yet
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_005/780x0__r.jpg?hash=1774514911> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514777%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_001/780x0__r.jpg?hash=1774514777 not downloaded yet
2026-03-26 14:50:06 [scrapy.extensions.logstats] INFO: Crawled 440 pages (at 31 pages/min), scraped 387 items (at 25 items/min)
2026-03-26 14:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003035> (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-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_004/780x0__r.jpg?hash=1774514911> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514777%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_002/780x0__r.jpg?hash=1774514777 not downloaded yet
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514777%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_003/780x0__r.jpg?hash=1774514777 not downloaded yet
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514777%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_004/780x0__r.jpg?hash=1774514777 not downloaded yet
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002994%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514777%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_005/780x0__r.jpg?hash=1774514777 not downloaded yet
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_000/780x0__r.jpg?hash=1774514909> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_003/780x0__r.jpg?hash=1774514910> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_001/780x0__r.jpg?hash=1774514910> (referer: https://ecarstrade.com/cars/7003013)
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [ecarstrade.be] INFO: Extracting details for car 7003035auction111056
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_003/780x0__r.jpg?hash=1774514641> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with identifier: 7003035auction111056
2026-03-26 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with scrape type 1
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515228%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_000/780x0__r.jpg?hash=1774515228 not downloaded yet
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_004/780x0__r.jpg?hash=1774514641> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515228%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_001/780x0__r.jpg?hash=1774515228 not downloaded yet
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515228%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_002/780x0__r.jpg?hash=1774515228 not downloaded yet
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_001/780x0__r.jpg?hash=1774514641> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_005/780x0__r.jpg?hash=1774514641> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515228%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_003/780x0__r.jpg?hash=1774515228 not downloaded yet
2026-03-26 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_000/780x0__r.jpg?hash=1774514640> (referer: https://ecarstrade.com/cars/7002985)
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515229%27 HTTP/1.1" 200 None
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_004/780x0__r.jpg?hash=1774515229 not downloaded yet
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f35e31c-996d-5445-8e4c-0c6279cf7f70
2026-03-26 14:50:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f35e31c-996d-5445-8e4c-0c6279cf7f70, skipping ID generation
2026-03-26 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with scrape type 1
2026-03-26 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f35e31c-996d-5445-8e4c-0c6279cf7f70 sending to next pipeline
2026-03-26 14:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f35e31c-996d-5445-8e4c-0c6279cf7f70, identifier: 7003013auction111056
2026-03-26 14:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_000/780x0__r.jpg?hash=1774514776> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_001/780x0__r.jpg?hash=1774514777> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003035%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515229%27 HTTP/1.1" 200 None
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_005/780x0__r.jpg?hash=1774515229 not downloaded yet
2026-03-26 14:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with identifier: 7003013auction111056
2026-03-26 14:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with identifier: 7003013auction111056
2026-03-26 14:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f35e31c-996d-5445-8e4c-0c6279cf7f70 with identifier: 7003013auction111056 to the API
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003013/photo_001/780x0__r.jpg?hash=1774514910>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8f35e31c-996d-5445-8e4c-0c6279cf7f70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003013',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 51211,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': None,
'seller_name': None,
'title': 'Renault Grand Scénic Grand Scénic TCe 140 Black Edition '
'103kW/140pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'Grand Scénic Grand Scénic TCe 140 Black Edition 103kW/140pk 5D/P '
'Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003013auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:07 [ecarstrade.be] INFO: Saving data for 7003013auction111056: {'created_time': 1774536607.909278, 'last_price_update_time': 1774536607.909288, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003013auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_002/780x0__r.jpg?hash=1774514755> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f
2026-03-26 14:50:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f, skipping ID generation
2026-03-26 14:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with scrape type 1
2026-03-26 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f7cb9f4-9dca-5793-bb53-fbfa7428777f sending to next pipeline
2026-03-26 14:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f, identifier: 7002985auction111056
2026-03-26 14:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with identifier: 7002985auction111056
2026-03-26 14:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with identifier: 7002985auction111056
2026-03-26 14:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f7cb9f4-9dca-5793-bb53-fbfa7428777f with identifier: 7002985auction111056 to the API
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002985/photo_000/780x0__r.jpg?hash=1774514640>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '1f7cb9f4-9dca-5793-bb53-fbfa7428777f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002985',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 113336,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-26',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes GLB GLB GLB 180 d Business Solution 85kW/116pk 5D/P '
'Auto-8',
'transmission': 'automatic',
'trim': 'GLB GLB d Business Solution 85kW/116pk 5D/P Auto-8',
'vin': None,
'year': 2021}
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002985auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [ecarstrade.be] INFO: Saving data for 7002985auction111056: {'created_time': 1774536608.375112, 'last_price_update_time': 1774536608.375122, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002985auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_005/780x0__r.jpg?hash=1774514777> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_004/780x0__r.jpg?hash=1774514777> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_003/780x0__r.jpg?hash=1774514777> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002990> (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-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_001/780x0__r.jpg?hash=1774515228> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_000/780x0__r.jpg?hash=1774515228> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_002/780x0__r.jpg?hash=1774515228> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_002/780x0__r.jpg?hash=1774514777> (referer: https://ecarstrade.com/cars/7002994)
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_004/780x0__r.jpg?hash=1774515229> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14:50:08 [ecarstrade.be] INFO: Extracting details for car 7002990auction111056
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_003/780x0__r.jpg?hash=1774515228> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14: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-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8817858f-fb87-5615-8535-3875ef7745dd with identifier: 7002990auction111056
2026-03-26 14:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8817858f-fb87-5615-8535-3875ef7745dd with scrape type 1
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_000/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_001/780x0__r.jpg?hash=1774514755> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_001/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14: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-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_005/780x0__r.jpg?hash=1774515229> (referer: https://ecarstrade.com/cars/7003035)
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_002/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14: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-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_003/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_000/780x0__r.jpg?hash=1774514754> (referer: https://ecarstrade.com/cars/7002991)
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_004/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14: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-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09da4343-594f-57fc-88d5-b8d3e604c76b
2026-03-26 14:50:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09da4343-594f-57fc-88d5-b8d3e604c76b, skipping ID generation
2026-03-26 14:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09da4343-594f-57fc-88d5-b8d3e604c76b with scrape type 1
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09da4343-594f-57fc-88d5-b8d3e604c76b sending to next pipeline
2026-03-26 14:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09da4343-594f-57fc-88d5-b8d3e604c76b, identifier: 7002994auction111056
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002990%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514743%27 HTTP/1.1" 200 None
2026-03-26 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_005/780x0__r.jpg?hash=1774514743 not downloaded yet
2026-03-26 14:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09da4343-594f-57fc-88d5-b8d3e604c76b with identifier: 7002994auction111056
2026-03-26 14:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09da4343-594f-57fc-88d5-b8d3e604c76b with identifier: 7002994auction111056
2026-03-26 14:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09da4343-594f-57fc-88d5-b8d3e604c76b with identifier: 7002994auction111056 to the API
2026-03-26 14:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002994/photo_002/780x0__r.jpg?hash=1774514777>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '09da4343-594f-57fc-88d5-b8d3e604c76b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002994',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 47362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 2008 2008 1.2 Puretech S/S Allure 74kW/100pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.2 Puretech S/S Allure 74kW/100pk 5D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002994auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:09 [ecarstrade.be] INFO: Saving data for 7002994auction111056: {'created_time': 1774536609.108652, 'last_price_update_time': 1774536609.108662, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002994auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4
2026-03-26 14:50:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4, skipping ID generation
2026-03-26 14:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with scrape type 1
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 sending to next pipeline
2026-03-26 14:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4, identifier: 7003035auction111056
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 530c78a6-f5de-5c56-bfd5-4aa8b1458640
2026-03-26 14:50:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 530c78a6-f5de-5c56-bfd5-4aa8b1458640, skipping ID generation
2026-03-26 14:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with scrape type 1
2026-03-26 14:50:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 530c78a6-f5de-5c56-bfd5-4aa8b1458640 sending to next pipeline
2026-03-26 14:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 530c78a6-f5de-5c56-bfd5-4aa8b1458640, identifier: 7002991auction111056
2026-03-26 14:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with identifier: 7003035auction111056
2026-03-26 14:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with identifier: 7003035auction111056
2026-03-26 14:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4 with identifier: 7003035auction111056 to the API
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003035/photo_005/780x0__r.jpg?hash=1774515229>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c495f0a7-c950-5eb4-b8a2-7cfccdb5c2f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003035',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 201605,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC40 XC40 D3 Momentum Pro 110kW/150pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'D3 Momentum Pro 110kW/150pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003035auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:09 [ecarstrade.be] INFO: Saving data for 7003035auction111056: {'created_time': 1774536609.686057, 'last_price_update_time': 1774536609.686075, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003035auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with identifier: 7002991auction111056
2026-03-26 14:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with identifier: 7002991auction111056
2026-03-26 14:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 530c78a6-f5de-5c56-bfd5-4aa8b1458640 with identifier: 7002991auction111056 to the API
2026-03-26 14:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002991/photo_000/780x0__r.jpg?hash=1774514754>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '530c78a6-f5de-5c56-bfd5-4aa8b1458640',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002991',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 115407,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': None,
'seller_name': None,
'title': 'Opel Grandland X Grandland X 1.5 Turbo D D S/S AT8 Elegance '
'96kW/131pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': '1.5 Turbo D D S/S AT8 Elegance 96kW/131pk 5D/P Auto-8',
'vin': None,
'year': 2021}
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002991auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [ecarstrade.be] INFO: Saving data for 7002991auction111056: {'created_time': 1774536610.540815, 'last_price_update_time': 1774536610.540826, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002991auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002988> (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-26 14: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-26 14:50:10 [ecarstrade.be] INFO: Extracting details for car 7002988auction111056
2026-03-26 14:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b340a478-2547-51f5-b3fb-6792c2c666ee with identifier: 7002988auction111056
2026-03-26 14:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b340a478-2547-51f5-b3fb-6792c2c666ee with scrape type 1
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514716%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_000/780x0__r.jpg?hash=1774514716 not downloaded yet
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514717%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_001/780x0__r.jpg?hash=1774514717 not downloaded yet
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514717%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_002/780x0__r.jpg?hash=1774514717 not downloaded yet
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514717%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_003/780x0__r.jpg?hash=1774514717 not downloaded yet
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514717%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_004/780x0__r.jpg?hash=1774514717 not downloaded yet
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002988%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514717%27 HTTP/1.1" 200 None
2026-03-26 14:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_005/780x0__r.jpg?hash=1774514717 not downloaded yet
2026-03-26 14:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002987> (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-26 14: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-26 14:50:12 [ecarstrade.be] INFO: Extracting details for car 7002987auction111056
2026-03-26 14:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d512ef-4ebb-5766-bcce-be38291cebd1 with identifier: 7002987auction111056
2026-03-26 14:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d512ef-4ebb-5766-bcce-be38291cebd1 with scrape type 1
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514687%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_000/780x0__r.jpg?hash=1774514687 not downloaded yet
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514687%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_001/780x0__r.jpg?hash=1774514687 not downloaded yet
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514687%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_002/780x0__r.jpg?hash=1774514687 not downloaded yet
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514688%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_003/780x0__r.jpg?hash=1774514688 not downloaded yet
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514688%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_004/780x0__r.jpg?hash=1774514688 not downloaded yet
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002987%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514688%27 HTTP/1.1" 200 None
2026-03-26 14:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_005/780x0__r.jpg?hash=1774514688 not downloaded yet
2026-03-26 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003034> (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-26 14:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:13 [ecarstrade.be] INFO: Extracting details for car 7003034auction111056
2026-03-26 14:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with identifier: 7003034auction111056
2026-03-26 14:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with scrape type 1
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515222%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_000/780x0__r.jpg?hash=1774515222 not downloaded yet
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515222%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_001/780x0__r.jpg?hash=1774515222 not downloaded yet
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515222%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_002/780x0__r.jpg?hash=1774515222 not downloaded yet
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515223%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_003/780x0__r.jpg?hash=1774515223 not downloaded yet
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515223%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_004/780x0__r.jpg?hash=1774515223 not downloaded yet
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003034%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515223%27 HTTP/1.1" 200 None
2026-03-26 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_005/780x0__r.jpg?hash=1774515223 not downloaded yet
2026-03-26 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002997> (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-26 14:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:20 [ecarstrade.be] INFO: Extracting details for car 7002997auction111056
2026-03-26 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7002997auction111056
2026-03-26 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 1
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_000/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_001/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_002/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_003/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514794%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_004/780x0__r.jpg?hash=1774514794 not downloaded yet
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002997%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514794%27 HTTP/1.1" 200 None
2026-03-26 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_005/780x0__r.jpg?hash=1774514794 not downloaded yet
2026-03-26 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003030> (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-26 14:50:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:23 [ecarstrade.be] INFO: Extracting details for car 7003030auction111056
2026-03-26 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ce359b-afb9-59ef-89a2-536a2d46a463 with identifier: 7003030auction111056
2026-03-26 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ce359b-afb9-59ef-89a2-536a2d46a463 with scrape type 1
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_000/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_001/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_002/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_003/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_004/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003030%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515157%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_005/780x0__r.jpg?hash=1774515157 not downloaded yet
2026-03-26 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003032> (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-26 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_000/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:23 [ecarstrade.be] INFO: Extracting details for car 7003032auction111056
2026-03-26 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_001/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with identifier: 7003032auction111056
2026-03-26 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with scrape type 1
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515192%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_000/780x0__r.jpg?hash=1774515192 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515192%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_001/780x0__r.jpg?hash=1774515192 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515192%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_002/780x0__r.jpg?hash=1774515192 not downloaded yet
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515195%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_003/780x0__r.jpg?hash=1774515195 not downloaded yet
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515195%27 HTTP/1.1" 200 None
2026-03-26 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_004/780x0__r.jpg?hash=1774515195 not downloaded yet
2026-03-26 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_003/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003032%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515195%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_005/780x0__r.jpg?hash=1774515195 not downloaded yet
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_005/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_005/780x0__r.jpg?hash=1774514717> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003033> (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-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_005/780x0__r.jpg?hash=1774514688> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_005/780x0__r.jpg?hash=1774515223> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_005/780x0__r.jpg?hash=1774514794> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_005/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:24 [ecarstrade.be] INFO: Extracting details for car 7003033auction111056
2026-03-26 14:50:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with identifier: 7003033auction111056
2026-03-26 14:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with scrape type 1
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_000/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_003/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_001/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_002/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_003/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_004/780x0__r.jpg?hash=1774515195> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_004/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_004/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003033%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515214%27 HTTP/1.1" 200 None
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_005/780x0__r.jpg?hash=1774515214 not downloaded yet
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_005/780x0__r.jpg?hash=1774515195> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_003/780x0__r.jpg?hash=1774515195> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_002/780x0__r.jpg?hash=1774515192> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_001/780x0__r.jpg?hash=1774515192> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_002/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_000/780x0__r.jpg?hash=1774515192> (referer: https://ecarstrade.com/cars/7003032)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_001/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_000/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_003/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_004/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eaa3d16e-d7f8-5194-814a-fce0ce5605b0
2026-03-26 14:50:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eaa3d16e-d7f8-5194-814a-fce0ce5605b0, skipping ID generation
2026-03-26 14:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with scrape type 1
2026-03-26 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eaa3d16e-d7f8-5194-814a-fce0ce5605b0 sending to next pipeline
2026-03-26 14:50:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaa3d16e-d7f8-5194-814a-fce0ce5605b0, identifier: 7003032auction111056
2026-03-26 14:50:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with identifier: 7003032auction111056
2026-03-26 14:50:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with identifier: 7003032auction111056
2026-03-26 14:50:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaa3d16e-d7f8-5194-814a-fce0ce5605b0 with identifier: 7003032auction111056 to the API
2026-03-26 14:50:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003032/photo_000/780x0__r.jpg?hash=1774515192>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'eaa3d16e-d7f8-5194-814a-fce0ce5605b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003032',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 84931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen T-ROC T-Roc 1.5 TSI Life Business DSG 110kW/150pk 5D/P '
'Auto-7 (4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'T-ROC 1.5 TSI Life Business DSG 110kW/150pk 5D/P Auto-7 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003032auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:25 [ecarstrade.be] INFO: Saving data for 7003032auction111056: {'created_time': 1774536625.086878, 'last_price_update_time': 1774536625.086888, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003032auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_005/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_002/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_001/780x0__r.jpg?hash=1774515214> (referer: https://ecarstrade.com/cars/7003033)
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_000/780x0__r.jpg?hash=1774515157> (referer: https://ecarstrade.com/cars/7003030)
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_004/780x0__r.jpg?hash=1774514794> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_003/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_002/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7
2026-03-26 14:50:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7, skipping ID generation
2026-03-26 14:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with scrape type 1
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 sending to next pipeline
2026-03-26 14:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7, identifier: 7003033auction111056
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16ce359b-afb9-59ef-89a2-536a2d46a463
2026-03-26 14:50:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16ce359b-afb9-59ef-89a2-536a2d46a463, skipping ID generation
2026-03-26 14:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ce359b-afb9-59ef-89a2-536a2d46a463 with scrape type 1
2026-03-26 14:50:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16ce359b-afb9-59ef-89a2-536a2d46a463 sending to next pipeline
2026-03-26 14:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16ce359b-afb9-59ef-89a2-536a2d46a463, identifier: 7003030auction111056
2026-03-26 14:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with identifier: 7003033auction111056
2026-03-26 14:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with identifier: 7003033auction111056
2026-03-26 14:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6402fc3-bc0f-563c-aadf-4afedbb4b6a7 with identifier: 7003033auction111056 to the API
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003033/photo_001/780x0__r.jpg?hash=1774515214>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c6402fc3-bc0f-563c-aadf-4afedbb4b6a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003033',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 153137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-15',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen T-ROC T-Roc 2.0 TDI DSG 110kW/150pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'T-ROC 2.0 TDI DSG 110kW/150pk 5D/P Auto-7',
'vin': None,
'year': 2020}
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003033auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:25 [ecarstrade.be] INFO: Saving data for 7003033auction111056: {'created_time': 1774536625.819234, 'last_price_update_time': 1774536625.819246, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003033auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16ce359b-afb9-59ef-89a2-536a2d46a463 with identifier: 7003030auction111056
2026-03-26 14:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16ce359b-afb9-59ef-89a2-536a2d46a463 with identifier: 7003030auction111056
2026-03-26 14:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16ce359b-afb9-59ef-89a2-536a2d46a463 with identifier: 7003030auction111056 to the API
2026-03-26 14:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003030/photo_000/780x0__r.jpg?hash=1774515157>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '16ce359b-afb9-59ef-89a2-536a2d46a463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003030',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 54035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seats_number': None,
'seller_name': None,
'title': 'Toyota Yaris Cross Yaris Cross 1.5 VVT-ie Hybrid Elegant CVT '
'(Active Hybrid) 85kW/116pk 5D/P Auto-V - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Elegant CVT (Active Hybrid) 85kW/116pk 5D/P '
'Auto-V - CO2 onvolledig',
'vin': None,
'year': 2022}
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003030auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:26 [ecarstrade.be] INFO: Saving data for 7003030auction111056: {'created_time': 1774536626.147045, 'last_price_update_time': 1774536626.147059, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003030auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_001/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_000/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002997)
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_004/780x0__r.jpg?hash=1774515223> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_003/780x0__r.jpg?hash=1774515223> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_002/780x0__r.jpg?hash=1774515222> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-26 14:50:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d127cff5-d664-5739-8686-e1a9ff0a011e, skipping ID generation
2026-03-26 14:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 1
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d127cff5-d664-5739-8686-e1a9ff0a011e sending to next pipeline
2026-03-26 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d127cff5-d664-5739-8686-e1a9ff0a011e, identifier: 7002997auction111056
2026-03-26 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7002997auction111056
2026-03-26 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7002997auction111056
2026-03-26 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7002997auction111056 to the API
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002997/photo_000/780x0__r.jpg?hash=1774514793>
{'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-27T09:10: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/7002997',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002997auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:26 [ecarstrade.be] INFO: Saving data for 7002997auction111056: {'created_time': 1774536626.660953, 'last_price_update_time': 1774536626.660963, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002997auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_001/780x0__r.jpg?hash=1774515222> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_000/780x0__r.jpg?hash=1774515222> (referer: https://ecarstrade.com/cars/7003034)
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_004/780x0__r.jpg?hash=1774514688> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_003/780x0__r.jpg?hash=1774514688> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec
2026-03-26 14:50:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec, skipping ID generation
2026-03-26 14:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with scrape type 1
2026-03-26 14:50:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec sending to next pipeline
2026-03-26 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec, identifier: 7003034auction111056
2026-03-26 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with identifier: 7003034auction111056
2026-03-26 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with identifier: 7003034auction111056
2026-03-26 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec with identifier: 7003034auction111056 to the API
2026-03-26 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003034/photo_000/780x0__r.jpg?hash=1774515222>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8fc12a5f-9cb1-57f9-aa32-c53a5d5316ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003034',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volvo',
'model': 'EX30',
'odometer': 23349,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-14',
'seats_number': None,
'seller_name': None,
'title': 'Volvo EX30 EX30 Twin Motor Performance Ultra 315kW/428pk 5D/P '
'Auto-1 - WLTP onvolledig',
'transmission': 'automatic',
'trim': 'Twin Motor Performance Ultra 315kW/428pk 5D/P Auto-1 - WLTP '
'onvolledig',
'vin': None,
'year': 2025}
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003034auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [ecarstrade.be] INFO: Saving data for 7003034auction111056: {'created_time': 1774536627.196575, 'last_price_update_time': 1774536627.196584, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003034auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_002/780x0__r.jpg?hash=1774514687> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_001/780x0__r.jpg?hash=1774514687> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003028> (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-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_000/780x0__r.jpg?hash=1774514687> (referer: https://ecarstrade.com/cars/7002987)
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_004/780x0__r.jpg?hash=1774514717> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_003/780x0__r.jpg?hash=1774514717> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_002/780x0__r.jpg?hash=1774514717> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:27 [ecarstrade.be] INFO: Extracting details for car 7003028auction111056
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_001/780x0__r.jpg?hash=1774514717> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_000/780x0__r.jpg?hash=1774514716> (referer: https://ecarstrade.com/cars/7002988)
2026-03-26 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d632d2d8-c134-51c1-a4e3-de2071693881 with identifier: 7003028auction111056
2026-03-26 14:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d632d2d8-c134-51c1-a4e3-de2071693881 with scrape type 1
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_000/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_004/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_001/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_002/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69d512ef-4ebb-5766-bcce-be38291cebd1
2026-03-26 14:50:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69d512ef-4ebb-5766-bcce-be38291cebd1, skipping ID generation
2026-03-26 14:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d512ef-4ebb-5766-bcce-be38291cebd1 with scrape type 1
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69d512ef-4ebb-5766-bcce-be38291cebd1 sending to next pipeline
2026-03-26 14:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69d512ef-4ebb-5766-bcce-be38291cebd1, identifier: 7002987auction111056
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_003/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69d512ef-4ebb-5766-bcce-be38291cebd1 with identifier: 7002987auction111056
2026-03-26 14:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69d512ef-4ebb-5766-bcce-be38291cebd1 with identifier: 7002987auction111056
2026-03-26 14:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69d512ef-4ebb-5766-bcce-be38291cebd1 with identifier: 7002987auction111056 to the API
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002987/photo_000/780x0__r.jpg?hash=1774514687>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '69d512ef-4ebb-5766-bcce-be38291cebd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002987',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 220733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes GLC GLC GLC 200 d Business Solution 4MATIC 120kW/163pk '
'5D/P Auto-9',
'transmission': 'automatic',
'trim': 'GLC GLC d Business Solution 4MATIC 120kW/163pk 5D/P Auto-9',
'vin': None,
'year': 2021}
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002987auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [ecarstrade.be] INFO: Saving data for 7002987auction111056: {'created_time': 1774536627.864529, 'last_price_update_time': 1774536627.864539, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002987auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_002/780x0__r.jpg?hash=1774514743> (referer: https://ecarstrade.com/cars/7002990)
2026-03-26 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_004/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003028%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515135%27 HTTP/1.1" 200 None
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_005/780x0__r.jpg?hash=1774515135 not downloaded yet
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b340a478-2547-51f5-b3fb-6792c2c666ee
2026-03-26 14:50:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b340a478-2547-51f5-b3fb-6792c2c666ee, skipping ID generation
2026-03-26 14:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b340a478-2547-51f5-b3fb-6792c2c666ee with scrape type 1
2026-03-26 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b340a478-2547-51f5-b3fb-6792c2c666ee sending to next pipeline
2026-03-26 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b340a478-2547-51f5-b3fb-6792c2c666ee, identifier: 7002988auction111056
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b340a478-2547-51f5-b3fb-6792c2c666ee with identifier: 7002988auction111056
2026-03-26 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b340a478-2547-51f5-b3fb-6792c2c666ee with identifier: 7002988auction111056
2026-03-26 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b340a478-2547-51f5-b3fb-6792c2c666ee with identifier: 7002988auction111056 to the API
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002988/photo_000/780x0__r.jpg?hash=1774514716>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'n/a',
'id': 'b340a478-2547-51f5-b3fb-6792c2c666ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002988',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mini',
'model': 'Cooper S',
'odometer': 63715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-24',
'seats_number': None,
'seller_name': None,
'title': 'Mini Countryman Countryman Cooper S E ALL4 AT (PHEV) 162kW/220pk '
'5D/P Auto-6 - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'Countryman Countryman E ALL4 AT (PHEV) 162kW/220pk 5D/P Auto-6 - '
'CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002988auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [ecarstrade.be] INFO: Saving data for 7002988auction111056: {'created_time': 1774536628.375106, 'last_price_update_time': 1774536628.375116, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002988auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003026> (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-26 14:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8817858f-fb87-5615-8535-3875ef7745dd
2026-03-26 14:50:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8817858f-fb87-5615-8535-3875ef7745dd, skipping ID generation
2026-03-26 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8817858f-fb87-5615-8535-3875ef7745dd with scrape type 1
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8817858f-fb87-5615-8535-3875ef7745dd sending to next pipeline
2026-03-26 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8817858f-fb87-5615-8535-3875ef7745dd, identifier: 7002990auction111056
2026-03-26 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8817858f-fb87-5615-8535-3875ef7745dd with identifier: 7002990auction111056
2026-03-26 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8817858f-fb87-5615-8535-3875ef7745dd with identifier: 7002990auction111056
2026-03-26 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8817858f-fb87-5615-8535-3875ef7745dd with identifier: 7002990auction111056 to the API
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002990/photo_002/780x0__r.jpg?hash=1774514743>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8817858f-fb87-5615-8535-3875ef7745dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002990',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 169453,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seats_number': None,
'seller_name': None,
'title': 'Opel Combo Life Combo Life 1.5 Turbo D BlueI S/S Edition L1H1 '
'75kW/102pk 5D/P Man-5',
'transmission': 'manual',
'trim': '1.5 Turbo D BlueI S/S Edition L1H1 75kW/102pk 5D/P Man-5',
'vin': None,
'year': 2019}
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002990auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [ecarstrade.be] INFO: Saving data for 7002990auction111056: {'created_time': 1774536628.863016, 'last_price_update_time': 1774536628.863028, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002990auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:28 [ecarstrade.be] INFO: Extracting details for car 7003026auction111056
2026-03-26 14:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8101415-1a80-5ede-b529-3b84530f5bab with identifier: 7003026auction111056
2026-03-26 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8101415-1a80-5ede-b529-3b84530f5bab with scrape type 1
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_000/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_001/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_002/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_003/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_004/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003026%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515117%27 HTTP/1.1" 200 None
2026-03-26 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_005/780x0__r.jpg?hash=1774515117 not downloaded yet
2026-03-26 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003025> (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-26 14:50:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:31 [ecarstrade.be] INFO: Extracting details for car 7003025auction111056
2026-03-26 14:50:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with identifier: 7003025auction111056
2026-03-26 14:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with scrape type 1
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515102%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_000/780x0__r.jpg?hash=1774515102 not downloaded yet
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515102%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_001/780x0__r.jpg?hash=1774515102 not downloaded yet
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515102%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_002/780x0__r.jpg?hash=1774515102 not downloaded yet
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515102%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_003/780x0__r.jpg?hash=1774515102 not downloaded yet
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515103%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_004/780x0__r.jpg?hash=1774515103 not downloaded yet
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003025%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515103%27 HTTP/1.1" 200 None
2026-03-26 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_005/780x0__r.jpg?hash=1774515103 not downloaded yet
2026-03-26 14:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003029> (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-26 14:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:33 [ecarstrade.be] INFO: Extracting details for car 7003029auction111056
2026-03-26 14:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca3ef96c-f81e-5499-93e4-06877ceb305a with identifier: 7003029auction111056
2026-03-26 14:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3ef96c-f81e-5499-93e4-06877ceb305a with scrape type 1
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515146%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_000/780x0__r.jpg?hash=1774515146 not downloaded yet
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515146%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_001/780x0__r.jpg?hash=1774515146 not downloaded yet
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515147%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_002/780x0__r.jpg?hash=1774515147 not downloaded yet
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515147%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_003/780x0__r.jpg?hash=1774515147 not downloaded yet
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515147%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_004/780x0__r.jpg?hash=1774515147 not downloaded yet
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003029%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515147%27 HTTP/1.1" 200 None
2026-03-26 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_005/780x0__r.jpg?hash=1774515147 not downloaded yet
2026-03-26 14:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003023> (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-26 14:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:35 [ecarstrade.be] INFO: Extracting details for car 7003023auction111056
2026-03-26 14:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968df10f-0425-5b1e-b7c3-7793e80e628a with identifier: 7003023auction111056
2026-03-26 14:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968df10f-0425-5b1e-b7c3-7793e80e628a with scrape type 1
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515065%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_000/780x0__r.jpg?hash=1774515065 not downloaded yet
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515065%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_001/780x0__r.jpg?hash=1774515065 not downloaded yet
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515065%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_002/780x0__r.jpg?hash=1774515065 not downloaded yet
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515066%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_003/780x0__r.jpg?hash=1774515066 not downloaded yet
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515066%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_004/780x0__r.jpg?hash=1774515066 not downloaded yet
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003023%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515066%27 HTTP/1.1" 200 None
2026-03-26 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_005/780x0__r.jpg?hash=1774515066 not downloaded yet
2026-03-26 14:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003022> (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-26 14:50:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:42 [ecarstrade.be] INFO: Extracting details for car 7003022auction111056
2026-03-26 14:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 967bc317-ff82-5fd0-a04f-3eec227d230e with identifier: 7003022auction111056
2026-03-26 14:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 967bc317-ff82-5fd0-a04f-3eec227d230e with scrape type 1
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515052%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_000/780x0__r.jpg?hash=1774515052 not downloaded yet
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515052%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_001/780x0__r.jpg?hash=1774515052 not downloaded yet
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515052%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_002/780x0__r.jpg?hash=1774515052 not downloaded yet
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515052%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_003/780x0__r.jpg?hash=1774515052 not downloaded yet
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515052%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_004/780x0__r.jpg?hash=1774515052 not downloaded yet
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003022%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515053%27 HTTP/1.1" 200 None
2026-03-26 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_005/780x0__r.jpg?hash=1774515053 not downloaded yet
2026-03-26 14:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003019> (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-26 14:50:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003021> (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-26 14:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_000/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:45 [ecarstrade.be] INFO: Extracting details for car 7003019auction111056
2026-03-26 14:50:45 [ecarstrade.be] INFO: Extracting details for car 7003021auction111056
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_002/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with identifier: 7003019auction111056
2026-03-26 14:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with scrape type 1
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515012%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_000/780x0__r.jpg?hash=1774515012 not downloaded yet
2026-03-26 14:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7003021auction111056
2026-03-26 14:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 1
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_000/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515012%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_001/780x0__r.jpg?hash=1774515012 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_001/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515012%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_002/780x0__r.jpg?hash=1774515012 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_002/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_005/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515012%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_003/780x0__r.jpg?hash=1774515012 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_003/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515013%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_004/780x0__r.jpg?hash=1774515013 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_004/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003019%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515013%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_005/780x0__r.jpg?hash=1774515013 not downloaded yet
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003021%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515043%27 HTTP/1.1" 200 None
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_005/780x0__r.jpg?hash=1774515043 not downloaded yet
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_005/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_005/780x0__r.jpg?hash=1774515103> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_005/780x0__r.jpg?hash=1774515147> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_005/780x0__r.jpg?hash=1774515066> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_005/780x0__r.jpg?hash=1774515053> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_004/780x0__r.jpg?hash=1774515052> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_003/780x0__r.jpg?hash=1774515052> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_002/780x0__r.jpg?hash=1774515052> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_002/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_005/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_005/780x0__r.jpg?hash=1774515013> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_004/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_004/780x0__r.jpg?hash=1774515013> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_003/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_003/780x0__r.jpg?hash=1774515012> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_002/780x0__r.jpg?hash=1774515012> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_001/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_001/780x0__r.jpg?hash=1774515012> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_000/780x0__r.jpg?hash=1774515043> (referer: https://ecarstrade.com/cars/7003021)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_000/780x0__r.jpg?hash=1774515012> (referer: https://ecarstrade.com/cars/7003019)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_001/780x0__r.jpg?hash=1774515052> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-26 14:50:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de33f406-d7ab-51fe-8294-9e9a672e88be, skipping ID generation
2026-03-26 14:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 1
2026-03-26 14:50:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de33f406-d7ab-51fe-8294-9e9a672e88be sending to next pipeline
2026-03-26 14:50:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de33f406-d7ab-51fe-8294-9e9a672e88be, identifier: 7003021auction111056
2026-03-26 14:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7003021auction111056
2026-03-26 14:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7003021auction111056
2026-03-26 14:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7003021auction111056 to the API
2026-03-26 14:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003021/photo_000/780x0__r.jpg?hash=1774515043>
{'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-27T09:10: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/7003021',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 34254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003021auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:46 [ecarstrade.be] INFO: Saving data for 7003021auction111056: {'created_time': 1774536646.994583, 'last_price_update_time': 1774536646.994593, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003021auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e46b4a6-36df-5771-93b8-d94d7e860ef2
2026-03-26 14:50:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e46b4a6-36df-5771-93b8-d94d7e860ef2, skipping ID generation
2026-03-26 14:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with scrape type 1
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e46b4a6-36df-5771-93b8-d94d7e860ef2 sending to next pipeline
2026-03-26 14:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e46b4a6-36df-5771-93b8-d94d7e860ef2, identifier: 7003019auction111056
2026-03-26 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_000/780x0__r.jpg?hash=1774515052> (referer: https://ecarstrade.com/cars/7003022)
2026-03-26 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003031> (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-26 14:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with identifier: 7003019auction111056
2026-03-26 14:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with identifier: 7003019auction111056
2026-03-26 14:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e46b4a6-36df-5771-93b8-d94d7e860ef2 with identifier: 7003019auction111056 to the API
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003019/photo_000/780x0__r.jpg?hash=1774515012>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9e46b4a6-36df-5771-93b8-d94d7e860ef2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003019',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 53880,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-09',
'seats_number': None,
'seller_name': None,
'title': 'Seat Ibiza 5D Ibiza 5D 1.0 MPI S/S Move Full Link 59kW/80pk 5D/P '
'Man-5 (4 seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': '5D 5D 1.0 MPI S/S Move Full Link 59kW/80pk 5D/P Man-5 (4 '
'seizoenen Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003019auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:47 [ecarstrade.be] INFO: Saving data for 7003019auction111056: {'created_time': 1774536647.462662, 'last_price_update_time': 1774536647.462677, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003019auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:47 [ecarstrade.be] INFO: Extracting details for car 7003031auction111056
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003027> (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-26 14:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 967bc317-ff82-5fd0-a04f-3eec227d230e
2026-03-26 14:50:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 967bc317-ff82-5fd0-a04f-3eec227d230e, skipping ID generation
2026-03-26 14:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 967bc317-ff82-5fd0-a04f-3eec227d230e with scrape type 1
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 967bc317-ff82-5fd0-a04f-3eec227d230e sending to next pipeline
2026-03-26 14:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 967bc317-ff82-5fd0-a04f-3eec227d230e, identifier: 7003022auction111056
2026-03-26 14:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dc9d39c-2bec-5209-8860-cb079e083b14 with identifier: 7003031auction111056
2026-03-26 14:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dc9d39c-2bec-5209-8860-cb079e083b14 with scrape type 1
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_000/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_004/780x0__r.jpg?hash=1774515066> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:47 [ecarstrade.be] INFO: Extracting details for car 7003027auction111056
2026-03-26 14:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 967bc317-ff82-5fd0-a04f-3eec227d230e with identifier: 7003022auction111056
2026-03-26 14:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 967bc317-ff82-5fd0-a04f-3eec227d230e with identifier: 7003022auction111056
2026-03-26 14:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 967bc317-ff82-5fd0-a04f-3eec227d230e with identifier: 7003022auction111056 to the API
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003022/photo_000/780x0__r.jpg?hash=1774515052>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '967bc317-ff82-5fd0-a04f-3eec227d230e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003022',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 71759,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kamiq Kamiq 1.0 TSI DSG7 Clever 81kW/110pk 5D/P Auto-7 (4 '
'seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1.0 TSI DSG7 Clever 81kW/110pk 5D/P Auto-7 (4 seizoenen Banden) - '
'CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003022auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:47 [ecarstrade.be] INFO: Saving data for 7003022auction111056: {'created_time': 1774536647.960785, 'last_price_update_time': 1774536647.960797, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003022auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_003/780x0__r.jpg?hash=1774515066> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_001/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_002/780x0__r.jpg?hash=1774515065> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003017> (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-26 14:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with identifier: 7003027auction111056
2026-03-26 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with scrape type 1
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515124%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_000/780x0__r.jpg?hash=1774515124 not downloaded yet
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_002/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_001/780x0__r.jpg?hash=1774515065> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515124%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_001/780x0__r.jpg?hash=1774515124 not downloaded yet
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_003/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_004/780x0__r.jpg?hash=1774515147> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515124%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_002/780x0__r.jpg?hash=1774515124 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_000/780x0__r.jpg?hash=1774515065> (referer: https://ecarstrade.com/cars/7003023)
2026-03-26 14:50:48 [ecarstrade.be] INFO: Extracting details for car 7003017auction111056
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_004/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_003/780x0__r.jpg?hash=1774515147> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_002/780x0__r.jpg?hash=1774515147> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515124%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_003/780x0__r.jpg?hash=1774515124 not downloaded yet
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003031%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515168%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_005/780x0__r.jpg?hash=1774515168 not downloaded yet
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with identifier: 7003017auction111056
2026-03-26 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with scrape type 1
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514997%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_000/780x0__r.jpg?hash=1774514997 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_001/780x0__r.jpg?hash=1774515146> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515125%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_004/780x0__r.jpg?hash=1774515125 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_000/780x0__r.jpg?hash=1774515146> (referer: https://ecarstrade.com/cars/7003029)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514997%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_001/780x0__r.jpg?hash=1774514997 not downloaded yet
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003027%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515125%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_005/780x0__r.jpg?hash=1774515125 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_003/780x0__r.jpg?hash=1774515102> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514999%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_002/780x0__r.jpg?hash=1774514999 not downloaded yet
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_004/780x0__r.jpg?hash=1774515103> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 968df10f-0425-5b1e-b7c3-7793e80e628a
2026-03-26 14:50:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 968df10f-0425-5b1e-b7c3-7793e80e628a, skipping ID generation
2026-03-26 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968df10f-0425-5b1e-b7c3-7793e80e628a with scrape type 1
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 968df10f-0425-5b1e-b7c3-7793e80e628a sending to next pipeline
2026-03-26 14:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 968df10f-0425-5b1e-b7c3-7793e80e628a, identifier: 7003023auction111056
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_000/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514999%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_003/780x0__r.jpg?hash=1774514999 not downloaded yet
2026-03-26 14:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 968df10f-0425-5b1e-b7c3-7793e80e628a with identifier: 7003023auction111056
2026-03-26 14:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 968df10f-0425-5b1e-b7c3-7793e80e628a with identifier: 7003023auction111056
2026-03-26 14:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 968df10f-0425-5b1e-b7c3-7793e80e628a with identifier: 7003023auction111056 to the API
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003023/photo_000/780x0__r.jpg?hash=1774515065>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '968df10f-0425-5b1e-b7c3-7793e80e628a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003023',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 142745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Karoq Karoq 1.0 TSI Clever 81kW/110pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.0 TSI Clever 81kW/110pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003023auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [ecarstrade.be] INFO: Saving data for 7003023auction111056: {'created_time': 1774536648.720225, 'last_price_update_time': 1774536648.720239, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003023auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_002/780x0__r.jpg?hash=1774515102> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_000/780x0__r.jpg?hash=1774515124> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_001/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514999%27 HTTP/1.1" 200 None
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_004/780x0__r.jpg?hash=1774514999 not downloaded yet
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca3ef96c-f81e-5499-93e4-06877ceb305a
2026-03-26 14:50:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca3ef96c-f81e-5499-93e4-06877ceb305a, skipping ID generation
2026-03-26 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3ef96c-f81e-5499-93e4-06877ceb305a with scrape type 1
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca3ef96c-f81e-5499-93e4-06877ceb305a sending to next pipeline
2026-03-26 14:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca3ef96c-f81e-5499-93e4-06877ceb305a, identifier: 7003029auction111056
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca3ef96c-f81e-5499-93e4-06877ceb305a with identifier: 7003029auction111056
2026-03-26 14:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca3ef96c-f81e-5499-93e4-06877ceb305a with identifier: 7003029auction111056
2026-03-26 14:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca3ef96c-f81e-5499-93e4-06877ceb305a with identifier: 7003029auction111056 to the API
2026-03-26 14:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003029/photo_000/780x0__r.jpg?hash=1774515146>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ca3ef96c-f81e-5499-93e4-06877ceb305a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003029',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 100342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seats_number': None,
'seller_name': None,
'title': 'Toyota Yaris Yaris 1.5 VVT-i Hybrid Dynamic e-CVT (Active Hybrid) '
'85kW/116pk 5D/P Auto-V - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1.5 VVT-i Hybrid Dynamic e-CVT (Active Hybrid) 85kW/116pk 5D/P '
'Auto-V - CO2 onvolledig',
'vin': None,
'year': 2022}
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003029auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [ecarstrade.be] INFO: Saving data for 7003029auction111056: {'created_time': 1774536649.228881, 'last_price_update_time': 1774536649.228893, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003029auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_001/780x0__r.jpg?hash=1774515124> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003017%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514999%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_005/780x0__r.jpg?hash=1774514999 not downloaded yet
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_003/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_002/780x0__r.jpg?hash=1774515124> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_004/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003024> (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-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_000/780x0__r.jpg?hash=1774514997> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_005/780x0__r.jpg?hash=1774515125> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_001/780x0__r.jpg?hash=1774514997> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_002/780x0__r.jpg?hash=1774514999> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_003/780x0__r.jpg?hash=1774515124> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_004/780x0__r.jpg?hash=1774515125> (referer: https://ecarstrade.com/cars/7003027)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_003/780x0__r.jpg?hash=1774514999> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_005/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:49 [ecarstrade.be] INFO: Extracting details for car 7003024auction111056
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_004/780x0__r.jpg?hash=1774514999> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_002/780x0__r.jpg?hash=1774515168> (referer: https://ecarstrade.com/cars/7003031)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_001/780x0__r.jpg?hash=1774515102> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_000/780x0__r.jpg?hash=1774515102> (referer: https://ecarstrade.com/cars/7003025)
2026-03-26 14:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec4911b7-f6d0-5d56-a630-d1dd730010f4 with identifier: 7003024auction111056
2026-03-26 14:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec4911b7-f6d0-5d56-a630-d1dd730010f4 with scrape type 1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_000/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_005/780x0__r.jpg?hash=1774514999> (referer: https://ecarstrade.com/cars/7003017)
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_001/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_003/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_002/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_004/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_002/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_001/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_003/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1
2026-03-26 14:50:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1, skipping ID generation
2026-03-26 14:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with scrape type 1
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 sending to next pipeline
2026-03-26 14:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1, identifier: 7003027auction111056
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_004/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with identifier: 7003027auction111056
2026-03-26 14:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with identifier: 7003027auction111056
2026-03-26 14:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35fe7135-a0f9-5b86-b6ab-dfffd3506fd1 with identifier: 7003027auction111056 to the API
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003027/photo_004/780x0__r.jpg?hash=1774515125>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '35fe7135-a0f9-5b86-b6ab-dfffd3506fd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003027',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 160356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-06',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Superb Combi Superb Combi 2.0 CRTDI DSG7 Clever 110kW/150pk '
'5D/P Auto-7',
'transmission': 'automatic',
'trim': 'Combi Combi 2.0 CRTDI DSG7 Clever 110kW/150pk 5D/P Auto-7',
'vin': None,
'year': 2022}
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003027auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:49 [ecarstrade.be] INFO: Saving data for 7003027auction111056: {'created_time': 1774536649.955103, 'last_price_update_time': 1774536649.955116, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003027auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_004/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_000/780x0__r.jpg?hash=1774515117> (referer: https://ecarstrade.com/cars/7003026)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_001/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_003/780x0__r.jpg?hash=1774515135> (referer: https://ecarstrade.com/cars/7003028)
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003024%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515083%27 HTTP/1.1" 200 None
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_005/780x0__r.jpg?hash=1774515083 not downloaded yet
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1dc9d39c-2bec-5209-8860-cb079e083b14
2026-03-26 14:50:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dc9d39c-2bec-5209-8860-cb079e083b14, skipping ID generation
2026-03-26 14:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dc9d39c-2bec-5209-8860-cb079e083b14 with scrape type 1
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dc9d39c-2bec-5209-8860-cb079e083b14 sending to next pipeline
2026-03-26 14:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dc9d39c-2bec-5209-8860-cb079e083b14, identifier: 7003031auction111056
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04
2026-03-26 14:50:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04, skipping ID generation
2026-03-26 14:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with scrape type 1
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 sending to next pipeline
2026-03-26 14:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04, identifier: 7003025auction111056
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2
2026-03-26 14:50:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2, skipping ID generation
2026-03-26 14:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with scrape type 1
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 sending to next pipeline
2026-03-26 14:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2, identifier: 7003017auction111056
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dc9d39c-2bec-5209-8860-cb079e083b14 with identifier: 7003031auction111056
2026-03-26 14:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dc9d39c-2bec-5209-8860-cb079e083b14 with identifier: 7003031auction111056
2026-03-26 14:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dc9d39c-2bec-5209-8860-cb079e083b14 with identifier: 7003031auction111056 to the API
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003031/photo_002/780x0__r.jpg?hash=1774515168>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1dc9d39c-2bec-5209-8860-cb079e083b14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003031',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 102914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Golf VIII Golf VIII 1.5 TSI Life 96kW/130pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'VIII VIII 1.5 TSI Life 96kW/130pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003031auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:50 [ecarstrade.be] INFO: Saving data for 7003031auction111056: {'created_time': 1774536650.638648, 'last_price_update_time': 1774536650.638659, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003031auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with identifier: 7003025auction111056
2026-03-26 14:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with identifier: 7003025auction111056
2026-03-26 14:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cdd52ce-ca45-5816-a96e-162fc1ef1b04 with identifier: 7003025auction111056 to the API
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003025/photo_000/780x0__r.jpg?hash=1774515102>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5cdd52ce-ca45-5816-a96e-162fc1ef1b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003025',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 92676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-02',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Superb Combi Superb Combi 1.5 TSI ACT DSG7 Clever '
'110kW/150pk 5D/P Auto-7 (4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'Combi Combi 1.5 TSI ACT DSG7 Clever 110kW/150pk 5D/P Auto-7 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003025auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:51 [ecarstrade.be] INFO: Saving data for 7003025auction111056: {'created_time': 1774536651.009086, 'last_price_update_time': 1774536651.009096, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003025auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with identifier: 7003017auction111056
2026-03-26 14:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with identifier: 7003017auction111056
2026-03-26 14:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffe862f7-387f-56c0-a19f-9a36cc2dc1c2 with identifier: 7003017auction111056 to the API
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003017/photo_005/780x0__r.jpg?hash=1774514999>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ffe862f7-387f-56c0-a19f-9a36cc2dc1c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003017',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 35918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seats_number': None,
'seller_name': None,
'title': 'Seat ATECA Ateca 1.0 TSI Move Navi 81kW/110pk 5D/P Man-6 (4 '
'seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': 'ATECA 1.0 TSI Move Navi 81kW/110pk 5D/P Man-6 (4 seizoenen Banden) '
'- CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003017auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:51 [ecarstrade.be] INFO: Saving data for 7003017auction111056: {'created_time': 1774536651.36458, 'last_price_update_time': 1774536651.36459, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003017auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_000/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_003/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_004/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_002/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a8101415-1a80-5ede-b529-3b84530f5bab
2026-03-26 14:50:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8101415-1a80-5ede-b529-3b84530f5bab, skipping ID generation
2026-03-26 14:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8101415-1a80-5ede-b529-3b84530f5bab with scrape type 1
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8101415-1a80-5ede-b529-3b84530f5bab sending to next pipeline
2026-03-26 14:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8101415-1a80-5ede-b529-3b84530f5bab, identifier: 7003026auction111056
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d632d2d8-c134-51c1-a4e3-de2071693881
2026-03-26 14:50:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d632d2d8-c134-51c1-a4e3-de2071693881, skipping ID generation
2026-03-26 14:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d632d2d8-c134-51c1-a4e3-de2071693881 with scrape type 1
2026-03-26 14:50:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d632d2d8-c134-51c1-a4e3-de2071693881 sending to next pipeline
2026-03-26 14:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d632d2d8-c134-51c1-a4e3-de2071693881, identifier: 7003028auction111056
2026-03-26 14:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8101415-1a80-5ede-b529-3b84530f5bab with identifier: 7003026auction111056
2026-03-26 14:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8101415-1a80-5ede-b529-3b84530f5bab with identifier: 7003026auction111056
2026-03-26 14:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8101415-1a80-5ede-b529-3b84530f5bab with identifier: 7003026auction111056 to the API
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003026/photo_000/780x0__r.jpg?hash=1774515117>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a8101415-1a80-5ede-b529-3b84530f5bab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003026',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 82133,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-02',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Superb Combi Superb Combi 1.5 TSI ACT DSG7 Clever '
'110kW/150pk 5D/P Auto-7 (4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': 'Combi Combi 1.5 TSI ACT DSG7 Clever 110kW/150pk 5D/P Auto-7 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003026auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:51 [ecarstrade.be] INFO: Saving data for 7003026auction111056: {'created_time': 1774536651.978194, 'last_price_update_time': 1774536651.978205, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003026auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d632d2d8-c134-51c1-a4e3-de2071693881 with identifier: 7003028auction111056
2026-03-26 14:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d632d2d8-c134-51c1-a4e3-de2071693881 with identifier: 7003028auction111056
2026-03-26 14:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d632d2d8-c134-51c1-a4e3-de2071693881 with identifier: 7003028auction111056 to the API
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003028/photo_003/780x0__r.jpg?hash=1774515135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'd632d2d8-c134-51c1-a4e3-de2071693881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003028',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 83926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-27',
'seats_number': None,
'seller_name': None,
'title': 'Tesla Model 3 Model 3 Long-Range Dual Motor AWD 366kW/498pk 4D/P '
'Auto-1',
'transmission': 'automatic',
'trim': 'Long-Range Dual Motor AWD 366kW/498pk 4D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003028auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:52 [ecarstrade.be] INFO: Saving data for 7003028auction111056: {'created_time': 1774536652.417571, 'last_price_update_time': 1774536652.417581, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003028auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_000/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_001/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_001/780x0__r.jpg?hash=1774514656> (referer: https://ecarstrade.com/cars/7002986)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_002/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_003/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_004/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_003/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_004/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_002/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_001/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b
2026-03-26 14:50:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b, skipping ID generation
2026-03-26 14:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with scrape type 1
2026-03-26 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b sending to next pipeline
2026-03-26 14:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b, identifier: 7002986auction111056
2026-03-26 14:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with identifier: 7002986auction111056
2026-03-26 14:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with identifier: 7002986auction111056
2026-03-26 14:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55cda36c-6a0b-5be8-9bf4-fa8fb76e085b with identifier: 7002986auction111056 to the API
2026-03-26 14:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002986/photo_001/780x0__r.jpg?hash=1774514656>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '55cda36c-6a0b-5be8-9bf4-fa8fb76e085b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002986',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 76423,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes GLB GLB GLB 180 d Business Solution 85kW/116pk 5D/P '
'Auto-8',
'transmission': 'automatic',
'trim': 'GLB GLB d Business Solution 85kW/116pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002986auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:53 [ecarstrade.be] INFO: Saving data for 7002986auction111056: {'created_time': 1774536653.02714, 'last_price_update_time': 1774536653.02715, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002986auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_005/780x0__r.jpg?hash=1774515083> (referer: https://ecarstrade.com/cars/7003024)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_000/780x0__r.jpg?hash=1774514373> (referer: https://ecarstrade.com/cars/7002965)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_003/780x0__r.jpg?hash=1774514628> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_004/780x0__r.jpg?hash=1774514628> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_004/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_001/780x0__r.jpg?hash=1774514623> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_002/780x0__r.jpg?hash=1774514623> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_005/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ec4911b7-f6d0-5d56-a630-d1dd730010f4
2026-03-26 14:50:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec4911b7-f6d0-5d56-a630-d1dd730010f4, skipping ID generation
2026-03-26 14:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec4911b7-f6d0-5d56-a630-d1dd730010f4 with scrape type 1
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec4911b7-f6d0-5d56-a630-d1dd730010f4 sending to next pipeline
2026-03-26 14:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec4911b7-f6d0-5d56-a630-d1dd730010f4, identifier: 7003024auction111056
2026-03-26 14:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec4911b7-f6d0-5d56-a630-d1dd730010f4 with identifier: 7003024auction111056
2026-03-26 14:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec4911b7-f6d0-5d56-a630-d1dd730010f4 with identifier: 7003024auction111056
2026-03-26 14:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec4911b7-f6d0-5d56-a630-d1dd730010f4 with identifier: 7003024auction111056 to the API
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003024/photo_005/780x0__r.jpg?hash=1774515083>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ec4911b7-f6d0-5d56-a630-d1dd730010f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003024',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 81606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Karoq Karoq 1.5 TSI DSG7 Clever+ 110kW/150pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': '1.5 TSI DSG7 Clever+ 110kW/150pk 5D/P Auto-7',
'vin': None,
'year': 2022}
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003024auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:53 [ecarstrade.be] INFO: Saving data for 7003024auction111056: {'created_time': 1774536653.624971, 'last_price_update_time': 1774536653.624981, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003024auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_003/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_002/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_001/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_000/780x0__r.jpg?hash=1774514621> (referer: https://ecarstrade.com/cars/7002984)
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2a8a2f26-70c7-5f31-a284-dcacac4065c8
2026-03-26 14:50:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a8a2f26-70c7-5f31-a284-dcacac4065c8, skipping ID generation
2026-03-26 14:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with scrape type 1
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a8a2f26-70c7-5f31-a284-dcacac4065c8 sending to next pipeline
2026-03-26 14:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a8a2f26-70c7-5f31-a284-dcacac4065c8, identifier: 7002965auction111056
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:50:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with identifier: 7002965auction111056
2026-03-26 14:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with identifier: 7002965auction111056
2026-03-26 14:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a8a2f26-70c7-5f31-a284-dcacac4065c8 with identifier: 7002965auction111056 to the API
2026-03-26 14:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50: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-26 14:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002965/photo_000/780x0__r.jpg?hash=1774514373>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2a8a2f26-70c7-5f31-a284-dcacac4065c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002965',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 200',
'odometer': 52434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-16',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine A-Klasse Limousine A 200 120kW/163pk '
'4D/P Man-6',
'transmission': 'manual',
'trim': 'A-Klasse Limousine A-Klasse Limousine 120kW/163pk 4D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002965auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:54 [ecarstrade.be] INFO: Saving data for 7002965auction111056: {'created_time': 1774536654.106449, 'last_price_update_time': 1774536654.106459, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002965auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_002/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_001/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_003/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_000/780x0__r.jpg?hash=1774514566> (referer: https://ecarstrade.com/cars/7002981)
2026-03-26 14:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73d4f995-4cff-5576-a160-a01860c76078
2026-03-26 14:50:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73d4f995-4cff-5576-a160-a01860c76078, skipping ID generation
2026-03-26 14:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d4f995-4cff-5576-a160-a01860c76078 with scrape type 1
2026-03-26 14:50:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73d4f995-4cff-5576-a160-a01860c76078 sending to next pipeline
2026-03-26 14:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73d4f995-4cff-5576-a160-a01860c76078, identifier: 7002984auction111056
2026-03-26 14:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73d4f995-4cff-5576-a160-a01860c76078 with identifier: 7002984auction111056
2026-03-26 14:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73d4f995-4cff-5576-a160-a01860c76078 with identifier: 7002984auction111056
2026-03-26 14:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73d4f995-4cff-5576-a160-a01860c76078 with identifier: 7002984auction111056 to the API
2026-03-26 14:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002984/photo_000/780x0__r.jpg?hash=1774514621>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '73d4f995-4cff-5576-a160-a01860c76078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002984',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'S 450',
'odometer': 77620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-05',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQS EQS EQS 450+ Luxury Line 245kW/333pk 5D/P Auto-1',
'transmission': 'automatic',
'trim': 'EQS EQS EQ+ Luxury Line 245kW/333pk 5D/P Auto-1',
'vin': None,
'year': 2023}
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002984auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:55 [ecarstrade.be] INFO: Saving data for 7002984auction111056: {'created_time': 1774536655.268351, 'last_price_update_time': 1774536655.268361, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002984auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_003/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_004/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_002/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_000/780x0__r.jpg?hash=1774514578> (referer: https://ecarstrade.com/cars/7002982)
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37
2026-03-26 14:50:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37, skipping ID generation
2026-03-26 14:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with scrape type 1
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 sending to next pipeline
2026-03-26 14:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37, identifier: 7002981auction111056
2026-03-26 14:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with identifier: 7002981auction111056
2026-03-26 14:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with identifier: 7002981auction111056
2026-03-26 14:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2fc26aa-3d93-5927-a0e2-a2b8b098ca37 with identifier: 7002981auction111056 to the API
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002981/photo_000/780x0__r.jpg?hash=1774514566>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'e2fc26aa-3d93-5927-a0e2-a2b8b098ca37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002981',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 208848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-20',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQB EQB EQB 250 AMG Line 140kW/190pk 5D/P Auto-1',
'transmission': 'automatic',
'trim': 'EQB EQB EQ AMG Line 140kW/190pk 5D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002981auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:55 [ecarstrade.be] INFO: Saving data for 7002981auction111056: {'created_time': 1774536655.716377, 'last_price_update_time': 1774536655.716387, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002981auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_000/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_004/780x0__r.jpg?hash=1774514329> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_003/780x0__r.jpg?hash=1774514328> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_001/780x0__r.jpg?hash=1774514589> (referer: https://ecarstrade.com/cars/7002983)
2026-03-26 14: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-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item df45994f-171a-5f33-bf44-915c54d5ae9a
2026-03-26 14:50:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df45994f-171a-5f33-bf44-915c54d5ae9a, skipping ID generation
2026-03-26 14:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df45994f-171a-5f33-bf44-915c54d5ae9a with scrape type 1
2026-03-26 14:50:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df45994f-171a-5f33-bf44-915c54d5ae9a sending to next pipeline
2026-03-26 14:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df45994f-171a-5f33-bf44-915c54d5ae9a, identifier: 7002982auction111056
2026-03-26 14:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df45994f-171a-5f33-bf44-915c54d5ae9a with identifier: 7002982auction111056
2026-03-26 14:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df45994f-171a-5f33-bf44-915c54d5ae9a with identifier: 7002982auction111056
2026-03-26 14:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df45994f-171a-5f33-bf44-915c54d5ae9a with identifier: 7002982auction111056 to the API
2026-03-26 14:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002982/photo_000/780x0__r.jpg?hash=1774514578>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'df45994f-171a-5f33-bf44-915c54d5ae9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002982',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 90844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-02',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQE EQE EQE 300 Business Line 180kW/245pk 4D/P Auto-1 - '
'WLTP onvolledig',
'transmission': 'automatic',
'trim': '300 Business Line 180kW/245pk 4D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002982auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:56 [ecarstrade.be] INFO: Saving data for 7002982auction111056: {'created_time': 1774536656.144281, 'last_price_update_time': 1774536656.144293, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002982auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_001/780x0__r.jpg?hash=1774514328> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_000/780x0__r.jpg?hash=1774514328> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_002/780x0__r.jpg?hash=1774514328> (referer: https://ecarstrade.com/cars/7002960)
2026-03-26 14:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d8b77379-dd43-5e99-be47-8398d7497466
2026-03-26 14:50:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d8b77379-dd43-5e99-be47-8398d7497466, skipping ID generation
2026-03-26 14:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b77379-dd43-5e99-be47-8398d7497466 with scrape type 1
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d8b77379-dd43-5e99-be47-8398d7497466 sending to next pipeline
2026-03-26 14:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8b77379-dd43-5e99-be47-8398d7497466, identifier: 7002983auction111056
2026-03-26 14:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8b77379-dd43-5e99-be47-8398d7497466 with identifier: 7002983auction111056
2026-03-26 14:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8b77379-dd43-5e99-be47-8398d7497466 with identifier: 7002983auction111056
2026-03-26 14:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8b77379-dd43-5e99-be47-8398d7497466 with identifier: 7002983auction111056 to the API
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002983/photo_001/780x0__r.jpg?hash=1774514589>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': 'd8b77379-dd43-5e99-be47-8398d7497466',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002983',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'S 450',
'odometer': 69033,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-05',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes EQS EQS EQS 450+ Luxury Line 245kW/333pk 5D/P Auto-1',
'transmission': 'automatic',
'trim': 'EQS EQS EQ+ Luxury Line 245kW/333pk 5D/P Auto-1',
'vin': None,
'year': 2023}
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002983auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:56 [ecarstrade.be] INFO: Saving data for 7002983auction111056: {'created_time': 1774536656.552552, 'last_price_update_time': 1774536656.552563, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002983auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82557038-ffbd-5b66-b615-9ea259a3eb9d
2026-03-26 14:50:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82557038-ffbd-5b66-b615-9ea259a3eb9d, skipping ID generation
2026-03-26 14:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82557038-ffbd-5b66-b615-9ea259a3eb9d with scrape type 1
2026-03-26 14:50:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82557038-ffbd-5b66-b615-9ea259a3eb9d sending to next pipeline
2026-03-26 14:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82557038-ffbd-5b66-b615-9ea259a3eb9d, identifier: 7002960auction111056
2026-03-26 14:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82557038-ffbd-5b66-b615-9ea259a3eb9d with identifier: 7002960auction111056
2026-03-26 14:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82557038-ffbd-5b66-b615-9ea259a3eb9d with identifier: 7002960auction111056
2026-03-26 14:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82557038-ffbd-5b66-b615-9ea259a3eb9d with identifier: 7002960auction111056 to the API
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002960/photo_002/780x0__r.jpg?hash=1774514328>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '82557038-ffbd-5b66-b615-9ea259a3eb9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002960',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 36805,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-20',
'seats_number': None,
'seller_name': None,
'title': 'Hyundai Tucson Tucson 1.6 T-GDi Hybrid Feel (Active Hybrid) '
'169kW/230pk 5D/P Auto-6',
'transmission': 'automatic',
'trim': '1.6 T-GDi Hybrid Feel (Active Hybrid) 169kW/230pk 5D/P Auto-6',
'vin': None,
'year': 2021}
2026-03-26 14:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002960auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:57 [ecarstrade.be] INFO: Saving data for 7002960auction111056: {'created_time': 1774536657.008425, 'last_price_update_time': 1774536657.008436, 'auction_closing_time': 1774602600.0}
2026-03-26 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002960auction111056') HTTP/1.1" 204 0
2026-03-26 14:50:58 [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-26 14:50:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003036auction111056
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003036auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003036auction111056: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003086auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003086auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003086auction111059: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003087auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003087auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003087auction111059: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003088auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003088auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003088auction111059: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003089auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003089auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003089auction111059: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003090auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003090auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:58 [ecarstrade.be] INFO: Scrape type for 7003090auction111059: 1
2026-03-26 14:50:58 [ecarstrade.be] INFO: Found listing with ID: 7003091auction111059
2026-03-26 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003091auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003091auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003092auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003092auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003092auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003093auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003093auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003093auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003094auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003094auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003094auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003095auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003095auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003095auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003096auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003096auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003096auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003097auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003097auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003097auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003098auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003098auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003098auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003099auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003099auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003099auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003100auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003100auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003100auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7003101auction111059
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003101auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7003101auction111059: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7005211auction111056
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005211auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7005211auction111056: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7005212auction111056
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005212auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7005212auction111056: 1
2026-03-26 14:50:59 [ecarstrade.be] INFO: Found listing with ID: 7005213auction111056
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005213auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:50:59 [ecarstrade.be] INFO: Scrape type for 7005213auction111056: 1
2026-03-26 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003015> (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-26 14:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:00 [ecarstrade.be] INFO: Extracting details for car 7003015auction111056
2026-03-26 14:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5baf6c9d-ae07-596e-a434-71c42a992600 with identifier: 7003015auction111056
2026-03-26 14:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5baf6c9d-ae07-596e-a434-71c42a992600 with scrape type 1
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514956%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_000/780x0__r.jpg?hash=1774514956 not downloaded yet
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514956%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_001/780x0__r.jpg?hash=1774514956 not downloaded yet
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514956%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_002/780x0__r.jpg?hash=1774514956 not downloaded yet
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514957%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_003/780x0__r.jpg?hash=1774514957 not downloaded yet
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514957%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_004/780x0__r.jpg?hash=1774514957 not downloaded yet
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003015%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514957%27 HTTP/1.1" 200 None
2026-03-26 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_005/780x0__r.jpg?hash=1774514957 not downloaded yet
2026-03-26 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003011> (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-26 14: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-26 14:51:05 [ecarstrade.be] INFO: Extracting details for car 7003011auction111056
2026-03-26 14:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc82a412-f6c0-5a18-8c44-429227293a0d with identifier: 7003011auction111056
2026-03-26 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc82a412-f6c0-5a18-8c44-429227293a0d with scrape type 1
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514868%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_000/780x0__r.jpg?hash=1774514868 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514868%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_001/780x0__r.jpg?hash=1774514868 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514868%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_002/780x0__r.jpg?hash=1774514868 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514868%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_003/780x0__r.jpg?hash=1774514868 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514869%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_004/780x0__r.jpg?hash=1774514869 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003011%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514869%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_005/780x0__r.jpg?hash=1774514869 not downloaded yet
2026-03-26 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003006> (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-26 14:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:05 [ecarstrade.be] INFO: Extracting details for car 7003006auction111056
2026-03-26 14:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2c29806-b004-505c-907a-d805eca1ac8c with identifier: 7003006auction111056
2026-03-26 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c29806-b004-505c-907a-d805eca1ac8c with scrape type 1
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_000/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_001/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_002/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_003/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_004/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003006%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_005/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003014> (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-26 14:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:05 [ecarstrade.be] INFO: Extracting details for car 7003014auction111056
2026-03-26 14:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7003014auction111056
2026-03-26 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 1
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514944%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_000/780x0__r.jpg?hash=1774514944 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514944%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_001/780x0__r.jpg?hash=1774514944 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514945%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_002/780x0__r.jpg?hash=1774514945 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514945%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_003/780x0__r.jpg?hash=1774514945 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514945%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_004/780x0__r.jpg?hash=1774514945 not downloaded yet
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003014%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514945%27 HTTP/1.1" 200 None
2026-03-26 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_005/780x0__r.jpg?hash=1774514945 not downloaded yet
2026-03-26 14:51:06 [scrapy.extensions.logstats] INFO: Crawled 463 pages (at 23 pages/min), scraped 419 items (at 32 items/min)
2026-03-26 14:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003003> (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-26 14: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-26 14:51:11 [ecarstrade.be] INFO: Extracting details for car 7003003auction111056
2026-03-26 14:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with identifier: 7003003auction111056
2026-03-26 14:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with scrape type 1
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_000/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_001/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_002/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_003/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_004/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003003%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_005/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 14:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003012> (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-26 14:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:12 [ecarstrade.be] INFO: Extracting details for car 7003012auction111056
2026-03-26 14:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee4e7301-6fa3-56f9-a60b-492d6a96df5d with identifier: 7003012auction111056
2026-03-26 14:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee4e7301-6fa3-56f9-a60b-492d6a96df5d with scrape type 1
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514882%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_000/780x0__r.jpg?hash=1774514882 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514882%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_001/780x0__r.jpg?hash=1774514882 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514882%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_002/780x0__r.jpg?hash=1774514882 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514883%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_003/780x0__r.jpg?hash=1774514883 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514883%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_004/780x0__r.jpg?hash=1774514883 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003012%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514883%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_005/780x0__r.jpg?hash=1774514883 not downloaded yet
2026-03-26 14:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003036> (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-26 14:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:12 [ecarstrade.be] INFO: Extracting details for car 7003036auction111056
2026-03-26 14:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53f812d9-127e-5ff1-94d0-6e63038dd475 with identifier: 7003036auction111056
2026-03-26 14:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53f812d9-127e-5ff1-94d0-6e63038dd475 with scrape type 1
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515240%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_000/780x0__r.jpg?hash=1774515240 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515240%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_001/780x0__r.jpg?hash=1774515240 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515240%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_002/780x0__r.jpg?hash=1774515240 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515240%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_003/780x0__r.jpg?hash=1774515240 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515241%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_004/780x0__r.jpg?hash=1774515241 not downloaded yet
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003036%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515241%27 HTTP/1.1" 200 None
2026-03-26 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_005/780x0__r.jpg?hash=1774515241 not downloaded yet
2026-03-26 14:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003086> (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-26 14:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:13 [ecarstrade.be] INFO: Extracting details for car 7003086auction111059
2026-03-26 14:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446d5453-9c30-579b-877a-88e7c9d6d295 with identifier: 7003086auction111059
2026-03-26 14:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446d5453-9c30-579b-877a-88e7c9d6d295 with scrape type 1
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515358%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_000/780x0__r.jpg?hash=1774515358 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515359%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_001/780x0__r.jpg?hash=1774515359 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515359%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_002/780x0__r.jpg?hash=1774515359 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515360%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_003/780x0__r.jpg?hash=1774515360 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515360%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_004/780x0__r.jpg?hash=1774515360 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003086%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515360%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_005/780x0__r.jpg?hash=1774515360 not downloaded yet
2026-03-26 14:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003016> (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-26 14:51:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:13 [ecarstrade.be] INFO: Extracting details for car 7003016auction111056
2026-03-26 14:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with identifier: 7003016auction111056
2026-03-26 14:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with scrape type 1
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514981%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_000/780x0__r.jpg?hash=1774514981 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514981%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_001/780x0__r.jpg?hash=1774514981 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514981%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_002/780x0__r.jpg?hash=1774514981 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514981%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_003/780x0__r.jpg?hash=1774514981 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514981%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_004/780x0__r.jpg?hash=1774514981 not downloaded yet
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003016%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514982%27 HTTP/1.1" 200 None
2026-03-26 14:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_005/780x0__r.jpg?hash=1774514982 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003090> (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-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_005/780x0__r.jpg?hash=1774514957> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14:51:19 [ecarstrade.be] INFO: Extracting details for car 7003090auction111059
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_005/780x0__r.jpg?hash=1774514869> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a484659-1397-54b0-9616-068ab47bcfc5 with identifier: 7003090auction111059
2026-03-26 14:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a484659-1397-54b0-9616-068ab47bcfc5 with scrape type 1
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_000/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_001/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_002/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_003/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_005/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_004/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003090%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515423%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_005/780x0__r.jpg?hash=1774515423 not downloaded yet
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003000> (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-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_005/780x0__r.jpg?hash=1774514945> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_005/780x0__r.jpg?hash=1774514883> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_005/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:19 [ecarstrade.be] INFO: Extracting details for car 7003000auction111056
2026-03-26 14:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7003000auction111056
2026-03-26 14:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 1
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514804%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_000/780x0__r.jpg?hash=1774514804 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_005/780x0__r.jpg?hash=1774515241> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514804%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_001/780x0__r.jpg?hash=1774514804 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_005/780x0__r.jpg?hash=1774515360> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514804%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_002/780x0__r.jpg?hash=1774514804 not downloaded yet
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514804%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_003/780x0__r.jpg?hash=1774514804 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_005/780x0__r.jpg?hash=1774514982> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514805%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_004/780x0__r.jpg?hash=1774514805 not downloaded yet
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_004/780x0__r.jpg?hash=1774514981> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003000%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514805%27 HTTP/1.1" 200 None
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_005/780x0__r.jpg?hash=1774514805 not downloaded yet
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_003/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_003/780x0__r.jpg?hash=1774514981> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_005/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_002/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_004/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_001/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_001/780x0__r.jpg?hash=1774514804> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_000/780x0__r.jpg?hash=1774514804> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_003/780x0__r.jpg?hash=1774514804> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_004/780x0__r.jpg?hash=1774514805> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_005/780x0__r.jpg?hash=1774514805> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_002/780x0__r.jpg?hash=1774514804> (referer: https://ecarstrade.com/cars/7003000)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_002/780x0__r.jpg?hash=1774514981> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_000/780x0__r.jpg?hash=1774515423> (referer: https://ecarstrade.com/cars/7003090)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_001/780x0__r.jpg?hash=1774514981> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_000/780x0__r.jpg?hash=1774514981> (referer: https://ecarstrade.com/cars/7003016)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-26 14:51:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27592abd-2eef-562c-9221-705bbb4acc8e, skipping ID generation
2026-03-26 14:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27592abd-2eef-562c-9221-705bbb4acc8e sending to next pipeline
2026-03-26 14:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27592abd-2eef-562c-9221-705bbb4acc8e, identifier: 7003000auction111056
2026-03-26 14:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7003000auction111056
2026-03-26 14:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7003000auction111056
2026-03-26 14:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7003000auction111056 to the API
2026-03-26 14:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003000/photo_002/780x0__r.jpg?hash=1774514804>
{'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-27T09:10: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/7003000',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '308',
'odometer': 90962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003000auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:20 [ecarstrade.be] INFO: Saving data for 7003000auction111056: {'created_time': 1774536680.766878, 'last_price_update_time': 1774536680.766887, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003000auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_004/780x0__r.jpg?hash=1774515360> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_003/780x0__r.jpg?hash=1774515360> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a484659-1397-54b0-9616-068ab47bcfc5
2026-03-26 14:51:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a484659-1397-54b0-9616-068ab47bcfc5, skipping ID generation
2026-03-26 14:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a484659-1397-54b0-9616-068ab47bcfc5 with scrape type 1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a484659-1397-54b0-9616-068ab47bcfc5 sending to next pipeline
2026-03-26 14:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a484659-1397-54b0-9616-068ab47bcfc5, identifier: 7003090auction111059
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1
2026-03-26 14:51:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1, skipping ID generation
2026-03-26 14:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with scrape type 1
2026-03-26 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 sending to next pipeline
2026-03-26 14:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1, identifier: 7003016auction111056
2026-03-26 14:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a484659-1397-54b0-9616-068ab47bcfc5 with identifier: 7003090auction111059
2026-03-26 14:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a484659-1397-54b0-9616-068ab47bcfc5 with identifier: 7003090auction111059
2026-03-26 14:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a484659-1397-54b0-9616-068ab47bcfc5 with identifier: 7003090auction111059 to the API
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003090/photo_000/780x0__r.jpg?hash=1774515423>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0a484659-1397-54b0-9616-068ab47bcfc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003090',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 138771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seats_number': None,
'seller_name': None,
'title': 'Citroen C5 Aircross C5 Aircross 1.5 BlueHDi 130 S/S MAN6 Feel '
'96kW/131pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.5 BlueHDi 130 S/S MAN6 Feel 96kW/131pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003090auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:51:21 [ecarstrade.be] INFO: Saving data for 7003090auction111059: {'created_time': 1774536681.451414, 'last_price_update_time': 1774536681.451424, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003090auction111059') HTTP/1.1" 204 0
2026-03-26 14:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with identifier: 7003016auction111056
2026-03-26 14:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with identifier: 7003016auction111056
2026-03-26 14:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eac7cce5-0fb7-50f8-9b93-695b6a7db8a1 with identifier: 7003016auction111056 to the API
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003016/photo_000/780x0__r.jpg?hash=1774514981>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'eac7cce5-0fb7-50f8-9b93-695b6a7db8a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003016',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Seat',
'model': 'Arona',
'odometer': 101842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-09',
'seats_number': None,
'seller_name': None,
'title': 'Seat ARONA Arona 1.0 TSI Move Full Link 70kW/95pk 5D/P Man-5 (4 '
'seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': 'ARONA 1.0 TSI Move Full Link 70kW/95pk 5D/P Man-5 (4 seizoenen '
'Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003016auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:21 [ecarstrade.be] INFO: Saving data for 7003016auction111056: {'created_time': 1774536681.764643, 'last_price_update_time': 1774536681.764652, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003016auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_001/780x0__r.jpg?hash=1774515359> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_002/780x0__r.jpg?hash=1774515359> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:21 [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-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003089> (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-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_004/780x0__r.jpg?hash=1774515241> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_000/780x0__r.jpg?hash=1774515358> (referer: https://ecarstrade.com/cars/7003086)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_002/780x0__r.jpg?hash=1774515240> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_003/780x0__r.jpg?hash=1774515240> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_000/780x0__r.jpg?hash=1774515240> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_003/780x0__r.jpg?hash=1774514883> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_004/780x0__r.jpg?hash=1774514883> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_001/780x0__r.jpg?hash=1774515240> (referer: https://ecarstrade.com/cars/7003036)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_002/780x0__r.jpg?hash=1774514882> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_000/780x0__r.jpg?hash=1774514882> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:21 [ecarstrade.be] INFO: Extracting details for car 7003089auction111059
2026-03-26 14:51:21 [ecarstrade.be] INFO: Found listing with ID: 7005214auction111056
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005214auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:21 [ecarstrade.be] INFO: Scrape type for 7005214auction111056: 1
2026-03-26 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_001/780x0__r.jpg?hash=1774514882> (referer: https://ecarstrade.com/cars/7003012)
2026-03-26 14:51:21 [ecarstrade.be] INFO: Found listing with ID: 7005215auction111056
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005215auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:21 [ecarstrade.be] INFO: Scrape type for 7005215auction111056: 1
2026-03-26 14:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3fc506-e622-5f03-a09e-cdd448e6660e with identifier: 7003089auction111059
2026-03-26 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3fc506-e622-5f03-a09e-cdd448e6660e with scrape type 1
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515410%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_000/780x0__r.jpg?hash=1774515410 not downloaded yet
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 446d5453-9c30-579b-877a-88e7c9d6d295
2026-03-26 14:51:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 446d5453-9c30-579b-877a-88e7c9d6d295, skipping ID generation
2026-03-26 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446d5453-9c30-579b-877a-88e7c9d6d295 with scrape type 1
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 446d5453-9c30-579b-877a-88e7c9d6d295 sending to next pipeline
2026-03-26 14:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 446d5453-9c30-579b-877a-88e7c9d6d295, identifier: 7003086auction111059
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 7005216auction111056
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005216auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [ecarstrade.be] INFO: Scrape type for 7005216auction111056: 1
2026-03-26 14:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 446d5453-9c30-579b-877a-88e7c9d6d295 with identifier: 7003086auction111059
2026-03-26 14:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 446d5453-9c30-579b-877a-88e7c9d6d295 with identifier: 7003086auction111059
2026-03-26 14:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 446d5453-9c30-579b-877a-88e7c9d6d295 with identifier: 7003086auction111059 to the API
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003086/photo_000/780x0__r.jpg?hash=1774515358>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '446d5453-9c30-579b-877a-88e7c9d6d295',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003086',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 171359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 Sportback A3 Sportback 1.0 30 TFSi S tronic Attraction '
'(Mild Hybrid) 81kW/110pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'Sportback Sportback 1.0 30 TFSi S tronic Attraction (Mild Hybrid) '
'81kW/110pk 5D/P Auto-7',
'vin': None,
'year': 2023}
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003086auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [ecarstrade.be] INFO: Saving data for 7003086auction111059: {'created_time': 1774536682.549984, 'last_price_update_time': 1774536682.549994, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003086auction111059') HTTP/1.1" 204 0
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_002/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_001/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_004/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_003/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515410%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_001/780x0__r.jpg?hash=1774515410 not downloaded yet
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 7005217auction111056
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005217auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [ecarstrade.be] INFO: Scrape type for 7005217auction111056: 1
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515410%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_002/780x0__r.jpg?hash=1774515410 not downloaded yet
2026-03-26 14:51:22 [ecarstrade.be] INFO: Found listing with ID: 7005218auction111056
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005218auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [ecarstrade.be] INFO: Scrape type for 7005218auction111056: 1
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 53f812d9-127e-5ff1-94d0-6e63038dd475
2026-03-26 14:51:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53f812d9-127e-5ff1-94d0-6e63038dd475, skipping ID generation
2026-03-26 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53f812d9-127e-5ff1-94d0-6e63038dd475 with scrape type 1
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53f812d9-127e-5ff1-94d0-6e63038dd475 sending to next pipeline
2026-03-26 14:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53f812d9-127e-5ff1-94d0-6e63038dd475, identifier: 7003036auction111056
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee4e7301-6fa3-56f9-a60b-492d6a96df5d
2026-03-26 14:51:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee4e7301-6fa3-56f9-a60b-492d6a96df5d, skipping ID generation
2026-03-26 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee4e7301-6fa3-56f9-a60b-492d6a96df5d with scrape type 1
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee4e7301-6fa3-56f9-a60b-492d6a96df5d sending to next pipeline
2026-03-26 14:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee4e7301-6fa3-56f9-a60b-492d6a96df5d, identifier: 7003012auction111056
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_003/780x0__r.jpg?hash=1774514945> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_004/780x0__r.jpg?hash=1774514945> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_000/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003003)
2026-03-26 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_002/780x0__r.jpg?hash=1774514945> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515411%27 HTTP/1.1" 200 None
2026-03-26 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_003/780x0__r.jpg?hash=1774515411 not downloaded yet
2026-03-26 14:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53f812d9-127e-5ff1-94d0-6e63038dd475 with identifier: 7003036auction111056
2026-03-26 14:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53f812d9-127e-5ff1-94d0-6e63038dd475 with identifier: 7003036auction111056
2026-03-26 14:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53f812d9-127e-5ff1-94d0-6e63038dd475 with identifier: 7003036auction111056 to the API
2026-03-26 14:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003036/photo_001/780x0__r.jpg?hash=1774515240>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '53f812d9-127e-5ff1-94d0-6e63038dd475',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003036',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 100335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC60 XC60 T6 Recharge Geartronic R-Design (PHEV) 251kW/341pk '
'5D/P Auto-8',
'transmission': 'automatic',
'trim': 'T6 Recharge Geartronic R-Design (PHEV) 251kW/341pk 5D/P Auto-8',
'vin': None,
'year': 2021}
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003036auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [ecarstrade.be] INFO: Saving data for 7003036auction111056: {'created_time': 1774536683.255653, 'last_price_update_time': 1774536683.255664, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003036auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee4e7301-6fa3-56f9-a60b-492d6a96df5d with identifier: 7003012auction111056
2026-03-26 14:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee4e7301-6fa3-56f9-a60b-492d6a96df5d with identifier: 7003012auction111056
2026-03-26 14:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee4e7301-6fa3-56f9-a60b-492d6a96df5d with identifier: 7003012auction111056 to the API
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003012/photo_001/780x0__r.jpg?hash=1774514882>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ee4e7301-6fa3-56f9-a60b-492d6a96df5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003012',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 159616,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-25',
'seats_number': None,
'seller_name': None,
'title': 'Renault Grand Scénic Grand Scénic TCe 115 Corporate Edition '
'85kW/116pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'Grand Scénic Grand Scénic TCe 115 Corporate Edition 85kW/116pk 5D/P '
'Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003012auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [ecarstrade.be] INFO: Saving data for 7003012auction111056: {'created_time': 1774536683.617596, 'last_price_update_time': 1774536683.617606, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003012auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:23 [ecarstrade.be] INFO: Found listing with ID: 7005219auction111056
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005219auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [ecarstrade.be] INFO: Scrape type for 7005219auction111056: 1
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515411%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_004/780x0__r.jpg?hash=1774515411 not downloaded yet
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:23 [ecarstrade.be] INFO: Found listing with ID: 7005220auction111056
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005220auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [ecarstrade.be] INFO: Scrape type for 7005220auction111056: 1
2026-03-26 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_000/780x0__r.jpg?hash=1774514944> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_004/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003089%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515411%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_005/780x0__r.jpg?hash=1774515411 not downloaded yet
2026-03-26 14:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf
2026-03-26 14:51:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf, skipping ID generation
2026-03-26 14:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with scrape type 1
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf sending to next pipeline
2026-03-26 14:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf, identifier: 7003003auction111056
2026-03-26 14:51:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_001/780x0__r.jpg?hash=1774514944> (referer: https://ecarstrade.com/cars/7003014)
2026-03-26 14:51:23 [ecarstrade.be] INFO: Found listing with ID: 7003020auction111056
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003020auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:23 [ecarstrade.be] INFO: Scrape type for 7003020auction111056: 1
2026-03-26 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with identifier: 7003003auction111056
2026-03-26 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with identifier: 7003003auction111056
2026-03-26 14:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf with identifier: 7003003auction111056 to the API
2026-03-26 14:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003003/photo_000/780x0__r.jpg?hash=1774514819>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ad7ae0af-c6ab-51b6-be23-fa4be13dfeaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003003',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 91952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-09',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 5008 5008 1.2 PureTech S/S Allure 96kW/130pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.2 PureTech S/S Allure 96kW/130pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003003auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Saving data for 7003003auction111056: {'created_time': 1774536684.188942, 'last_price_update_time': 1774536684.188955, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003003auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_000/780x0__r.jpg?hash=1774515410> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000768auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000768auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000768auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000343auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000343auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000343auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000490auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000490auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000490auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000495auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000495auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000495auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000342auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000342auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000342auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000492auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000492auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000492auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000341auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000341auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000341auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000491auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000491auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000491auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000832auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000832auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000832auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000486auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000486auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000486auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000339auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000339auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000339auction111024: 0
2026-03-26 14:51:24 [ecarstrade.be] INFO: Found listing with ID: 7000344auction111024
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000344auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Scrape type for 7000344auction111024: 0
2026-03-26 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003010> (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-26 14:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-26 14:51:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dff3b4fe-6b74-5549-b338-d2adbec3541b, skipping ID generation
2026-03-26 14:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 1
2026-03-26 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dff3b4fe-6b74-5549-b338-d2adbec3541b sending to next pipeline
2026-03-26 14:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff3b4fe-6b74-5549-b338-d2adbec3541b, identifier: 7003014auction111056
2026-03-26 14:51:24 [ecarstrade.be] INFO: Extracting details for car 7003010auction111056
2026-03-26 14:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7003014auction111056
2026-03-26 14:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7003014auction111056
2026-03-26 14:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7003014auction111056 to the API
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003014/photo_001/780x0__r.jpg?hash=1774514944>
{'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-27T09:10: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/7003014',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'MAN',
'model': 'Renault Talisman',
'odometer': 117553,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003014auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:24 [ecarstrade.be] INFO: Saving data for 7003014auction111056: {'created_time': 1774536684.861217, 'last_price_update_time': 1774536684.861228, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003014auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_003/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_002/780x0__r.jpg?hash=1774515410> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003088> (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-26 14:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc1a6be-8558-5280-b2fc-f7835bbe3678 with identifier: 7003010auction111056
2026-03-26 14:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc1a6be-8558-5280-b2fc-f7835bbe3678 with scrape type 1
2026-03-26 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_000/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14: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-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_001/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_002/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_003/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14:51:25 [ecarstrade.be] INFO: Extracting details for car 7003088auction111059
2026-03-26 14:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_001/780x0__r.jpg?hash=1774515410> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_004/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcbad319-7a1c-58e6-a1a1-6d275da4287e with identifier: 7003088auction111059
2026-03-26 14:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcbad319-7a1c-58e6-a1a1-6d275da4287e with scrape type 1
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515396%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_000/780x0__r.jpg?hash=1774515396 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003010%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514854%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_005/780x0__r.jpg?hash=1774514854 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515396%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_001/780x0__r.jpg?hash=1774515396 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515396%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_002/780x0__r.jpg?hash=1774515396 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515397%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_003/780x0__r.jpg?hash=1774515397 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515398%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_004/780x0__r.jpg?hash=1774515398 not downloaded yet
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003088%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515398%27 HTTP/1.1" 200 None
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_005/780x0__r.jpg?hash=1774515398 not downloaded yet
2026-03-26 14:51:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_004/780x0__r.jpg?hash=1774515411> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14: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-26 14:51:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005215> (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-26 14: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-26 14:51:31 [ecarstrade.be] INFO: Extracting details for car 7005215auction111056
2026-03-26 14:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7005215auction111056
2026-03-26 14:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 1
2026-03-26 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_000/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_001/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_002/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_003/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_004/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005215%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535578%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_005/780x0__r.jpg?hash=1774535578 not downloaded yet
2026-03-26 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005217> (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-26 14:51:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:32 [ecarstrade.be] INFO: Extracting details for car 7005217auction111056
2026-03-26 14:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7005217auction111056
2026-03-26 14:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 1
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535612%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_000/780x0__r.jpg?hash=1774535612 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535612%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_001/780x0__r.jpg?hash=1774535612 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535612%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_002/780x0__r.jpg?hash=1774535612 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535612%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_003/780x0__r.jpg?hash=1774535612 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535612%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_004/780x0__r.jpg?hash=1774535612 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005217%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535613%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_005/780x0__r.jpg?hash=1774535613 not downloaded yet
2026-03-26 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005216> (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-26 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_005/780x0__r.jpg?hash=1774515411> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14:51:32 [ecarstrade.be] INFO: Extracting details for car 7005216auction111056
2026-03-26 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_003/780x0__r.jpg?hash=1774515411> (referer: https://ecarstrade.com/cars/7003089)
2026-03-26 14:51:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13a102aa-8587-5ee7-ab72-9719014bb07a with identifier: 7005216auction111056
2026-03-26 14:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13a102aa-8587-5ee7-ab72-9719014bb07a with scrape type 1
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535596%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_000/780x0__r.jpg?hash=1774535596 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535596%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_001/780x0__r.jpg?hash=1774535596 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535596%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_002/780x0__r.jpg?hash=1774535596 not downloaded yet
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535597%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_003/780x0__r.jpg?hash=1774535597 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535597%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_004/780x0__r.jpg?hash=1774535597 not downloaded yet
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005216%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535598%27 HTTP/1.1" 200 None
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_005/780x0__r.jpg?hash=1774535598 not downloaded yet
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab3fc506-e622-5f03-a09e-cdd448e6660e
2026-03-26 14:51:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab3fc506-e622-5f03-a09e-cdd448e6660e, skipping ID generation
2026-03-26 14:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3fc506-e622-5f03-a09e-cdd448e6660e with scrape type 1
2026-03-26 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab3fc506-e622-5f03-a09e-cdd448e6660e sending to next pipeline
2026-03-26 14:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab3fc506-e622-5f03-a09e-cdd448e6660e, identifier: 7003089auction111059
2026-03-26 14:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab3fc506-e622-5f03-a09e-cdd448e6660e with identifier: 7003089auction111059
2026-03-26 14:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab3fc506-e622-5f03-a09e-cdd448e6660e with identifier: 7003089auction111059
2026-03-26 14:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab3fc506-e622-5f03-a09e-cdd448e6660e with identifier: 7003089auction111059 to the API
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003089/photo_003/780x0__r.jpg?hash=1774515411>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ab3fc506-e622-5f03-a09e-cdd448e6660e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003089',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A4',
'odometer': 132613,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-19',
'seats_number': None,
'seller_name': None,
'title': 'Audi A4 A4 2.0 30 TDi S tr Adv Business Ed 100kW/136pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': '2.0 30 TDi S tr Adv Business Ed 100kW/136pk 4D/P Auto-7',
'vin': None,
'year': 2020}
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003089auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:51:33 [ecarstrade.be] INFO: Saving data for 7003089auction111059: {'created_time': 1774536693.27436, 'last_price_update_time': 1774536693.274371, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003089auction111059') HTTP/1.1" 204 0
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005214> (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-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_002/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:35 [ecarstrade.be] INFO: Extracting details for car 7005214auction111056
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_003/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67a924de-b361-599f-bfeb-53ae4e98d53d with identifier: 7005214auction111056
2026-03-26 14:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a924de-b361-599f-bfeb-53ae4e98d53d with scrape type 1
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535570%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_000/780x0__r.jpg?hash=1774535570 not downloaded yet
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535571%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_001/780x0__r.jpg?hash=1774535571 not downloaded yet
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535571%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_002/780x0__r.jpg?hash=1774535571 not downloaded yet
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535571%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_003/780x0__r.jpg?hash=1774535571 not downloaded yet
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535571%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_004/780x0__r.jpg?hash=1774535571 not downloaded yet
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005214%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535571%27 HTTP/1.1" 200 None
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_005/780x0__r.jpg?hash=1774535571 not downloaded yet
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_005/780x0__r.jpg?hash=1774515398> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_004/780x0__r.jpg?hash=1774515398> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_005/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_005/780x0__r.jpg?hash=1774535613> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_004/780x0__r.jpg?hash=1774535612> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_003/780x0__r.jpg?hash=1774535612> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_005/780x0__r.jpg?hash=1774535598> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_004/780x0__r.jpg?hash=1774535597> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_003/780x0__r.jpg?hash=1774535597> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_005/780x0__r.jpg?hash=1774535571> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_004/780x0__r.jpg?hash=1774535571> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_003/780x0__r.jpg?hash=1774535571> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_002/780x0__r.jpg?hash=1774535571> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_001/780x0__r.jpg?hash=1774535571> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_000/780x0__r.jpg?hash=1774535570> (referer: https://ecarstrade.com/cars/7005214)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_002/780x0__r.jpg?hash=1774535596> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67a924de-b361-599f-bfeb-53ae4e98d53d
2026-03-26 14:51:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67a924de-b361-599f-bfeb-53ae4e98d53d, skipping ID generation
2026-03-26 14:51:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a924de-b361-599f-bfeb-53ae4e98d53d with scrape type 1
2026-03-26 14:51:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67a924de-b361-599f-bfeb-53ae4e98d53d sending to next pipeline
2026-03-26 14:51:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67a924de-b361-599f-bfeb-53ae4e98d53d, identifier: 7005214auction111056
2026-03-26 14:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67a924de-b361-599f-bfeb-53ae4e98d53d with identifier: 7005214auction111056
2026-03-26 14:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67a924de-b361-599f-bfeb-53ae4e98d53d with identifier: 7005214auction111056
2026-03-26 14:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67a924de-b361-599f-bfeb-53ae4e98d53d with identifier: 7005214auction111056 to the API
2026-03-26 14:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005214/photo_000/780x0__r.jpg?hash=1774535570>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '67a924de-b361-599f-bfeb-53ae4e98d53d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005214',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 96788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-07',
'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-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005214auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [ecarstrade.be] INFO: Saving data for 7005214auction111056: {'created_time': 1774536697.365234, 'last_price_update_time': 1774536697.365244, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005214auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_001/780x0__r.jpg?hash=1774535596> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005219> (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-26 14:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_002/780x0__r.jpg?hash=1774535612> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_000/780x0__r.jpg?hash=1774535596> (referer: https://ecarstrade.com/cars/7005216)
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:37 [ecarstrade.be] INFO: Extracting details for car 7005219auction111056
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_001/780x0__r.jpg?hash=1774535612> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with identifier: 7005219auction111056
2026-03-26 14:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with scrape type 1
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535640%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_000/780x0__r.jpg?hash=1774535640 not downloaded yet
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_000/780x0__r.jpg?hash=1774535612> (referer: https://ecarstrade.com/cars/7005217)
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535641%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_001/780x0__r.jpg?hash=1774535641 not downloaded yet
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535641%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_002/780x0__r.jpg?hash=1774535641 not downloaded yet
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535641%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_003/780x0__r.jpg?hash=1774535641 not downloaded yet
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 13a102aa-8587-5ee7-ab72-9719014bb07a
2026-03-26 14:51:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13a102aa-8587-5ee7-ab72-9719014bb07a, skipping ID generation
2026-03-26 14:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13a102aa-8587-5ee7-ab72-9719014bb07a with scrape type 1
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13a102aa-8587-5ee7-ab72-9719014bb07a sending to next pipeline
2026-03-26 14:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13a102aa-8587-5ee7-ab72-9719014bb07a, identifier: 7005216auction111056
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_004/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_003/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535641%27 HTTP/1.1" 200 None
2026-03-26 14:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_004/780x0__r.jpg?hash=1774535641 not downloaded yet
2026-03-26 14:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13a102aa-8587-5ee7-ab72-9719014bb07a with identifier: 7005216auction111056
2026-03-26 14:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13a102aa-8587-5ee7-ab72-9719014bb07a with identifier: 7005216auction111056
2026-03-26 14:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13a102aa-8587-5ee7-ab72-9719014bb07a with identifier: 7005216auction111056 to the API
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005216/photo_000/780x0__r.jpg?hash=1774535596>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '13a102aa-8587-5ee7-ab72-9719014bb07a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005216',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 39733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine A-Klasse Limousine A 250 e Business '
'Line (PHEV) 160kW/218pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine A-Klasse Limousine e Business Line (PHEV) '
'160kW/218pk 4D/P Auto-7',
'vin': None,
'year': 2023}
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005216auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [ecarstrade.be] INFO: Saving data for 7005216auction111056: {'created_time': 1774536698.041496, 'last_price_update_time': 1774536698.041505, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005216auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005219%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535641%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_005/780x0__r.jpg?hash=1774535641 not downloaded yet
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003087> (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-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-26 14:51:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e203dfb-1cb3-54af-b45a-d51872f22b46, skipping ID generation
2026-03-26 14:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 1
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 sending to next pipeline
2026-03-26 14:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e203dfb-1cb3-54af-b45a-d51872f22b46, identifier: 7005217auction111056
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_002/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_001/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:38 [ecarstrade.be] INFO: Extracting details for car 7003087auction111059
2026-03-26 14:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7005217auction111056
2026-03-26 14:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7005217auction111056
2026-03-26 14:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7005217auction111056 to the API
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005217/photo_000/780x0__r.jpg?hash=1774535612>
{'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-27T09:10: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/7005217',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 11938,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005217auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [ecarstrade.be] INFO: Saving data for 7005217auction111056: {'created_time': 1774536698.582926, 'last_price_update_time': 1774536698.582936, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005217auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_000/780x0__r.jpg?hash=1774535578> (referer: https://ecarstrade.com/cars/7005215)
2026-03-26 14:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29657cbc-af67-51b0-a169-cb24d6666d38 with identifier: 7003087auction111059
2026-03-26 14:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29657cbc-af67-51b0-a169-cb24d6666d38 with scrape type 1
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515376%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_000/780x0__r.jpg?hash=1774515376 not downloaded yet
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515376%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_001/780x0__r.jpg?hash=1774515376 not downloaded yet
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_003/780x0__r.jpg?hash=1774515397> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_002/780x0__r.jpg?hash=1774515396> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515376%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_002/780x0__r.jpg?hash=1774515376 not downloaded yet
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_001/780x0__r.jpg?hash=1774515396> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515376%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_003/780x0__r.jpg?hash=1774515376 not downloaded yet
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515377%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_004/780x0__r.jpg?hash=1774515377 not downloaded yet
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003087%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515377%27 HTTP/1.1" 200 None
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_005/780x0__r.jpg?hash=1774515377 not downloaded yet
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-26 14:51:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f, skipping ID generation
2026-03-26 14:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 1
2026-03-26 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f sending to next pipeline
2026-03-26 14:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f, identifier: 7005215auction111056
2026-03-26 14:51:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_005/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7005215auction111056
2026-03-26 14:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7005215auction111056
2026-03-26 14:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7005215auction111056 to the API
2026-03-26 14:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005215/photo_000/780x0__r.jpg?hash=1774535578>
{'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-27T09:10: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/7005215',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 138564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005215auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:39 [ecarstrade.be] INFO: Saving data for 7005215auction111056: {'created_time': 1774536699.180022, 'last_price_update_time': 1774536699.180032, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005215auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_003/780x0__r.jpg?hash=1774535641> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_000/780x0__r.jpg?hash=1774535640> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_002/780x0__r.jpg?hash=1774535641> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_004/780x0__r.jpg?hash=1774535641> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_005/780x0__r.jpg?hash=1774535641> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_001/780x0__r.jpg?hash=1774515376> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_001/780x0__r.jpg?hash=1774535641> (referer: https://ecarstrade.com/cars/7005219)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_000/780x0__r.jpg?hash=1774515396> (referer: https://ecarstrade.com/cars/7003088)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_000/780x0__r.jpg?hash=1774515376> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_002/780x0__r.jpg?hash=1774515376> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_005/780x0__r.jpg?hash=1774515377> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_004/780x0__r.jpg?hash=1774515377> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_003/780x0__r.jpg?hash=1774515376> (referer: https://ecarstrade.com/cars/7003087)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_004/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb
2026-03-26 14:51:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb, skipping ID generation
2026-03-26 14:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with scrape type 1
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c458f2d-3a9e-5bc9-9a98-9aca01988edb sending to next pipeline
2026-03-26 14:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb, identifier: 7005219auction111056
2026-03-26 14:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with identifier: 7005219auction111056
2026-03-26 14:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with identifier: 7005219auction111056
2026-03-26 14:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c458f2d-3a9e-5bc9-9a98-9aca01988edb with identifier: 7005219auction111056 to the API
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005219/photo_001/780x0__r.jpg?hash=1774535641>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '3c458f2d-3a9e-5bc9-9a98-9aca01988edb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005219',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Polestar',
'model': '2',
'odometer': 46305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-20',
'seats_number': None,
'seller_name': None,
'title': 'Polestar 2 2 Long Range Single Motor 170kW/231pk 5D/P Auto-1 - '
'WLTP indicatief',
'transmission': 'automatic',
'trim': 'Long Range Single Motor 170kW/31pk 5D/P Auto-1 - WLTP indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005219auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:39 [ecarstrade.be] INFO: Saving data for 7005219auction111056: {'created_time': 1774536699.784079, 'last_price_update_time': 1774536699.784091, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005219auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_002/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_001/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_000/780x0__r.jpg?hash=1774514854> (referer: https://ecarstrade.com/cars/7003010)
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dcbad319-7a1c-58e6-a1a1-6d275da4287e
2026-03-26 14:51:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcbad319-7a1c-58e6-a1a1-6d275da4287e, skipping ID generation
2026-03-26 14:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcbad319-7a1c-58e6-a1a1-6d275da4287e with scrape type 1
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcbad319-7a1c-58e6-a1a1-6d275da4287e sending to next pipeline
2026-03-26 14:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcbad319-7a1c-58e6-a1a1-6d275da4287e, identifier: 7003088auction111059
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 29657cbc-af67-51b0-a169-cb24d6666d38
2026-03-26 14:51:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29657cbc-af67-51b0-a169-cb24d6666d38, skipping ID generation
2026-03-26 14:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29657cbc-af67-51b0-a169-cb24d6666d38 with scrape type 1
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29657cbc-af67-51b0-a169-cb24d6666d38 sending to next pipeline
2026-03-26 14:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29657cbc-af67-51b0-a169-cb24d6666d38, identifier: 7003087auction111059
2026-03-26 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcbad319-7a1c-58e6-a1a1-6d275da4287e with identifier: 7003088auction111059
2026-03-26 14:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcbad319-7a1c-58e6-a1a1-6d275da4287e with identifier: 7003088auction111059
2026-03-26 14:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcbad319-7a1c-58e6-a1a1-6d275da4287e with identifier: 7003088auction111059 to the API
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003088/photo_000/780x0__r.jpg?hash=1774515396>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'dcbad319-7a1c-58e6-a1a1-6d275da4287e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003088',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 140932,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-21',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 Sportback A3 Sportback 2.0 30 TDi S line 85kW/116pk 5D/P '
'Man-6',
'transmission': 'manual',
'trim': 'Sportback Sportback 2.0 30 TDi S line 85kW/116pk 5D/P Man-6',
'vin': None,
'year': 2021}
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003088auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:51:40 [ecarstrade.be] INFO: Saving data for 7003088auction111059: {'created_time': 1774536700.282247, 'last_price_update_time': 1774536700.282256, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003088auction111059') HTTP/1.1" 204 0
2026-03-26 14:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29657cbc-af67-51b0-a169-cb24d6666d38 with identifier: 7003087auction111059
2026-03-26 14:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29657cbc-af67-51b0-a169-cb24d6666d38 with identifier: 7003087auction111059
2026-03-26 14:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29657cbc-af67-51b0-a169-cb24d6666d38 with identifier: 7003087auction111059 to the API
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003087/photo_003/780x0__r.jpg?hash=1774515376>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '29657cbc-af67-51b0-a169-cb24d6666d38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003087',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 83747,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 Sportback A3 Sportback 1.0 30 TFSi S tronic Business Edit. '
'(Mild Hybrid) 81kW/110pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'Sportback Sportback 1.0 30 TFSi S tronic Business Edit. (Mild '
'Hybrid) 81kW/110pk 5D/P Auto-7',
'vin': None,
'year': 2022}
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003087auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:51:40 [ecarstrade.be] INFO: Saving data for 7003087auction111059: {'created_time': 1774536700.594903, 'last_price_update_time': 1774536700.594912, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003087auction111059') HTTP/1.1" 204 0
2026-03-26 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_004/780x0__r.jpg?hash=1774514869> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_000/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_001/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003006)
2026-03-26 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdc1a6be-8558-5280-b2fc-f7835bbe3678
2026-03-26 14:51:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdc1a6be-8558-5280-b2fc-f7835bbe3678, skipping ID generation
2026-03-26 14:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc1a6be-8558-5280-b2fc-f7835bbe3678 with scrape type 1
2026-03-26 14:51:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdc1a6be-8558-5280-b2fc-f7835bbe3678 sending to next pipeline
2026-03-26 14:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdc1a6be-8558-5280-b2fc-f7835bbe3678, identifier: 7003010auction111056
2026-03-26 14:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdc1a6be-8558-5280-b2fc-f7835bbe3678 with identifier: 7003010auction111056
2026-03-26 14:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdc1a6be-8558-5280-b2fc-f7835bbe3678 with identifier: 7003010auction111056
2026-03-26 14:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdc1a6be-8558-5280-b2fc-f7835bbe3678 with identifier: 7003010auction111056 to the API
2026-03-26 14:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003010/photo_000/780x0__r.jpg?hash=1774514854>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'cdc1a6be-8558-5280-b2fc-f7835bbe3678',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003010',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 134515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-13',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot Expert EXPERT FOURGON MWB DSL - 2016 1.6 BlueHDi L2 '
'Standard Premium S&S 85kw/115pk 5D/P M6',
'transmission': 'manual',
'trim': 'EXPERT FOURGON MWB DSL - 2016 1.6 BlueHDi L2 Standard Premium S&S '
'85kw/115pk 5D/P M6',
'vin': None,
'year': 2018}
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003010auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [ecarstrade.be] INFO: Saving data for 7003010auction111056: {'created_time': 1774536701.094282, 'last_price_update_time': 1774536701.094294, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003010auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_003/780x0__r.jpg?hash=1774514868> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_002/780x0__r.jpg?hash=1774514868> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_001/780x0__r.jpg?hash=1774514868> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005220> (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-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2c29806-b004-505c-907a-d805eca1ac8c
2026-03-26 14:51:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2c29806-b004-505c-907a-d805eca1ac8c, skipping ID generation
2026-03-26 14:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c29806-b004-505c-907a-d805eca1ac8c with scrape type 1
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2c29806-b004-505c-907a-d805eca1ac8c sending to next pipeline
2026-03-26 14:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2c29806-b004-505c-907a-d805eca1ac8c, identifier: 7003006auction111056
2026-03-26 14:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2c29806-b004-505c-907a-d805eca1ac8c with identifier: 7003006auction111056
2026-03-26 14:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2c29806-b004-505c-907a-d805eca1ac8c with identifier: 7003006auction111056
2026-03-26 14:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2c29806-b004-505c-907a-d805eca1ac8c with identifier: 7003006auction111056 to the API
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003006/photo_001/780x0__r.jpg?hash=1774514838>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd2c29806-b004-505c-907a-d805eca1ac8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003006',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '508',
'odometer': 108085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 508 SW 508 SW 1.5 BlueHDi 130 S/S EAT8 GT Line 96kW/130pk '
'5D/P Auto-8',
'transmission': 'automatic',
'trim': 'SW SW 1.5 BlueHDi 130 S/S EAT8 GT Line 96kW/130pk 5D/P Auto-8',
'vin': None,
'year': 2020}
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003006auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [ecarstrade.be] INFO: Saving data for 7003006auction111056: {'created_time': 1774536701.579381, 'last_price_update_time': 1774536701.579392, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003006auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_003/780x0__r.jpg?hash=1774514957> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_000/780x0__r.jpg?hash=1774514868> (referer: https://ecarstrade.com/cars/7003011)
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_004/780x0__r.jpg?hash=1774514957> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14: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-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_002/780x0__r.jpg?hash=1774514956> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14:51:41 [ecarstrade.be] INFO: Extracting details for car 7005220auction111056
2026-03-26 14: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-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with identifier: 7005220auction111056
2026-03-26 14:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with scrape type 1
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_000/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_001/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_000/780x0__r.jpg?hash=1774514956> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14: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-26 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_001/780x0__r.jpg?hash=1774514956> (referer: https://ecarstrade.com/cars/7003015)
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_002/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14: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-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_003/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc82a412-f6c0-5a18-8c44-429227293a0d
2026-03-26 14:51:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc82a412-f6c0-5a18-8c44-429227293a0d, skipping ID generation
2026-03-26 14:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc82a412-f6c0-5a18-8c44-429227293a0d with scrape type 1
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc82a412-f6c0-5a18-8c44-429227293a0d sending to next pipeline
2026-03-26 14:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc82a412-f6c0-5a18-8c44-429227293a0d, identifier: 7003011auction111056
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_004/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc82a412-f6c0-5a18-8c44-429227293a0d with identifier: 7003011auction111056
2026-03-26 14:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc82a412-f6c0-5a18-8c44-429227293a0d with identifier: 7003011auction111056
2026-03-26 14:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc82a412-f6c0-5a18-8c44-429227293a0d with identifier: 7003011auction111056 to the API
2026-03-26 14:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003011/photo_000/780x0__r.jpg?hash=1774514868>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EUROURO6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fc82a412-f6c0-5a18-8c44-429227293a0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003011',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 57076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-29',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot Partner PARTNER FOURGON SWB DIESEL - 2015 1.6 BlueHDi L1H1 '
'Premium 120 73kw/100pk 4D/P M5',
'transmission': 'manual',
'trim': 'PARTNER FOURGON SWB DIESEL - 2015 1.6 BlueHDi L1H1 Premium 120 '
'73kw/100pk 4D/P M5',
'vin': None,
'year': 2018}
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003011auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Saving data for 7003011auction111056: {'created_time': 1774536702.197157, 'last_price_update_time': 1774536702.197167, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003011auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005220%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535649%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_005/780x0__r.jpg?hash=1774535649 not downloaded yet
2026-03-26 14:51:42 [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-26 14:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5baf6c9d-ae07-596e-a434-71c42a992600
2026-03-26 14:51:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5baf6c9d-ae07-596e-a434-71c42a992600, skipping ID generation
2026-03-26 14:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5baf6c9d-ae07-596e-a434-71c42a992600 with scrape type 1
2026-03-26 14:51:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5baf6c9d-ae07-596e-a434-71c42a992600 sending to next pipeline
2026-03-26 14:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5baf6c9d-ae07-596e-a434-71c42a992600, identifier: 7003015auction111056
2026-03-26 14:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5baf6c9d-ae07-596e-a434-71c42a992600 with identifier: 7003015auction111056
2026-03-26 14:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5baf6c9d-ae07-596e-a434-71c42a992600 with identifier: 7003015auction111056
2026-03-26 14:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5baf6c9d-ae07-596e-a434-71c42a992600 with identifier: 7003015auction111056 to the API
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003015/photo_001/780x0__r.jpg?hash=1774514956>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5baf6c9d-ae07-596e-a434-71c42a992600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003015',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Seat',
'model': 'Arona',
'odometer': 135751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-09',
'seats_number': None,
'seller_name': None,
'title': 'Seat ARONA Arona 1.0 TSI Move Full Link 70kW/95pk 5D/P Man-5 (4 '
'seizoenen Banden) - CO2 indicatief',
'transmission': 'automatic',
'trim': 'ARONA 1.0 TSI Move Full Link 70kW/95pk 5D/P Man-5 (4 seizoenen '
'Banden) - CO2 indicatief',
'vin': None,
'year': 2023}
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003015auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Saving data for 7003015auction111056: {'created_time': 1774536702.648161, 'last_price_update_time': 1774536702.648173, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003015auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000489auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000489auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000489auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000454auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000454auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000454auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000405auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000405auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000405auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000474auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000474auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000474auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000331auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000331auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000331auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000464auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000464auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000464auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000487auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000487auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000487auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000456auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000456auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000456auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000443auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000443auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000443auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000325auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000325auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000325auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000484auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000484auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000484auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000481auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000481auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000481auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000483auction111024
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000483auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:42 [ecarstrade.be] INFO: Scrape type for 7000483auction111024: 0
2026-03-26 14:51:42 [ecarstrade.be] INFO: Found listing with ID: 7000480auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000480auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000480auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000777auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000777auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000777auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000438auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000438auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000438auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000478auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000478auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000478auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000840auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000840auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000840auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000353auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000353auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000353auction111024: 0
2026-03-26 14:51:43 [ecarstrade.be] INFO: Found listing with ID: 7000488auction111024
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000488auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:51:43 [ecarstrade.be] INFO: Scrape type for 7000488auction111024: 0
2026-03-26 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005213> (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-26 14:51:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:47 [ecarstrade.be] INFO: Extracting details for car 7005213auction111056
2026-03-26 14:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7005213auction111056
2026-03-26 14:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 1
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535561%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_000/780x0__r.jpg?hash=1774535561 not downloaded yet
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535561%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_001/780x0__r.jpg?hash=1774535561 not downloaded yet
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535561%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_002/780x0__r.jpg?hash=1774535561 not downloaded yet
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535562%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_003/780x0__r.jpg?hash=1774535562 not downloaded yet
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535562%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_004/780x0__r.jpg?hash=1774535562 not downloaded yet
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005213%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535562%27 HTTP/1.1" 200 None
2026-03-26 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_005/780x0__r.jpg?hash=1774535562 not downloaded yet
2026-03-26 14:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005218> (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-26 14:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:49 [ecarstrade.be] INFO: Extracting details for car 7005218auction111056
2026-03-26 14:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7005218auction111056
2026-03-26 14:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 1
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_000/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_001/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_002/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_003/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_004/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005218%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535628%27 HTTP/1.1" 200 None
2026-03-26 14:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_005/780x0__r.jpg?hash=1774535628 not downloaded yet
2026-03-26 14:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005212> (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-26 14:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:50 [ecarstrade.be] INFO: Extracting details for car 7005212auction111056
2026-03-26 14:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7005212auction111056
2026-03-26 14:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with scrape type 1
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_000/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_001/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_002/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_003/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_004/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005212%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535556%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_005/780x0__r.jpg?hash=1774535556 not downloaded yet
2026-03-26 14:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003101> (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-26 14:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:50 [ecarstrade.be] INFO: Extracting details for car 7003101auction111059
2026-03-26 14:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5439e1a-8244-5369-b122-2f13f0aa5ac0 with identifier: 7003101auction111059
2026-03-26 14:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5439e1a-8244-5369-b122-2f13f0aa5ac0 with scrape type 1
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515572%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_000/780x0__r.jpg?hash=1774515572 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515572%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_001/780x0__r.jpg?hash=1774515572 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515572%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_002/780x0__r.jpg?hash=1774515572 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515572%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_003/780x0__r.jpg?hash=1774515572 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515572%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_004/780x0__r.jpg?hash=1774515572 not downloaded yet
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003101%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515573%27 HTTP/1.1" 200 None
2026-03-26 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_005/780x0__r.jpg?hash=1774515573 not downloaded yet
2026-03-26 14:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003098> (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-26 14:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:51:55 [ecarstrade.be] INFO: Extracting details for car 7003098auction111059
2026-03-26 14:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 468080e8-6825-57a4-90e4-fa142aaf9fb9 with identifier: 7003098auction111059
2026-03-26 14:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 468080e8-6825-57a4-90e4-fa142aaf9fb9 with scrape type 1
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515534%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_000/780x0__r.jpg?hash=1774515534 not downloaded yet
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515534%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_001/780x0__r.jpg?hash=1774515534 not downloaded yet
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515535%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_002/780x0__r.jpg?hash=1774515535 not downloaded yet
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515535%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_003/780x0__r.jpg?hash=1774515535 not downloaded yet
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515535%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_004/780x0__r.jpg?hash=1774515535 not downloaded yet
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003098%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515535%27 HTTP/1.1" 200 None
2026-03-26 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_005/780x0__r.jpg?hash=1774515535 not downloaded yet
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003097> (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-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_000/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14:51:57 [ecarstrade.be] INFO: Extracting details for car 7003097auction111059
2026-03-26 14:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad460ffd-cb2c-58ca-80eb-d827e0a65912 with identifier: 7003097auction111059
2026-03-26 14:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad460ffd-cb2c-58ca-80eb-d827e0a65912 with scrape type 1
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515526%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_000/780x0__r.jpg?hash=1774515526 not downloaded yet
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515526%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_001/780x0__r.jpg?hash=1774515526 not downloaded yet
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_001/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515526%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_002/780x0__r.jpg?hash=1774515526 not downloaded yet
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515526%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_003/780x0__r.jpg?hash=1774515526 not downloaded yet
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515526%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_004/780x0__r.jpg?hash=1774515526 not downloaded yet
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003097%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515527%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_005/780x0__r.jpg?hash=1774515527 not downloaded yet
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_005/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14: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-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005211> (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-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_005/780x0__r.jpg?hash=1774535562> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:51:57 [ecarstrade.be] INFO: Extracting details for car 7005211auction111056
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_005/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7005211auction111056
2026-03-26 14:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 1
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535534%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_000/780x0__r.jpg?hash=1774535534 not downloaded yet
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535534%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_001/780x0__r.jpg?hash=1774535534 not downloaded yet
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535535%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_002/780x0__r.jpg?hash=1774535535 not downloaded yet
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535535%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_003/780x0__r.jpg?hash=1774535535 not downloaded yet
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_005/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535537%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_004/780x0__r.jpg?hash=1774535537 not downloaded yet
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005211%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535538%27 HTTP/1.1" 200 None
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_005/780x0__r.jpg?hash=1774535538 not downloaded yet
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_005/780x0__r.jpg?hash=1774515573> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_005/780x0__r.jpg?hash=1774515535> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_004/780x0__r.jpg?hash=1774515535> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_001/780x0__r.jpg?hash=1774515526> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_005/780x0__r.jpg?hash=1774515527> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_004/780x0__r.jpg?hash=1774515526> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_003/780x0__r.jpg?hash=1774515526> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_002/780x0__r.jpg?hash=1774515526> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_003/780x0__r.jpg?hash=1774535535> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_005/780x0__r.jpg?hash=1774535538> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_004/780x0__r.jpg?hash=1774535537> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_002/780x0__r.jpg?hash=1774535535> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_001/780x0__r.jpg?hash=1774535534> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_000/780x0__r.jpg?hash=1774535534> (referer: https://ecarstrade.com/cars/7005211)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_000/780x0__r.jpg?hash=1774515526> (referer: https://ecarstrade.com/cars/7003097)
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-26 14:51:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 407e16b8-71c2-5af5-a9fb-7740cc171ab8, skipping ID generation
2026-03-26 14:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 1
2026-03-26 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 sending to next pipeline
2026-03-26 14:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 407e16b8-71c2-5af5-a9fb-7740cc171ab8, identifier: 7005211auction111056
2026-03-26 14:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7005211auction111056
2026-03-26 14:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7005211auction111056
2026-03-26 14:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7005211auction111056 to the API
2026-03-26 14:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:51: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-26 14:51:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005211/photo_000/780x0__r.jpg?hash=1774535534>
{'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-27T09:10: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/7005211',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 141218,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005211auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:51:59 [ecarstrade.be] INFO: Saving data for 7005211auction111056: {'created_time': 1774536719.196211, 'last_price_update_time': 1774536719.19622, 'auction_closing_time': 1774602600.0}
2026-03-26 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005211auction111056') HTTP/1.1" 204 0
2026-03-26 14:51:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_003/780x0__r.jpg?hash=1774515535> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:51:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ad460ffd-cb2c-58ca-80eb-d827e0a65912
2026-03-26 14:51:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad460ffd-cb2c-58ca-80eb-d827e0a65912, skipping ID generation
2026-03-26 14:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad460ffd-cb2c-58ca-80eb-d827e0a65912 with scrape type 1
2026-03-26 14:51:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad460ffd-cb2c-58ca-80eb-d827e0a65912 sending to next pipeline
2026-03-26 14:51:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad460ffd-cb2c-58ca-80eb-d827e0a65912, identifier: 7003097auction111059
2026-03-26 14:51:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad460ffd-cb2c-58ca-80eb-d827e0a65912 with identifier: 7003097auction111059
2026-03-26 14:51:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad460ffd-cb2c-58ca-80eb-d827e0a65912 with identifier: 7003097auction111059
2026-03-26 14:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad460ffd-cb2c-58ca-80eb-d827e0a65912 with identifier: 7003097auction111059 to the API
2026-03-26 14:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003097/photo_000/780x0__r.jpg?hash=1774515526>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ad460ffd-cb2c-58ca-80eb-d827e0a65912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003097',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 18238,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-03',
'seats_number': None,
'seller_name': None,
'title': 'Opel Corsa Corsa 1.2 Turbo S/S Auto GS Line 96kW/131pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': '1.2 Turbo S/S Auto GS Line 96kW/131pk 5D/P Auto-8',
'vin': None,
'year': 2023}
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003097auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [ecarstrade.be] INFO: Saving data for 7003097auction111059: {'created_time': 1774536720.398492, 'last_price_update_time': 1774536720.398502, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003097auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_002/780x0__r.jpg?hash=1774515535> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003099> (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-26 14:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_001/780x0__r.jpg?hash=1774515534> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_000/780x0__r.jpg?hash=1774515534> (referer: https://ecarstrade.com/cars/7003098)
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:52:00 [ecarstrade.be] INFO: Extracting details for car 7003099auction111059
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_004/780x0__r.jpg?hash=1774515572> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with identifier: 7003099auction111059
2026-03-26 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with scrape type 1
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515544%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_000/780x0__r.jpg?hash=1774515544 not downloaded yet
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_003/780x0__r.jpg?hash=1774515572> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515544%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_001/780x0__r.jpg?hash=1774515544 not downloaded yet
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515544%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_002/780x0__r.jpg?hash=1774515544 not downloaded yet
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515544%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_003/780x0__r.jpg?hash=1774515544 not downloaded yet
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 468080e8-6825-57a4-90e4-fa142aaf9fb9
2026-03-26 14:52:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 468080e8-6825-57a4-90e4-fa142aaf9fb9, skipping ID generation
2026-03-26 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 468080e8-6825-57a4-90e4-fa142aaf9fb9 with scrape type 1
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 468080e8-6825-57a4-90e4-fa142aaf9fb9 sending to next pipeline
2026-03-26 14:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 468080e8-6825-57a4-90e4-fa142aaf9fb9, identifier: 7003098auction111059
2026-03-26 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_002/780x0__r.jpg?hash=1774515572> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515544%27 HTTP/1.1" 200 None
2026-03-26 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_004/780x0__r.jpg?hash=1774515544 not downloaded yet
2026-03-26 14:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 468080e8-6825-57a4-90e4-fa142aaf9fb9 with identifier: 7003098auction111059
2026-03-26 14:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 468080e8-6825-57a4-90e4-fa142aaf9fb9 with identifier: 7003098auction111059
2026-03-26 14:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 468080e8-6825-57a4-90e4-fa142aaf9fb9 with identifier: 7003098auction111059 to the API
2026-03-26 14:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003098/photo_000/780x0__r.jpg?hash=1774515534>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '468080e8-6825-57a4-90e4-fa142aaf9fb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003098',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 103564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-13',
'seats_number': None,
'seller_name': None,
'title': 'Renault Clio Clio E-TECH Hybrid Corporate Edition (Active Hybrid) '
'103kW/140pk 5D/P Auto-6',
'transmission': 'automatic',
'trim': 'E-TECH Hybrid Corporate Edition (Active Hybrid) 103kW/140pk 5D/P '
'Auto-6',
'vin': None,
'year': 2022}
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003098auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:01 [ecarstrade.be] INFO: Saving data for 7003098auction111059: {'created_time': 1774536721.136291, 'last_price_update_time': 1774536721.1363, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003098auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_001/780x0__r.jpg?hash=1774515572> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003099%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515545%27 HTTP/1.1" 200 None
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_005/780x0__r.jpg?hash=1774515545 not downloaded yet
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_004/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_000/780x0__r.jpg?hash=1774515572> (referer: https://ecarstrade.com/cars/7003101)
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_002/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_003/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_001/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c5439e1a-8244-5369-b122-2f13f0aa5ac0
2026-03-26 14:52:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5439e1a-8244-5369-b122-2f13f0aa5ac0, skipping ID generation
2026-03-26 14:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5439e1a-8244-5369-b122-2f13f0aa5ac0 with scrape type 1
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5439e1a-8244-5369-b122-2f13f0aa5ac0 sending to next pipeline
2026-03-26 14:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5439e1a-8244-5369-b122-2f13f0aa5ac0, identifier: 7003101auction111059
2026-03-26 14:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5439e1a-8244-5369-b122-2f13f0aa5ac0 with identifier: 7003101auction111059
2026-03-26 14:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5439e1a-8244-5369-b122-2f13f0aa5ac0 with identifier: 7003101auction111059
2026-03-26 14:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5439e1a-8244-5369-b122-2f13f0aa5ac0 with identifier: 7003101auction111059 to the API
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003101/photo_000/780x0__r.jpg?hash=1774515572>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c5439e1a-8244-5369-b122-2f13f0aa5ac0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003101',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 64842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-06',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC40 XC40 T5 Recharge Geartronic R-Design 192kW/261pk 5D/P '
'Auto-7',
'transmission': 'automatic',
'trim': 'T5 Recharge Geartronic R-Design 192kW/261pk 5D/P Auto-7',
'vin': None,
'year': 2020}
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003101auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:01 [ecarstrade.be] INFO: Saving data for 7003101auction111059: {'created_time': 1774536721.782625, 'last_price_update_time': 1774536721.782635, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003101auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_000/780x0__r.jpg?hash=1774535556> (referer: https://ecarstrade.com/cars/7005212)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_004/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003100> (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-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_000/780x0__r.jpg?hash=1774515544> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_004/780x0__r.jpg?hash=1774515544> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_003/780x0__r.jpg?hash=1774515544> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-26 14:52:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f, skipping ID generation
2026-03-26 14:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with scrape type 1
2026-03-26 14:52:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f sending to next pipeline
2026-03-26 14:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f, identifier: 7005212auction111056
2026-03-26 14:52:01 [ecarstrade.be] INFO: Extracting details for car 7003100auction111059
2026-03-26 14:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7005212auction111056
2026-03-26 14:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7005212auction111056
2026-03-26 14:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7005212auction111056 to the API
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005212/photo_000/780x0__r.jpg?hash=1774535556>
{'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-27T09:10:00Z',
'fuel_type': 'Electric',
'id': '87ed2c77-df35-5eee-9e5b-ca2c9988fc3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005212',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 8042,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-08',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q4 E-Tron Q4 e-tron 45 e-tron -- Attraction 210kW/286pk 5D/P '
'Auto-null - WLTP onvolledig',
'transmission': 'automatic',
'trim': 'Q4 E-Tron 45 e-tron -- Attraction 210kW/286pk 5D/P Auto-null - '
'WLTP onvolledig',
'vin': None,
'year': 2024}
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005212auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [ecarstrade.be] INFO: Saving data for 7005212auction111056: {'created_time': 1774536722.303956, 'last_price_update_time': 1774536722.303965, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005212auction111056') HTTP/1.1" 204 0
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_005/780x0__r.jpg?hash=1774515545> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_002/780x0__r.jpg?hash=1774515544> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_001/780x0__r.jpg?hash=1774515544> (referer: https://ecarstrade.com/cars/7003099)
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with identifier: 7003100auction111059
2026-03-26 14:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with scrape type 1
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_000/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_001/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_002/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_003/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_001/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_003/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_004/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_002/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003100%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515554%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_005/780x0__r.jpg?hash=1774515554 not downloaded yet
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c
2026-03-26 14:52:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c, skipping ID generation
2026-03-26 14:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with scrape type 1
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c sending to next pipeline
2026-03-26 14:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c, identifier: 7003099auction111059
2026-03-26 14:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with identifier: 7003099auction111059
2026-03-26 14:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with identifier: 7003099auction111059
2026-03-26 14:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7df2cf4e-a000-5354-a7f6-4fee4fca4a6c with identifier: 7003099auction111059 to the API
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003099/photo_001/780x0__r.jpg?hash=1774515544>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7df2cf4e-a000-5354-a7f6-4fee4fca4a6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003099',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 65021,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Octavia Combi Octavia Combi 2.0 CRTDI Clever+ 110kW/150pk '
'5D/P Man-6',
'transmission': 'manual',
'trim': 'Combi Combi 2.0 CRTDI Clever+ 110kW/150pk 5D/P Man-6',
'vin': None,
'year': 2022}
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003099auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:02 [ecarstrade.be] INFO: Saving data for 7003099auction111059: {'created_time': 1774536722.856707, 'last_price_update_time': 1774536722.856722, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003099auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_004/780x0__r.jpg?hash=1774535562> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_000/780x0__r.jpg?hash=1774535628> (referer: https://ecarstrade.com/cars/7005218)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_003/780x0__r.jpg?hash=1774535562> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_000/780x0__r.jpg?hash=1774535561> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_002/780x0__r.jpg?hash=1774535561> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_001/780x0__r.jpg?hash=1774535561> (referer: https://ecarstrade.com/cars/7005213)
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-26 14:52:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e6cb058-dc39-5926-9440-5a346709ca47, skipping ID generation
2026-03-26 14:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 1
2026-03-26 14:52:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e6cb058-dc39-5926-9440-5a346709ca47 sending to next pipeline
2026-03-26 14:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e6cb058-dc39-5926-9440-5a346709ca47, identifier: 7005218auction111056
2026-03-26 14:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7005218auction111056
2026-03-26 14:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7005218auction111056
2026-03-26 14:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7005218auction111056 to the API
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005218/photo_000/780x0__r.jpg?hash=1774535628>
{'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-27T09:10: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/7005218',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005218auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:52:03 [ecarstrade.be] INFO: Saving data for 7005218auction111056: {'created_time': 1774536723.336853, 'last_price_update_time': 1774536723.336862, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005218auction111056') HTTP/1.1" 204 0
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_004/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_003/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_003/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-26 14:52:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c392cb48-6c64-5af6-826a-1ae9b767aff6, skipping ID generation
2026-03-26 14:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 1
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c392cb48-6c64-5af6-826a-1ae9b767aff6 sending to next pipeline
2026-03-26 14:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c392cb48-6c64-5af6-826a-1ae9b767aff6, identifier: 7005213auction111056
2026-03-26 14:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7005213auction111056
2026-03-26 14:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7005213auction111056
2026-03-26 14:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7005213auction111056 to the API
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005213/photo_001/780x0__r.jpg?hash=1774535561>
{'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-27T09:10: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/7005213',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 100396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005213auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:52:03 [ecarstrade.be] INFO: Saving data for 7005213auction111056: {'created_time': 1774536723.747115, 'last_price_update_time': 1774536723.747126, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005213auction111056') HTTP/1.1" 204 0
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_002/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_005/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_004/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_002/780x0__r.jpg?hash=1774535649> (referer: https://ecarstrade.com/cars/7005220)
2026-03-26 14: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-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_000/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14: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-26 14:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_001/780x0__r.jpg?hash=1774515554> (referer: https://ecarstrade.com/cars/7003100)
2026-03-26 14: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-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3bde1a67-0e75-51bf-9715-c7fa0bffd516
2026-03-26 14:52:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3bde1a67-0e75-51bf-9715-c7fa0bffd516, skipping ID generation
2026-03-26 14:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with scrape type 1
2026-03-26 14:52:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3bde1a67-0e75-51bf-9715-c7fa0bffd516 sending to next pipeline
2026-03-26 14:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bde1a67-0e75-51bf-9715-c7fa0bffd516, identifier: 7005220auction111056
2026-03-26 14:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8272f725-964f-5aa4-ac1c-80fceaeb9c00
2026-03-26 14:52:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8272f725-964f-5aa4-ac1c-80fceaeb9c00, skipping ID generation
2026-03-26 14:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with scrape type 1
2026-03-26 14:52:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8272f725-964f-5aa4-ac1c-80fceaeb9c00 sending to next pipeline
2026-03-26 14:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8272f725-964f-5aa4-ac1c-80fceaeb9c00, identifier: 7003100auction111059
2026-03-26 14:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with identifier: 7005220auction111056
2026-03-26 14:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with identifier: 7005220auction111056
2026-03-26 14:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bde1a67-0e75-51bf-9715-c7fa0bffd516 with identifier: 7005220auction111056 to the API
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005220/photo_002/780x0__r.jpg?hash=1774535649>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bde1a67-0e75-51bf-9715-c7fa0bffd516',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005220',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 182438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-02',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Arteon Arteon 1.4 eHybrid DSG R-Line Business Premium '
'(PHEV) 160kW/218pk 5D/P Auto-6',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG R-Line Business Premium (PHEV) 160kW/218pk 5D/P '
'Auto-6',
'vin': None,
'year': 2022}
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277005220auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:52:04 [ecarstrade.be] INFO: Saving data for 7005220auction111056: {'created_time': 1774536724.400814, 'last_price_update_time': 1774536724.400823, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005220auction111056') HTTP/1.1" 204 0
2026-03-26 14:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with identifier: 7003100auction111059
2026-03-26 14:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with identifier: 7003100auction111059
2026-03-26 14:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8272f725-964f-5aa4-ac1c-80fceaeb9c00 with identifier: 7003100auction111059 to the API
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003100/photo_001/780x0__r.jpg?hash=1774515554>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8272f725-964f-5aa4-ac1c-80fceaeb9c00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003100',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 86803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-21',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Passat Variant Passat Variant 1.5 TSI OPF DSG7 Style '
'Business 110kW/150pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': '1.5 TSI OPF DSG7 Style Business 110kW/150pk 5D/P Auto-7',
'vin': None,
'year': 2021}
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003100auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:04 [ecarstrade.be] INFO: Saving data for 7003100auction111059: {'created_time': 1774536724.7164, 'last_price_update_time': 1774536724.716409, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003100auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:06 [scrapy.extensions.logstats] INFO: Crawled 491 pages (at 28 pages/min), scraped 449 items (at 30 items/min)
2026-03-26 14:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:52:06 [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-26 14:52:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000479auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000479auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000479auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000496auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000496auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000496auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000348auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000348auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000348auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000388auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000388auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000388auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000406auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000406auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000406auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000370auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000370auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000370auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000346auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000346auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000346auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000390auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000390auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000390auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000497auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000497auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000497auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000337auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000337auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:06 [ecarstrade.be] INFO: Scrape type for 7000337auction111024: 0
2026-03-26 14:52:06 [ecarstrade.be] INFO: Found listing with ID: 7000797auction111024
2026-03-26 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000797auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000797auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000455auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000455auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000455auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000368auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000368auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000368auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000321auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000321auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000321auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000369auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000369auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000369auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000827auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000827auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000827auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000833auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000833auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000833auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000393auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000393auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000393auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000477auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000477auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000477auction111024: 0
2026-03-26 14:52:07 [ecarstrade.be] INFO: Found listing with ID: 7000332auction111024
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000332auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [ecarstrade.be] INFO: Scrape type for 7000332auction111024: 0
2026-03-26 14:52:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003096> (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-26 14:52:07 [ecarstrade.be] INFO: Extracting details for car 7003096auction111059
2026-03-26 14:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f66cbdd0-1fd5-5816-92ef-56da34552172 with identifier: 7003096auction111059
2026-03-26 14:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f66cbdd0-1fd5-5816-92ef-56da34552172 with scrape type 1
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515500%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_000/780x0__r.jpg?hash=1774515500 not downloaded yet
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515500%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_001/780x0__r.jpg?hash=1774515500 not downloaded yet
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515500%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_002/780x0__r.jpg?hash=1774515500 not downloaded yet
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515500%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_003/780x0__r.jpg?hash=1774515500 not downloaded yet
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515500%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_004/780x0__r.jpg?hash=1774515500 not downloaded yet
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003096%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515501%27 HTTP/1.1" 200 None
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_005/780x0__r.jpg?hash=1774515501 not downloaded yet
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_000/780x0__r.jpg?hash=1774515500> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_001/780x0__r.jpg?hash=1774515500> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_002/780x0__r.jpg?hash=1774515500> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_003/780x0__r.jpg?hash=1774515500> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_004/780x0__r.jpg?hash=1774515500> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_005/780x0__r.jpg?hash=1774515501> (referer: https://ecarstrade.com/cars/7003096)
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f66cbdd0-1fd5-5816-92ef-56da34552172
2026-03-26 14:52:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f66cbdd0-1fd5-5816-92ef-56da34552172, skipping ID generation
2026-03-26 14:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f66cbdd0-1fd5-5816-92ef-56da34552172 with scrape type 1
2026-03-26 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f66cbdd0-1fd5-5816-92ef-56da34552172 sending to next pipeline
2026-03-26 14:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f66cbdd0-1fd5-5816-92ef-56da34552172, identifier: 7003096auction111059
2026-03-26 14:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f66cbdd0-1fd5-5816-92ef-56da34552172 with identifier: 7003096auction111059
2026-03-26 14:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f66cbdd0-1fd5-5816-92ef-56da34552172 with identifier: 7003096auction111059
2026-03-26 14:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f66cbdd0-1fd5-5816-92ef-56da34552172 with identifier: 7003096auction111059 to the API
2026-03-26 14:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003096/photo_005/780x0__r.jpg?hash=1774515501>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f66cbdd0-1fd5-5816-92ef-56da34552172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003096',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Opel',
'model': 'Astra',
'odometer': 96443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-11',
'seats_number': None,
'seller_name': None,
'title': 'Opel Astra Sports Tourer Astra Sports Tourer 1.5 Turbo D S/S '
'Edition 90kW/122pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'Sports Tourer Sports Tourer 1.5 Turbo D S/S Edition 90kW/122pk '
'5D/P Man-6',
'vin': None,
'year': 2020}
2026-03-26 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003096auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:08 [ecarstrade.be] INFO: Saving data for 7003096auction111059: {'created_time': 1774536728.258739, 'last_price_update_time': 1774536728.258748, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003096auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003020> (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-26 14:52:09 [ecarstrade.be] INFO: Extracting details for car 7003020auction111056
2026-03-26 14:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08e2fda2-8131-58cf-b4d6-24284d74c511 with identifier: 7003020auction111056
2026-03-26 14:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08e2fda2-8131-58cf-b4d6-24284d74c511 with scrape type 1
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515029%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_000/780x0__r.jpg?hash=1774515029 not downloaded yet
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515030%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_001/780x0__r.jpg?hash=1774515030 not downloaded yet
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515030%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_002/780x0__r.jpg?hash=1774515030 not downloaded yet
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515030%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_003/780x0__r.jpg?hash=1774515030 not downloaded yet
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515030%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_004/780x0__r.jpg?hash=1774515030 not downloaded yet
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003020%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515030%27 HTTP/1.1" 200 None
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_005/780x0__r.jpg?hash=1774515030 not downloaded yet
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_001/780x0__r.jpg?hash=1774515030> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_000/780x0__r.jpg?hash=1774515029> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_002/780x0__r.jpg?hash=1774515030> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_003/780x0__r.jpg?hash=1774515030> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_004/780x0__r.jpg?hash=1774515030> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_005/780x0__r.jpg?hash=1774515030> (referer: https://ecarstrade.com/cars/7003020)
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 08e2fda2-8131-58cf-b4d6-24284d74c511
2026-03-26 14:52:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 08e2fda2-8131-58cf-b4d6-24284d74c511, skipping ID generation
2026-03-26 14:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08e2fda2-8131-58cf-b4d6-24284d74c511 with scrape type 1
2026-03-26 14:52:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 08e2fda2-8131-58cf-b4d6-24284d74c511 sending to next pipeline
2026-03-26 14:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08e2fda2-8131-58cf-b4d6-24284d74c511, identifier: 7003020auction111056
2026-03-26 14:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08e2fda2-8131-58cf-b4d6-24284d74c511 with identifier: 7003020auction111056
2026-03-26 14:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08e2fda2-8131-58cf-b4d6-24284d74c511 with identifier: 7003020auction111056
2026-03-26 14:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08e2fda2-8131-58cf-b4d6-24284d74c511 with identifier: 7003020auction111056 to the API
2026-03-26 14:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003020/photo_005/780x0__r.jpg?hash=1774515030>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': '08e2fda2-8131-58cf-b4d6-24284d74c511',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003020',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 88365,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-09',
'seats_number': None,
'seller_name': None,
'title': 'Seat Ibiza 5D Ibiza 5D 1.0 MPI S/S Move Full Link 59kW/80pk 5D/P '
'Man-5 (4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'manual',
'trim': '5D 5D 1.0 MPI S/S Move Full Link 59kW/80pk 5D/P Man-5 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-26 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003020auction111056%27 HTTP/1.1" 200 None
2026-03-26 14:52:10 [ecarstrade.be] INFO: Saving data for 7003020auction111056: {'created_time': 1774536730.267798, 'last_price_update_time': 1774536730.26781, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003020auction111056') HTTP/1.1" 204 0
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003093> (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-26 14:52:16 [ecarstrade.be] INFO: Extracting details for car 7003093auction111059
2026-03-26 14:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b322fb3e-4480-55d9-b870-f2fad9fd6fde with identifier: 7003093auction111059
2026-03-26 14:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b322fb3e-4480-55d9-b870-f2fad9fd6fde with scrape type 1
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515461%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_000/780x0__r.jpg?hash=1774515461 not downloaded yet
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515461%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_001/780x0__r.jpg?hash=1774515461 not downloaded yet
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515461%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_002/780x0__r.jpg?hash=1774515461 not downloaded yet
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515462%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_003/780x0__r.jpg?hash=1774515462 not downloaded yet
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515462%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_004/780x0__r.jpg?hash=1774515462 not downloaded yet
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003093%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515462%27 HTTP/1.1" 200 None
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_005/780x0__r.jpg?hash=1774515462 not downloaded yet
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_001/780x0__r.jpg?hash=1774515461> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_000/780x0__r.jpg?hash=1774515461> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_002/780x0__r.jpg?hash=1774515461> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_004/780x0__r.jpg?hash=1774515462> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_003/780x0__r.jpg?hash=1774515462> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_005/780x0__r.jpg?hash=1774515462> (referer: https://ecarstrade.com/cars/7003093)
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [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-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b322fb3e-4480-55d9-b870-f2fad9fd6fde
2026-03-26 14:52:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b322fb3e-4480-55d9-b870-f2fad9fd6fde, skipping ID generation
2026-03-26 14:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b322fb3e-4480-55d9-b870-f2fad9fd6fde with scrape type 1
2026-03-26 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b322fb3e-4480-55d9-b870-f2fad9fd6fde sending to next pipeline
2026-03-26 14:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b322fb3e-4480-55d9-b870-f2fad9fd6fde, identifier: 7003093auction111059
2026-03-26 14:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b322fb3e-4480-55d9-b870-f2fad9fd6fde with identifier: 7003093auction111059
2026-03-26 14:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b322fb3e-4480-55d9-b870-f2fad9fd6fde with identifier: 7003093auction111059
2026-03-26 14:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b322fb3e-4480-55d9-b870-f2fad9fd6fde with identifier: 7003093auction111059 to the API
2026-03-26 14:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003093/photo_005/780x0__r.jpg?hash=1774515462>
{'auction_title': '',
'c_o_2_emission_value': 182,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EUROURO6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b322fb3e-4480-55d9-b870-f2fad9fd6fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003093',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 89646,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-18',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Custom TRANSIT CUSTOM 340S FOU SWB DSL 2.0 TDCi L1H1 '
'Trend 96kw/130pk 5D/P M6',
'transmission': 'manual',
'trim': 'TRANSIT CUSTOM 340S FOU SWB DSL 2.0 TDCi L1H1 Trend 96kw/130pk 5D/P '
'M6',
'vin': None,
'year': 2018}
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003093auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Saving data for 7003093auction111059: {'created_time': 1774536737.028409, 'last_price_update_time': 1774536737.028419, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003093auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000835auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000835auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000835auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000815auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000815auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000815auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000814auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000814auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000814auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000327auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000327auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000327auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000485auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000485auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000485auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000780auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000780auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000780auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000476auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000476auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000476auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000727auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000727auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000727auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000841auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000841auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000841auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000324auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000324auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000324auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000394auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000394auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000394auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000502auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000502auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000502auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000806auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000806auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000806auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000329auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000329auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000329auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000462auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000462auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000462auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000322auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000322auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000322auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000366auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000366auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000366auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000442auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000442auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000442auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000471auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000471auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000471auction111024: 0
2026-03-26 14:52:17 [ecarstrade.be] INFO: Found listing with ID: 7000360auction111024
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000360auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:17 [ecarstrade.be] INFO: Scrape type for 7000360auction111024: 0
2026-03-26 14:52:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003095> (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-26 14:52:24 [ecarstrade.be] INFO: Extracting details for car 7003095auction111059
2026-03-26 14:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721b2365-98c9-56c3-a400-8dd0a749d339 with identifier: 7003095auction111059
2026-03-26 14:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721b2365-98c9-56c3-a400-8dd0a749d339 with scrape type 1
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515481%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_000/780x0__r.jpg?hash=1774515481 not downloaded yet
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515481%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_001/780x0__r.jpg?hash=1774515481 not downloaded yet
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515482%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_002/780x0__r.jpg?hash=1774515482 not downloaded yet
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515482%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_003/780x0__r.jpg?hash=1774515482 not downloaded yet
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515482%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_004/780x0__r.jpg?hash=1774515482 not downloaded yet
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003095%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515482%27 HTTP/1.1" 200 None
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_005/780x0__r.jpg?hash=1774515482 not downloaded yet
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_001/780x0__r.jpg?hash=1774515481> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_000/780x0__r.jpg?hash=1774515481> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_002/780x0__r.jpg?hash=1774515482> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_003/780x0__r.jpg?hash=1774515482> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_005/780x0__r.jpg?hash=1774515482> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_004/780x0__r.jpg?hash=1774515482> (referer: https://ecarstrade.com/cars/7003095)
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 721b2365-98c9-56c3-a400-8dd0a749d339
2026-03-26 14:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 721b2365-98c9-56c3-a400-8dd0a749d339, skipping ID generation
2026-03-26 14:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721b2365-98c9-56c3-a400-8dd0a749d339 with scrape type 1
2026-03-26 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 721b2365-98c9-56c3-a400-8dd0a749d339 sending to next pipeline
2026-03-26 14:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 721b2365-98c9-56c3-a400-8dd0a749d339, identifier: 7003095auction111059
2026-03-26 14:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 721b2365-98c9-56c3-a400-8dd0a749d339 with identifier: 7003095auction111059
2026-03-26 14:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 721b2365-98c9-56c3-a400-8dd0a749d339 with identifier: 7003095auction111059
2026-03-26 14:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 721b2365-98c9-56c3-a400-8dd0a749d339 with identifier: 7003095auction111059 to the API
2026-03-26 14:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003095/photo_004/780x0__r.jpg?hash=1774515482>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '721b2365-98c9-56c3-a400-8dd0a749d339',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003095',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 181884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes GLE GLE GLE 350 e 4MATIC (PHEV) 245kW/333pk 5D/P Auto-9',
'transmission': 'automatic',
'trim': 'GLE GLE e 4MATIC (PHEV) 245kW/333pk 5D/P Auto-9',
'vin': None,
'year': 2021}
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003095auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Saving data for 7003095auction111059: {'created_time': 1774536745.186262, 'last_price_update_time': 1774536745.186273, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003095auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:25 [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-26 14:52:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000459auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000459auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000459auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000743auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000743auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000743auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000784auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000784auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000784auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000402auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000402auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000402auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000441auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000441auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000441auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000320auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000320auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000320auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000334auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000334auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000334auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000345auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000345auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000345auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000359auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000359auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000359auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000820auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000820auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000820auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000822auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000822auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000822auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000798auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000798auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000798auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000379auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000379auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000379auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000754auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000754auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000754auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000317auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000317auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000317auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000482auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000482auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000482auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000315auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000315auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000315auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000308auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000308auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000308auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000373auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000373auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000373auction111024: 0
2026-03-26 14:52:25 [ecarstrade.be] INFO: Found listing with ID: 7000392auction111024
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000392auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:25 [ecarstrade.be] INFO: Scrape type for 7000392auction111024: 0
2026-03-26 14:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003092> (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-26 14:52:26 [ecarstrade.be] INFO: Extracting details for car 7003092auction111059
2026-03-26 14:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with identifier: 7003092auction111059
2026-03-26 14:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with scrape type 1
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515449%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_000/780x0__r.jpg?hash=1774515449 not downloaded yet
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515449%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_001/780x0__r.jpg?hash=1774515449 not downloaded yet
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515449%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_002/780x0__r.jpg?hash=1774515449 not downloaded yet
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515450%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_003/780x0__r.jpg?hash=1774515450 not downloaded yet
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515450%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_004/780x0__r.jpg?hash=1774515450 not downloaded yet
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003092%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515450%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_005/780x0__r.jpg?hash=1774515450 not downloaded yet
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_001/780x0__r.jpg?hash=1774515449> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_000/780x0__r.jpg?hash=1774515449> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_002/780x0__r.jpg?hash=1774515449> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_003/780x0__r.jpg?hash=1774515450> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_005/780x0__r.jpg?hash=1774515450> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_004/780x0__r.jpg?hash=1774515450> (referer: https://ecarstrade.com/cars/7003092)
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591
2026-03-26 14:52:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591, skipping ID generation
2026-03-26 14:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with scrape type 1
2026-03-26 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 sending to next pipeline
2026-03-26 14:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591, identifier: 7003092auction111059
2026-03-26 14:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with identifier: 7003092auction111059
2026-03-26 14:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with identifier: 7003092auction111059
2026-03-26 14:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f87f54e5-87b5-5b6b-84d8-f4bca2fc6591 with identifier: 7003092auction111059 to the API
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003092/photo_004/780x0__r.jpg?hash=1774515450>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f87f54e5-87b5-5b6b-84d8-f4bca2fc6591',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003092',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit',
'odometer': 48302,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-12',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Courier TRANSIT COURIER - 2018 1.0 EcoBoost Trend '
'(EU6.2) 74kw/100pk 5D/P M6',
'transmission': 'manual',
'trim': 'Courier TRANSIT COURIER - 2018 1.0 EcoBoost Trend (EU6.2) 74kw/100pk '
'5D/P M6',
'vin': None,
'year': 2019}
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003092auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:26 [ecarstrade.be] INFO: Saving data for 7003092auction111059: {'created_time': 1774536746.963597, 'last_price_update_time': 1774536746.963609, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003092auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003091> (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-26 14:52:31 [ecarstrade.be] INFO: Extracting details for car 7003091auction111059
2026-03-26 14:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e46f917d-28ba-511b-972c-82a9825d96db with identifier: 7003091auction111059
2026-03-26 14:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46f917d-28ba-511b-972c-82a9825d96db with scrape type 1
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_000/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_001/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_002/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_003/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_004/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003091%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515437%27 HTTP/1.1" 200 None
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_005/780x0__r.jpg?hash=1774515437 not downloaded yet
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_001/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_000/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_003/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_002/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_004/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_005/780x0__r.jpg?hash=1774515437> (referer: https://ecarstrade.com/cars/7003091)
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e46f917d-28ba-511b-972c-82a9825d96db
2026-03-26 14:52:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e46f917d-28ba-511b-972c-82a9825d96db, skipping ID generation
2026-03-26 14:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46f917d-28ba-511b-972c-82a9825d96db with scrape type 1
2026-03-26 14:52:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e46f917d-28ba-511b-972c-82a9825d96db sending to next pipeline
2026-03-26 14:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e46f917d-28ba-511b-972c-82a9825d96db, identifier: 7003091auction111059
2026-03-26 14:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e46f917d-28ba-511b-972c-82a9825d96db with identifier: 7003091auction111059
2026-03-26 14:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e46f917d-28ba-511b-972c-82a9825d96db with identifier: 7003091auction111059
2026-03-26 14:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e46f917d-28ba-511b-972c-82a9825d96db with identifier: 7003091auction111059 to the API
2026-03-26 14:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:52:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003091/photo_005/780x0__r.jpg?hash=1774515437>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e46f917d-28ba-511b-972c-82a9825d96db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003091',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 161051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-20',
'seats_number': None,
'seller_name': None,
'title': 'Ford S-Max S-Max 2.0 TDCi S/S Aut. Titanium 110kW/150pk 5D/P '
'Auto-8',
'transmission': 'automatic',
'trim': '2.0 TDCi S/S Aut. Titanium 110kW/150pk 5D/P Auto-8',
'vin': None,
'year': 2020}
2026-03-26 14:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003091auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:32 [ecarstrade.be] INFO: Saving data for 7003091auction111059: {'created_time': 1774536752.155833, 'last_price_update_time': 1774536752.155844, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003091auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:32 [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-26 14:52:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000399auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000399auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000399auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000761auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000761auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000761auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000338auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000338auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000338auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000336auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000336auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000336auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000387auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000387auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000387auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000801auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000801auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000801auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000367auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000367auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000367auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000434auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000434auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000434auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000461auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000461auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000461auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000759auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000759auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000759auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000762auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000762auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000762auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000312auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000312auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000312auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000340auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000340auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000340auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000400auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000400auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000400auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000803auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000803auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000803auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000834auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000834auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000834auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000828auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000828auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000828auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000355auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000355auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000355auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000356auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000356auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000356auction111024: 0
2026-03-26 14:52:33 [ecarstrade.be] INFO: Found listing with ID: 7000839auction111024
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000839auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [ecarstrade.be] INFO: Scrape type for 7000839auction111024: 0
2026-03-26 14:52:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003094> (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-26 14:52:33 [ecarstrade.be] INFO: Extracting details for car 7003094auction111059
2026-03-26 14:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3b63f1b-7e83-5219-9144-8175263bf3a0 with identifier: 7003094auction111059
2026-03-26 14:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3b63f1b-7e83-5219-9144-8175263bf3a0 with scrape type 1
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515471%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_000/780x0__r.jpg?hash=1774515471 not downloaded yet
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515472%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_001/780x0__r.jpg?hash=1774515472 not downloaded yet
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515472%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_002/780x0__r.jpg?hash=1774515472 not downloaded yet
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515472%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_003/780x0__r.jpg?hash=1774515472 not downloaded yet
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515472%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_004/780x0__r.jpg?hash=1774515472 not downloaded yet
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003094%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515472%27 HTTP/1.1" 200 None
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_005/780x0__r.jpg?hash=1774515472 not downloaded yet
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_000/780x0__r.jpg?hash=1774515471> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_001/780x0__r.jpg?hash=1774515472> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_003/780x0__r.jpg?hash=1774515472> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_002/780x0__r.jpg?hash=1774515472> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_004/780x0__r.jpg?hash=1774515472> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_005/780x0__r.jpg?hash=1774515472> (referer: https://ecarstrade.com/cars/7003094)
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3b63f1b-7e83-5219-9144-8175263bf3a0
2026-03-26 14:52:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3b63f1b-7e83-5219-9144-8175263bf3a0, skipping ID generation
2026-03-26 14:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3b63f1b-7e83-5219-9144-8175263bf3a0 with scrape type 1
2026-03-26 14:52:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3b63f1b-7e83-5219-9144-8175263bf3a0 sending to next pipeline
2026-03-26 14:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3b63f1b-7e83-5219-9144-8175263bf3a0, identifier: 7003094auction111059
2026-03-26 14:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3b63f1b-7e83-5219-9144-8175263bf3a0 with identifier: 7003094auction111059
2026-03-26 14:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3b63f1b-7e83-5219-9144-8175263bf3a0 with identifier: 7003094auction111059
2026-03-26 14:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3b63f1b-7e83-5219-9144-8175263bf3a0 with identifier: 7003094auction111059 to the API
2026-03-26 14:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:52: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-26 14:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003094/photo_005/780x0__r.jpg?hash=1774515472>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e3b63f1b-7e83-5219-9144-8175263bf3a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003094',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 89933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-27',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes CLA Shooting Brake CLA Shooting Brake CLA 180 d Business '
'Solution 85kW/116pk 5D/P Man-6',
'transmission': 'manual',
'trim': 'CLA Shooting Brake CLA Shooting Brake CLA 180 d Business Solution '
'85kW/116pk 5D/P Man-6',
'vin': None,
'year': 2020}
2026-03-26 14:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003094auction111059%27 HTTP/1.1" 200 None
2026-03-26 14:52:34 [ecarstrade.be] INFO: Saving data for 7003094auction111059: {'created_time': 1774536754.476673, 'last_price_update_time': 1774536754.476689, 'auction_closing_time': 1774602600.0}
2026-03-26 14:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003094auction111059') HTTP/1.1" 204 0
2026-03-26 14:52:43 [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-26 14:52:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000760auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000760auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000760auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000354auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000354auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000354auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000397auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000397auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000397auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000808auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000808auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000808auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000818auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000818auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000818auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000386auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000386auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000386auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000823auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000823auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000823auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000824auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000824auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000824auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000377auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000377auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000377auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000758auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000758auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000758auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000307auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000307auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000307auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000503auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000503auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000503auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000398auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000398auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:43 [ecarstrade.be] INFO: Scrape type for 7000398auction111024: 0
2026-03-26 14:52:43 [ecarstrade.be] INFO: Found listing with ID: 7000452auction111024
2026-03-26 14:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000452auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000452auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000838auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000838auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000838auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000313auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000313auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000313auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000333auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000333auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000333auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000395auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000395auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000395auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000837auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000837auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000837auction111024: 0
2026-03-26 14:52:44 [ecarstrade.be] INFO: Found listing with ID: 7000330auction111024
2026-03-26 14:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000330auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:44 [ecarstrade.be] INFO: Scrape type for 7000330auction111024: 0
2026-03-26 14: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-26 14:52:53 [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-26 14:52:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000378auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000378auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000378auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000389auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000389auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000389auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000311auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000311auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000311auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000358auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000358auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000358auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000470auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000470auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000470auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000734auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000734auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000734auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000773auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000773auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000773auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000792auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000792auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000792auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000831auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000831auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000831auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000465auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000465auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000465auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000384auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000384auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000384auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000451auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000451auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000451auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000473auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000473auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000473auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000802auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000802auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000802auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000335auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000335auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000335auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000376auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000376auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000376auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000381auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000381auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000381auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000365auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000365auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000365auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000375auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000375auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000375auction111024: 0
2026-03-26 14:52:53 [ecarstrade.be] INFO: Found listing with ID: 7000391auction111024
2026-03-26 14:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000391auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:52:53 [ecarstrade.be] INFO: Scrape type for 7000391auction111024: 0
2026-03-26 14: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-26 14:53:01 [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-26 14:53:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000800auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000800auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000800auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000323auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000323auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000323auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000380auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000380auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000380auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000444auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000444auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000444auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000781auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000781auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000781auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000448auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000448auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000448auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000469auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000469auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000469auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000310auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000310auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000310auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000401auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000401auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000401auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000693auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000693auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000693auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000364auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000364auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000364auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000807auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000807auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000807auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000829auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000829auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000829auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000385auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000385auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000385auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000726auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000726auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000726auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000463auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000463auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000463auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000314auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000314auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000314auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000363auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000363auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000363auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000826auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000826auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000826auction111024: 0
2026-03-26 14:53:01 [ecarstrade.be] INFO: Found listing with ID: 7000472auction111024
2026-03-26 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000472auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:01 [ecarstrade.be] INFO: Scrape type for 7000472auction111024: 0
2026-03-26 14:53:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:53:06 [scrapy.extensions.logstats] INFO: Crawled 505 pages (at 14 pages/min), scraped 456 items (at 7 items/min)
2026-03-26 14:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:53:12 [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-26 14:53:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:12 [ecarstrade.be] INFO: Found listing with ID: 7000498auction111024
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000498auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:12 [ecarstrade.be] INFO: Scrape type for 7000498auction111024: 0
2026-03-26 14:53:12 [ecarstrade.be] INFO: Found listing with ID: 7000819auction111024
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000819auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:12 [ecarstrade.be] INFO: Scrape type for 7000819auction111024: 0
2026-03-26 14:53:12 [ecarstrade.be] INFO: Found listing with ID: 7000475auction111024
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000475auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:12 [ecarstrade.be] INFO: Scrape type for 7000475auction111024: 0
2026-03-26 14:53:12 [ecarstrade.be] INFO: Found listing with ID: 7000747auction111024
2026-03-26 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000747auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000747auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000775auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000775auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000775auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000836auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000836auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000836auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000499auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000499auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000499auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000421auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000421auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000421auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000785auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000785auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000785auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000796auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000796auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000796auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000813auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000813auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000813auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000318auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000318auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000318auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000766auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000766auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000766auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000362auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000362auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000362auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000457auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000457auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000457auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000771auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000771auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000771auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000795auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000795auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000795auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000382auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000382auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000382auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000810auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000810auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000810auction111024: 0
2026-03-26 14:53:13 [ecarstrade.be] INFO: Found listing with ID: 7000309auction111024
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000309auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:13 [ecarstrade.be] INFO: Scrape type for 7000309auction111024: 0
2026-03-26 14: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-26 14:53:19 [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-26 14:53:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000316auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000316auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000316auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000328auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000328auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000328auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000422auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000422auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000422auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000439auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000439auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000439auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000493auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000493auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000493auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000504auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000504auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000504auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000778auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000778auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000778auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000791auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000791auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000791auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000816auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000816auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000816auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000770auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000770auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000770auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000811auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000811auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000811auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000705auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000705auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000705auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000706auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000706auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000706auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000708auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000708auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000708auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000710auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000710auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000710auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000711auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000711auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000711auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000728auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000728auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:19 [ecarstrade.be] INFO: Scrape type for 7000728auction111024: 0
2026-03-26 14:53:19 [ecarstrade.be] INFO: Found listing with ID: 7000821auction111024
2026-03-26 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000821auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:20 [ecarstrade.be] INFO: Scrape type for 7000821auction111024: 0
2026-03-26 14:53:20 [ecarstrade.be] INFO: Found listing with ID: 7000352auction111024
2026-03-26 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000352auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:20 [ecarstrade.be] INFO: Scrape type for 7000352auction111024: 0
2026-03-26 14:53:20 [ecarstrade.be] INFO: Found listing with ID: 7000507auction111024
2026-03-26 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000507auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:20 [ecarstrade.be] INFO: Scrape type for 7000507auction111024: 0
2026-03-26 14:53:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:53:32 [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-26 14:53:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000351auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000351auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000351auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000347auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000347auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000347auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000349auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000349auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000349auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000372auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000372auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000372auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000396auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000396auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000396auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000458auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000458auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000458auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000501auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000501auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000501auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000707auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000707auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000707auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000730auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000730auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000730auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000736auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000736auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000736auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000741auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000741auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000741auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000763auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000763auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000763auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000786auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000786auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000786auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000790auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000790auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000790auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000794auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000794auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000794auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000799auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000799auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000799auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000433auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000433auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000433auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000460auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000460auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000460auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000506auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000506auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000506auction111024: 0
2026-03-26 14:53:32 [ecarstrade.be] INFO: Found listing with ID: 7000748auction111024
2026-03-26 14:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000748auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:32 [ecarstrade.be] INFO: Scrape type for 7000748auction111024: 0
2026-03-26 14: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-26 14:53:39 [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-26 14:53:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000774auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000774auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000774auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000782auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000782auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000782auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000361auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000361auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000361auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000415auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000415auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000415auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000793auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000793auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000793auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000420auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000420auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000420auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000435auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000435auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000435auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000445auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000445auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000445auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000729auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000729auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000729auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000751auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000751auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000751auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000752auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000752auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000752auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000446auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000446auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000446auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000500auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000500auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000500auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000825auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000825auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000825auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000709auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000709auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000709auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000757auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000757auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000757auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000437auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000437auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000437auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000695auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000695auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000695auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000722auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000722auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000722auction111024: 0
2026-03-26 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 7000817auction111024
2026-03-26 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000817auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:39 [ecarstrade.be] INFO: Scrape type for 7000817auction111024: 0
2026-03-26 14: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-26 14:53:56 [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-26 14:53:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000440auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000440auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000440auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000505auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000505auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000505auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000735auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000735auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000735auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000742auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000742auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000742auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000783auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000783auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000783auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000731auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000731auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000731auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000749auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000749auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000749auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000326auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000326auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000326auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000416auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000416auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000416auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000319auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000319auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000319auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000414auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000414auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000414auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000427auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000427auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000427auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000432auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000432auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000432auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000787auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000787auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000787auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000403auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000403auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000403auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000409auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000409auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000409auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000694auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000694auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000694auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000703auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000703auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000703auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000720auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000720auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000720auction111024: 0
2026-03-26 14:53:56 [ecarstrade.be] INFO: Found listing with ID: 7000715auction111024
2026-03-26 14:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000715auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:53:56 [ecarstrade.be] INFO: Scrape type for 7000715auction111024: 0
2026-03-26 14:53:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:03 [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-26 14:54:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000750auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000750auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000750auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000746auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000746auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000746auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000350auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000350auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000350auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000374auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000374auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000374auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000383auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000383auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000383auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000418auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000418auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:03 [ecarstrade.be] INFO: Scrape type for 7000418auction111024: 0
2026-03-26 14:54:03 [ecarstrade.be] INFO: Found listing with ID: 7000733auction111024
2026-03-26 14:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000733auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000733auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000410auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000410auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000410auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000700auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000700auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000700auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000702auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000702auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000702auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000704auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000704auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000704auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000739auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000739auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000739auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000740auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000740auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000740auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000756auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000756auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000756auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000494auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000494auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000494auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000411auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000411auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000411auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000417auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000417auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000417auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000697auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000697auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000697auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000723auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000723auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000723auction111024: 0
2026-03-26 14:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000701auction111024
2026-03-26 14:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000701auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:04 [ecarstrade.be] INFO: Scrape type for 7000701auction111024: 0
2026-03-26 14: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-26 14:54:06 [scrapy.extensions.logstats] INFO: Crawled 511 pages (at 6 pages/min), scraped 456 items (at 0 items/min)
2026-03-26 14:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-26 14:54:10 [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-26 14:54:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000788auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000788auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000788auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000412auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000412auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000412auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000804auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000804auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000804auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000413auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000413auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000413auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000738auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000738auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000738auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000745auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000745auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000745auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000407auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000407auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000407auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000716auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000716auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000716auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000776auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000776auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000776auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000423auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000423auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000423auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000765auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000765auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000765auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000408auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000408auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000408auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000755auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000755auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000755auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000805auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000805auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000805auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000357auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000357auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000357auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000447auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000447auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000447auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000717auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000717auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000717auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000719auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000719auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000719auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000767auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000767auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000767auction111024: 0
2026-03-26 14:54:10 [ecarstrade.be] INFO: Found listing with ID: 7000789auction111024
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000789auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:10 [ecarstrade.be] INFO: Scrape type for 7000789auction111024: 0
2026-03-26 14:54:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:17 [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-26 14:54:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000830auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000830auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000830auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000725auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000725auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000725auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000744auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000744auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000744auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000467auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000467auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000467auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000698auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000698auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000698auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000431auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000431auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000431auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000453auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000453auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000453auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000436auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000436auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000436auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000449auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000449auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000449auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000732auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000732auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000732auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000779auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000779auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000779auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000753auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000753auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000753auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000772auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000772auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000772auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000468auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000468auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000468auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000714auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000714auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000714auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000718auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000718auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000718auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000809auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000809auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000809auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000712auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000712auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000712auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000737auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000737auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000737auction111024: 0
2026-03-26 14:54:17 [ecarstrade.be] INFO: Found listing with ID: 7000429auction111024
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000429auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:17 [ecarstrade.be] INFO: Scrape type for 7000429auction111024: 0
2026-03-26 14:54:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:24 [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-26 14:54:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000466auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000466auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000466auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000721auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000721auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000721auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000724auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000724auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000724auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000713auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000713auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000713auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000424auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000424auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000424auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000428auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000428auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000428auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000430auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000430auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000430auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000812auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000812auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000812auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000764auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000764auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000764auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000769auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000769auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000769auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000419auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000419auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000419auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000699auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000699auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000699auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000404auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000404auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000404auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000425auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000425auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000425auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000426auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000426auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000426auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 7000450auction111024
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000450auction111024%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 7000450auction111024: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6994899auction110949
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994899auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 6994899auction110949: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6994897auction110949
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994897auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 6994897auction110949: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6994892auction110949
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994892auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 6994892auction110949: 0
2026-03-26 14:54:24 [ecarstrade.be] INFO: Found listing with ID: 6994898auction110949
2026-03-26 14:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994898auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:24 [ecarstrade.be] INFO: Scrape type for 6994898auction110949: 0
2026-03-26 14: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-26 14:54:31 [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-26 14:54:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6994900auction110949
2026-03-26 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994900auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:31 [ecarstrade.be] INFO: Scrape type for 6994900auction110949: 0
2026-03-26 14:54:31 [ecarstrade.be] INFO: Found listing with ID: 6994903auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994903auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994903auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994902auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994902auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994902auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994945auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994945auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994945auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994901auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994901auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994901auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994958auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994958auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994958auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994920auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994920auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994920auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994891auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994891auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994891auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994896auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994896auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994896auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994923auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994923auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994923auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994937auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994937auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994937auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994968auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994968auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994968auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994982auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994982auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994982auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994988auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994988auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994988auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994909auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994909auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994909auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994980auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994980auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994980auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994990auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994990auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994990auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994895auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994895auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994895auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994985auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994985auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994985auction110949: 0
2026-03-26 14:54:32 [ecarstrade.be] INFO: Found listing with ID: 6994894auction110949
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994894auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:32 [ecarstrade.be] INFO: Scrape type for 6994894auction110949: 0
2026-03-26 14: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-26 14:54:39 [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-26 14:54:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:39 [ecarstrade.be] INFO: Found listing with ID: 6994986auction110949
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994986auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:39 [ecarstrade.be] INFO: Scrape type for 6994986auction110949: 0
2026-03-26 14:54:39 [ecarstrade.be] INFO: Found listing with ID: 6994989auction110949
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994989auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:39 [ecarstrade.be] INFO: Scrape type for 6994989auction110949: 0
2026-03-26 14:54:39 [ecarstrade.be] INFO: Found listing with ID: 6994955auction110949
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994955auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:39 [ecarstrade.be] INFO: Scrape type for 6994955auction110949: 0
2026-03-26 14:54:39 [ecarstrade.be] INFO: Found listing with ID: 6994987auction110949
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994987auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 6994987auction110949: 0
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 6994984auction110949
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994984auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 6994984auction110949: 0
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 6994983auction110949
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994983auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 6994983auction110949: 0
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 6994991auction110949
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276994991auction110949%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 6994991auction110949: 0
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003826auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003826auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003826auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003827auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003827auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003827auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003828auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003828auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003828auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003829auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003829auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003829auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003830auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003830auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003830auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003831auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003831auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003831auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003832auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003832auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003832auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003833auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003833auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003833auction111073: 1
2026-03-26 14: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-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003834auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003834auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003834auction111073: 1
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003835auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003835auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003835auction111073: 1
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003836auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003836auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003836auction111073: 1
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003837auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003837auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003837auction111073: 1
2026-03-26 14:54:40 [ecarstrade.be] INFO: Found listing with ID: 7003838auction111073
2026-03-26 14:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003838auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:40 [ecarstrade.be] INFO: Scrape type for 7003838auction111073: 1
2026-03-26 14:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003827> (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-26 14: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-26 14:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003826> (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-26 14: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-26 14:54:46 [ecarstrade.be] INFO: Extracting details for car 7003827auction111073
2026-03-26 14:54:46 [ecarstrade.be] INFO: Extracting details for car 7003826auction111073
2026-03-26 14:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003831> (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-26 14:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b8ef69-874d-5423-be66-50d9e69cdbfe with identifier: 7003827auction111073
2026-03-26 14:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b8ef69-874d-5423-be66-50d9e69cdbfe with scrape type 1
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_001/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with identifier: 7003826auction111073
2026-03-26 14:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with scrape type 1
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_001/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14: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-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_002/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_002/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_003/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_003/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_004/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_004/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14:54:46 [ecarstrade.be] INFO: Extracting details for car 7003831auction111073
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_005/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_005/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53ac44be-1ea2-5605-821f-493d84dd2861 with identifier: 7003831auction111073
2026-03-26 14:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53ac44be-1ea2-5605-821f-493d84dd2861 with scrape type 1
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_001/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003827%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523157%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_006/780x0__r.jpg?hash=1774523157 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003826%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523156%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_006/780x0__r.jpg?hash=1774523156 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_002/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_003/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_004/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523163%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_005/780x0__r.jpg?hash=1774523163 not downloaded yet
2026-03-26 14:54:46 [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-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003831%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_006/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14: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-26 14:54:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003839auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003839auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003839auction111073: 1
2026-03-26 14:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003832> (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-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003840auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003840auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003840auction111073: 1
2026-03-26 14: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-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003841auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003841auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003841auction111073: 1
2026-03-26 14:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003830> (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-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003842auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003842auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003842auction111073: 1
2026-03-26 14: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-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003843auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003843auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003843auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003844auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003844auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003844auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003845auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003845auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003845auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Extracting details for car 7003832auction111073
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003846auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003846auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003846auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Extracting details for car 7003830auction111073
2026-03-26 14:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07ae83ff-f871-51f2-9101-7bb45a8cc48b with identifier: 7003832auction111073
2026-03-26 14:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07ae83ff-f871-51f2-9101-7bb45a8cc48b with scrape type 1
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_001/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003847auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003847auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003847auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_002/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd1bddb-082f-5ba9-b40b-840b16f3881f with identifier: 7003830auction111073
2026-03-26 14:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd1bddb-082f-5ba9-b40b-840b16f3881f with scrape type 1
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_001/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003848auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003848auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003848auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_003/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_002/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003849auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003849auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003849auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_004/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_003/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003850auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003850auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003850auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_005/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_004/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003851auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003851auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003851auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003832%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523164%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_006/780x0__r.jpg?hash=1774523164 not downloaded yet
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_005/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003852auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003852auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003852auction111073: 1
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003830%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523162%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_006/780x0__r.jpg?hash=1774523162 not downloaded yet
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003853auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003853auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003853auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003854auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003854auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003854auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003855auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003855auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003855auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003856auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003856auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003856auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003857auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003857auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003857auction111073: 1
2026-03-26 14:54:47 [ecarstrade.be] INFO: Found listing with ID: 7003858auction111073
2026-03-26 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003858auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:47 [ecarstrade.be] INFO: Scrape type for 7003858auction111073: 1
2026-03-26 14:54:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003835> (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-26 14:54:52 [ecarstrade.be] INFO: Extracting details for car 7003835auction111073
2026-03-26 14:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abfec74c-c5c1-5b90-8411-b6087186add6 with identifier: 7003835auction111073
2026-03-26 14:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abfec74c-c5c1-5b90-8411-b6087186add6 with scrape type 1
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_001/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_002/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_003/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_004/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_005/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_001/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003835%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523166%27 HTTP/1.1" 200 None
2026-03-26 14:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_006/780x0__r.jpg?hash=1774523166 not downloaded yet
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_001/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_002/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_002/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_003/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_005/780x0__r.jpg?hash=1774523163> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003833> (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-26 14:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:53 [ecarstrade.be] INFO: Extracting details for car 7003833auction111073
2026-03-26 14:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8945a3e6-83d0-5d65-8130-86d8641f4723 with identifier: 7003833auction111073
2026-03-26 14:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8945a3e6-83d0-5d65-8130-86d8641f4723 with scrape type 1
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_001/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_002/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_003/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_004/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_005/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003833%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523165%27 HTTP/1.1" 200 None
2026-03-26 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_006/780x0__r.jpg?hash=1774523165 not downloaded yet
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003834> (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-26 14:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:54 [ecarstrade.be] INFO: Extracting details for car 7003834auction111073
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003837> (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-26 14:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4988180-bf6e-5db4-954c-3b1a87017d58 with identifier: 7003834auction111073
2026-03-26 14:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4988180-bf6e-5db4-954c-3b1a87017d58 with scrape type 1
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_001/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_002/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_003/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_004/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_005/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003834%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523167%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_006/780x0__r.jpg?hash=1774523167 not downloaded yet
2026-03-26 14:54:54 [ecarstrade.be] INFO: Extracting details for car 7003837auction111073
2026-03-26 14:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53d6b99-991e-5e0e-9761-3468168966f6 with identifier: 7003837auction111073
2026-03-26 14:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53d6b99-991e-5e0e-9761-3468168966f6 with scrape type 1
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_001/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_005/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523169%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_002/780x0__r.jpg?hash=1774523169 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_003/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_004/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_005/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003837%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523169%27 HTTP/1.1" 200 None
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_006/780x0__r.jpg?hash=1774523169 not downloaded yet
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_006/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_004/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_003/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_002/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_001/780x0__r.jpg?hash=1774523166> (referer: https://ecarstrade.com/cars/7003835)
2026-03-26 14:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item abfec74c-c5c1-5b90-8411-b6087186add6
2026-03-26 14:54:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abfec74c-c5c1-5b90-8411-b6087186add6, skipping ID generation
2026-03-26 14:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abfec74c-c5c1-5b90-8411-b6087186add6 with scrape type 1
2026-03-26 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abfec74c-c5c1-5b90-8411-b6087186add6 sending to next pipeline
2026-03-26 14:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abfec74c-c5c1-5b90-8411-b6087186add6, identifier: 7003835auction111073
2026-03-26 14:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abfec74c-c5c1-5b90-8411-b6087186add6 with identifier: 7003835auction111073
2026-03-26 14:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abfec74c-c5c1-5b90-8411-b6087186add6 with identifier: 7003835auction111073
2026-03-26 14:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abfec74c-c5c1-5b90-8411-b6087186add6 with identifier: 7003835auction111073 to the API
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003835/photo_001/780x0__r.jpg?hash=1774523166>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'abfec74c-c5c1-5b90-8411-b6087186add6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003835',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 123077,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-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-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003835auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [ecarstrade.be] INFO: Saving data for 7003835auction111073: {'created_time': 1774536895.665067, 'last_price_update_time': 1774536895.665076, 'auction_closing_time': 1774611600.0}
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003835auction111073') HTTP/1.1" 204 0
2026-03-26 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003829> (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-26 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003836> (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-26 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_006/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14:54:55 [ecarstrade.be] INFO: Extracting details for car 7003829auction111073
2026-03-26 14:54:55 [ecarstrade.be] INFO: Extracting details for car 7003836auction111073
2026-03-26 14:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9406c2a8-ae13-577a-8a65-edd46f0246b8 with identifier: 7003829auction111073
2026-03-26 14:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9406c2a8-ae13-577a-8a65-edd46f0246b8 with scrape type 1
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_001/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with identifier: 7003836auction111073
2026-03-26 14:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with scrape type 1
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_001/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_001/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523161%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_002/780x0__r.jpg?hash=1774523161 not downloaded yet
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_002/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_005/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523161%27 HTTP/1.1" 200 None
2026-03-26 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_003/780x0__r.jpg?hash=1774523161 not downloaded yet
2026-03-26 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_003/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523161%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_004/780x0__r.jpg?hash=1774523161 not downloaded yet
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_004/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_006/780x0__r.jpg?hash=1774523169> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523161%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_005/780x0__r.jpg?hash=1774523161 not downloaded yet
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_005/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_005/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003829%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523161%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_006/780x0__r.jpg?hash=1774523161 not downloaded yet
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003836%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523168%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_006/780x0__r.jpg?hash=1774523168 not downloaded yet
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_004/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_003/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_006/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_002/780x0__r.jpg?hash=1774523169> (referer: https://ecarstrade.com/cars/7003837)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_005/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_004/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_001/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d53d6b99-991e-5e0e-9761-3468168966f6
2026-03-26 14:54:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d53d6b99-991e-5e0e-9761-3468168966f6, skipping ID generation
2026-03-26 14:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53d6b99-991e-5e0e-9761-3468168966f6 with scrape type 1
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d53d6b99-991e-5e0e-9761-3468168966f6 sending to next pipeline
2026-03-26 14:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d53d6b99-991e-5e0e-9761-3468168966f6, identifier: 7003837auction111073
2026-03-26 14:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d53d6b99-991e-5e0e-9761-3468168966f6 with identifier: 7003837auction111073
2026-03-26 14:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d53d6b99-991e-5e0e-9761-3468168966f6 with identifier: 7003837auction111073
2026-03-26 14:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d53d6b99-991e-5e0e-9761-3468168966f6 with identifier: 7003837auction111073 to the API
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003837/photo_002/780x0__r.jpg?hash=1774523169>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'd53d6b99-991e-5e0e-9761-3468168966f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003837',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 71278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003837auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:56 [ecarstrade.be] INFO: Saving data for 7003837auction111073: {'created_time': 1774536896.865589, 'last_price_update_time': 1774536896.865604, 'auction_closing_time': 1774611600.0}
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003837auction111073') HTTP/1.1" 204 0
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_002/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_004/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_006/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_005/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_006/780x0__r.jpg?hash=1774523161> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_005/780x0__r.jpg?hash=1774523161> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_004/780x0__r.jpg?hash=1774523161> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_003/780x0__r.jpg?hash=1774523161> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_003/780x0__r.jpg?hash=1774523168> (referer: https://ecarstrade.com/cars/7003836)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_002/780x0__r.jpg?hash=1774523161> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_001/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003829)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_003/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282
2026-03-26 14:54:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282, skipping ID generation
2026-03-26 14:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with scrape type 1
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 sending to next pipeline
2026-03-26 14:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282, identifier: 7003836auction111073
2026-03-26 14:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with identifier: 7003836auction111073
2026-03-26 14:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with identifier: 7003836auction111073
2026-03-26 14:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b4a52d6-2d0b-5e01-89c5-e8c44237e282 with identifier: 7003836auction111073 to the API
2026-03-26 14:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003836/photo_003/780x0__r.jpg?hash=1774523168>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '4b4a52d6-2d0b-5e01-89c5-e8c44237e282',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003836',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 83411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'transmission': 'automatic',
'trim': 'CITROEN X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'vin': None,
'year': 2023}
2026-03-26 14:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003836auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:57 [ecarstrade.be] INFO: Saving data for 7003836auction111073: {'created_time': 1774536897.649704, 'last_price_update_time': 1774536897.649713, 'auction_closing_time': 1774611600.0}
2026-03-26 14:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003836auction111073') HTTP/1.1" 204 0
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_002/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_001/780x0__r.jpg?hash=1774523167> (referer: https://ecarstrade.com/cars/7003834)
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9406c2a8-ae13-577a-8a65-edd46f0246b8
2026-03-26 14:54:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9406c2a8-ae13-577a-8a65-edd46f0246b8, skipping ID generation
2026-03-26 14:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9406c2a8-ae13-577a-8a65-edd46f0246b8 with scrape type 1
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9406c2a8-ae13-577a-8a65-edd46f0246b8 sending to next pipeline
2026-03-26 14:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9406c2a8-ae13-577a-8a65-edd46f0246b8, identifier: 7003829auction111073
2026-03-26 14:54:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9406c2a8-ae13-577a-8a65-edd46f0246b8 with identifier: 7003829auction111073
2026-03-26 14:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9406c2a8-ae13-577a-8a65-edd46f0246b8 with identifier: 7003829auction111073
2026-03-26 14:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9406c2a8-ae13-577a-8a65-edd46f0246b8 with identifier: 7003829auction111073 to the API
2026-03-26 14:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003829/photo_001/780x0__r.jpg?hash=1774523160>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '9406c2a8-ae13-577a-8a65-edd46f0246b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003829',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 23121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 5p SUV sDrive18i M Sport DKG7',
'transmission': 'automatic',
'trim': '5p SUV sDrive18i M Sport DKG7',
'vin': None,
'year': 2023}
2026-03-26 14:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003829auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:54:58 [ecarstrade.be] INFO: Saving data for 7003829auction111073: {'created_time': 1774536898.127583, 'last_price_update_time': 1774536898.127598, 'auction_closing_time': 1774611600.0}
2026-03-26 14:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003829auction111073') HTTP/1.1" 204 0
2026-03-26 14:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_003/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_004/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14:54:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4988180-bf6e-5db4-954c-3b1a87017d58
2026-03-26 14:54:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4988180-bf6e-5db4-954c-3b1a87017d58, skipping ID generation
2026-03-26 14:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4988180-bf6e-5db4-954c-3b1a87017d58 with scrape type 1
2026-03-26 14:54:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4988180-bf6e-5db4-954c-3b1a87017d58 sending to next pipeline
2026-03-26 14:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4988180-bf6e-5db4-954c-3b1a87017d58, identifier: 7003834auction111073
2026-03-26 14:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4988180-bf6e-5db4-954c-3b1a87017d58 with identifier: 7003834auction111073
2026-03-26 14:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4988180-bf6e-5db4-954c-3b1a87017d58 with identifier: 7003834auction111073
2026-03-26 14:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4988180-bf6e-5db4-954c-3b1a87017d58 with identifier: 7003834auction111073 to the API
2026-03-26 14:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003834/photo_001/780x0__r.jpg?hash=1774523167>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c4988180-bf6e-5db4-954c-3b1a87017d58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003834',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 40240,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Pack',
'transmission': 'manual',
'trim': 'CITROEN / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Pack',
'vin': None,
'year': 2022}
2026-03-26 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003834auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:03 [ecarstrade.be] INFO: Saving data for 7003834auction111073: {'created_time': 1774536903.702876, 'last_price_update_time': 1774536903.702887, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003834auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_002/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_001/780x0__r.jpg?hash=1774523165> (referer: https://ecarstrade.com/cars/7003833)
2026-03-26 14: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-26 14: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-26 14:55:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:55:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003841> (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-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003839> (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-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003858> (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-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003857> (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-26 14: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-26 14: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-26 14: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-26 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_006/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:55:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8945a3e6-83d0-5d65-8130-86d8641f4723
2026-03-26 14:55:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8945a3e6-83d0-5d65-8130-86d8641f4723, skipping ID generation
2026-03-26 14:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8945a3e6-83d0-5d65-8130-86d8641f4723 with scrape type 1
2026-03-26 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8945a3e6-83d0-5d65-8130-86d8641f4723 sending to next pipeline
2026-03-26 14:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8945a3e6-83d0-5d65-8130-86d8641f4723, identifier: 7003833auction111073
2026-03-26 14:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8945a3e6-83d0-5d65-8130-86d8641f4723 with identifier: 7003833auction111073
2026-03-26 14:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8945a3e6-83d0-5d65-8130-86d8641f4723 with identifier: 7003833auction111073
2026-03-26 14:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8945a3e6-83d0-5d65-8130-86d8641f4723 with identifier: 7003833auction111073 to the API
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003833/photo_001/780x0__r.jpg?hash=1774523165>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '8945a3e6-83d0-5d65-8130-86d8641f4723',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003833',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 101507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003833auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [ecarstrade.be] INFO: Saving data for 7003833auction111073: {'created_time': 1774536904.273392, 'last_price_update_time': 1774536904.273402, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003833auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:04 [ecarstrade.be] INFO: Extracting details for car 7003841auction111073
2026-03-26 14:55:04 [ecarstrade.be] INFO: Extracting details for car 7003839auction111073
2026-03-26 14:55:04 [ecarstrade.be] INFO: Extracting details for car 7003858auction111073
2026-03-26 14:55:04 [ecarstrade.be] INFO: Extracting details for car 7003857auction111073
2026-03-26 14:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_005/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6173154d-e2b6-57cb-8db8-4575864d2ab9 with identifier: 7003841auction111073
2026-03-26 14:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6173154d-e2b6-57cb-8db8-4575864d2ab9 with scrape type 1
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_001/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 799aa9f0-19a2-5961-8f9e-88109bade2b4 with identifier: 7003839auction111073
2026-03-26 14:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 799aa9f0-19a2-5961-8f9e-88109bade2b4 with scrape type 1
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_001/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d22154b-5199-5850-ba45-d55d9ccd41bf with identifier: 7003858auction111073
2026-03-26 14:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d22154b-5199-5850-ba45-d55d9ccd41bf with scrape type 1
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_001/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with identifier: 7003857auction111073
2026-03-26 14:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with scrape type 1
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_001/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_006/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_002/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_002/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_002/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_002/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14: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-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_003/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_003/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_003/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_003/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_004/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_004/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_004/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_004/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523175%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_005/780x0__r.jpg?hash=1774523175 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_005/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_005/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_005/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003841%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523175%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_006/780x0__r.jpg?hash=1774523175 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003839%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523172%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_006/780x0__r.jpg?hash=1774523172 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003858%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_006/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003857%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523195%27 HTTP/1.1" 200 None
2026-03-26 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_006/780x0__r.jpg?hash=1774523195 not downloaded yet
2026-03-26 14:55:06 [scrapy.extensions.logstats] INFO: Crawled 532 pages (at 21 pages/min), scraped 462 items (at 6 items/min)
2026-03-26 14:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003852> (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-26 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003851> (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-26 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_005/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14: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-26 14:55:10 [ecarstrade.be] INFO: Extracting details for car 7003852auction111073
2026-03-26 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_004/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:10 [ecarstrade.be] INFO: Extracting details for car 7003851auction111073
2026-03-26 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 882b4f6f-02b8-51d6-8926-57fe024fa4bc with identifier: 7003852auction111073
2026-03-26 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882b4f6f-02b8-51d6-8926-57fe024fa4bc with scrape type 1
2026-03-26 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_001/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with identifier: 7003851auction111073
2026-03-26 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with scrape type 1
2026-03-26 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_001/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_002/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_002/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_003/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_003/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_003/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_004/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_004/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_005/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_005/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003852%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523190%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_006/780x0__r.jpg?hash=1774523190 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003851%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523189%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_006/780x0__r.jpg?hash=1774523189 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_004/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14:55:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003855> (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-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003856> (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-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_001/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_002/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:11 [ecarstrade.be] INFO: Extracting details for car 7003855auction111073
2026-03-26 14:55:11 [ecarstrade.be] INFO: Extracting details for car 7003856auction111073
2026-03-26 14:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb3f326e-9706-5013-a870-5b500ab122b0 with identifier: 7003855auction111073
2026-03-26 14:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb3f326e-9706-5013-a870-5b500ab122b0 with scrape type 1
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_001/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db35525-9173-53da-9523-6fe3f25766ea with identifier: 7003856auction111073
2026-03-26 14:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db35525-9173-53da-9523-6fe3f25766ea with scrape type 1
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_001/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_006/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_006/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_002/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_002/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_003/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_003/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_004/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_004/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_006/780x0__r.jpg?hash=1774523175> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_005/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_005/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_006/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003855%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523193%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_006/780x0__r.jpg?hash=1774523193 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003856%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523194%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_006/780x0__r.jpg?hash=1774523194 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_002/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_006/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_006/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_005/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003853> (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-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_004/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_005/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_001/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:11 [ecarstrade.be] INFO: Extracting details for car 7003853auction111073
2026-03-26 14:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea583633-5b04-5b49-b4c7-5714cd325255 with identifier: 7003853auction111073
2026-03-26 14:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea583633-5b04-5b49-b4c7-5714cd325255 with scrape type 1
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_001/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523191%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_002/780x0__r.jpg?hash=1774523191 not downloaded yet
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_005/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_001/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_004/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523191%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_003/780x0__r.jpg?hash=1774523191 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_004/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523191%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_005/780x0__r.jpg?hash=1774523191 not downloaded yet
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003853%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523191%27 HTTP/1.1" 200 None
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_006/780x0__r.jpg?hash=1774523191 not downloaded yet
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_006/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_006/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_005/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_003/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_004/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_002/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003856)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_002/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_002/780x0__r.jpg?hash=1774523191> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_003/780x0__r.jpg?hash=1774523193> (referer: https://ecarstrade.com/cars/7003855)
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_004/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_001/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3db35525-9173-53da-9523-6fe3f25766ea
2026-03-26 14:55:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3db35525-9173-53da-9523-6fe3f25766ea, skipping ID generation
2026-03-26 14:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db35525-9173-53da-9523-6fe3f25766ea with scrape type 1
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3db35525-9173-53da-9523-6fe3f25766ea sending to next pipeline
2026-03-26 14:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3db35525-9173-53da-9523-6fe3f25766ea, identifier: 7003856auction111073
2026-03-26 14:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3db35525-9173-53da-9523-6fe3f25766ea with identifier: 7003856auction111073
2026-03-26 14:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3db35525-9173-53da-9523-6fe3f25766ea with identifier: 7003856auction111073
2026-03-26 14:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3db35525-9173-53da-9523-6fe3f25766ea with identifier: 7003856auction111073 to the API
2026-03-26 14:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003856/photo_002/780x0__r.jpg?hash=1774523194>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '3db35525-9173-53da-9523-6fe3f25766ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003856',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 66424,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland / 2020 / 5P / Crossover 1.2 Turbo 130ch Auto '
'ELEGANCE BUSINESS',
'transmission': 'automatic',
'trim': 'OPEL Crossland / 2020 / 5P / Crossover 1.2 Turbo 130ch Auto ELEGANCE '
'BUSINESS',
'vin': None,
'year': 2024}
2026-03-26 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003856auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:12 [ecarstrade.be] INFO: Saving data for 7003856auction111073: {'created_time': 1774536912.529926, 'last_price_update_time': 1774536912.529936, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003856auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_006/780x0__r.jpg?hash=1774523191> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_005/780x0__r.jpg?hash=1774523191> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_004/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003854> (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-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb3f326e-9706-5013-a870-5b500ab122b0
2026-03-26 14:55:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb3f326e-9706-5013-a870-5b500ab122b0, skipping ID generation
2026-03-26 14:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb3f326e-9706-5013-a870-5b500ab122b0 with scrape type 1
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb3f326e-9706-5013-a870-5b500ab122b0 sending to next pipeline
2026-03-26 14:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb3f326e-9706-5013-a870-5b500ab122b0, identifier: 7003855auction111073
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb3f326e-9706-5013-a870-5b500ab122b0 with identifier: 7003855auction111073
2026-03-26 14:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb3f326e-9706-5013-a870-5b500ab122b0 with identifier: 7003855auction111073
2026-03-26 14:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb3f326e-9706-5013-a870-5b500ab122b0 with identifier: 7003855auction111073 to the API
2026-03-26 14:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003855/photo_003/780x0__r.jpg?hash=1774523193>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'eb3f326e-9706-5013-a870-5b500ab122b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003855',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 36140,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Crossland X Business Elegance 1.5 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business Elegance 1.5 110CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003855auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [ecarstrade.be] INFO: Saving data for 7003855auction111073: {'created_time': 1774536913.074936, 'last_price_update_time': 1774536913.074948, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003855auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_003/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_003/780x0__r.jpg?hash=1774523191> (referer: https://ecarstrade.com/cars/7003853)
2026-03-26 14:55:13 [ecarstrade.be] INFO: Extracting details for car 7003854auction111073
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_003/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with identifier: 7003854auction111073
2026-03-26 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with scrape type 1
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_001/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_002/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_003/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_004/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_001/780x0__r.jpg?hash=1774523189> (referer: https://ecarstrade.com/cars/7003851)
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_005/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_001/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_005/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003854%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523192%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_006/780x0__r.jpg?hash=1774523192 not downloaded yet
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea583633-5b04-5b49-b4c7-5714cd325255
2026-03-26 14:55:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea583633-5b04-5b49-b4c7-5714cd325255, skipping ID generation
2026-03-26 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea583633-5b04-5b49-b4c7-5714cd325255 with scrape type 1
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea583633-5b04-5b49-b4c7-5714cd325255 sending to next pipeline
2026-03-26 14:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea583633-5b04-5b49-b4c7-5714cd325255, identifier: 7003853auction111073
2026-03-26 14:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea583633-5b04-5b49-b4c7-5714cd325255 with identifier: 7003853auction111073
2026-03-26 14:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea583633-5b04-5b49-b4c7-5714cd325255 with identifier: 7003853auction111073
2026-03-26 14:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea583633-5b04-5b49-b4c7-5714cd325255 with identifier: 7003853auction111073 to the API
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003853/photo_003/780x0__r.jpg?hash=1774523191>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea583633-5b04-5b49-b4c7-5714cd325255',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003853',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit',
'odometer': 61462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Plateau 350 L4 2.0 TDCi 130CV BVM6 E6',
'transmission': 'manual',
'trim': 'Plateau 350 L4 2.0 TDCi 130CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003853auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:13 [ecarstrade.be] INFO: Saving data for 7003853auction111073: {'created_time': 1774536913.643693, 'last_price_update_time': 1774536913.643704, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003853auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_005/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_002/780x0__r.jpg?hash=1774523190> (referer: https://ecarstrade.com/cars/7003852)
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_005/780x0__r.jpg?hash=1774523175> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_005/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c
2026-03-26 14:55:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c, skipping ID generation
2026-03-26 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with scrape type 1
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5801752a-0e0c-59ce-87a3-5c47ef6acd1c sending to next pipeline
2026-03-26 14:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c, identifier: 7003851auction111073
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with identifier: 7003851auction111073
2026-03-26 14:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with identifier: 7003851auction111073
2026-03-26 14:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5801752a-0e0c-59ce-87a3-5c47ef6acd1c with identifier: 7003851auction111073 to the API
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003851/photo_001/780x0__r.jpg?hash=1774523189>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '5801752a-0e0c-59ce-87a3-5c47ef6acd1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003851',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 18614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 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-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003851auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:14 [ecarstrade.be] INFO: Saving data for 7003851auction111073: {'created_time': 1774536914.422635, 'last_price_update_time': 1774536914.422645, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003851auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_004/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_004/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_004/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_004/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 882b4f6f-02b8-51d6-8926-57fe024fa4bc
2026-03-26 14:55:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 882b4f6f-02b8-51d6-8926-57fe024fa4bc, skipping ID generation
2026-03-26 14:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882b4f6f-02b8-51d6-8926-57fe024fa4bc with scrape type 1
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 882b4f6f-02b8-51d6-8926-57fe024fa4bc sending to next pipeline
2026-03-26 14:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 882b4f6f-02b8-51d6-8926-57fe024fa4bc, identifier: 7003852auction111073
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 882b4f6f-02b8-51d6-8926-57fe024fa4bc with identifier: 7003852auction111073
2026-03-26 14:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 882b4f6f-02b8-51d6-8926-57fe024fa4bc with identifier: 7003852auction111073
2026-03-26 14:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 882b4f6f-02b8-51d6-8926-57fe024fa4bc with identifier: 7003852auction111073 to the API
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003852/photo_002/780x0__r.jpg?hash=1774523190>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': '882b4f6f-02b8-51d6-8926-57fe024fa4bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003852',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 29892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003852auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:14 [ecarstrade.be] INFO: Saving data for 7003852auction111073: {'created_time': 1774536914.926777, 'last_price_update_time': 1774536914.926788, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003852auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_005/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_003/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_003/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_004/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_002/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_003/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_001/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_006/780x0__r.jpg?hash=1774523192> (referer: https://ecarstrade.com/cars/7003854)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_003/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_003/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_002/780x0__r.jpg?hash=1774523194> (referer: https://ecarstrade.com/cars/7003857)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_002/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_002/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_002/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_001/780x0__r.jpg?hash=1774523195> (referer: https://ecarstrade.com/cars/7003858)
2026-03-26 14:55:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_001/780x0__r.jpg?hash=1774523172> (referer: https://ecarstrade.com/cars/7003839)
2026-03-26 14:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_001/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003841)
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b
2026-03-26 14:55:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b, skipping ID generation
2026-03-26 14:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with scrape type 1
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b sending to next pipeline
2026-03-26 14:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b, identifier: 7003854auction111073
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d
2026-03-26 14:55:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d, skipping ID generation
2026-03-26 14:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with scrape type 1
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 362dfa7c-f2c5-547a-a62f-e8e7cc91067d sending to next pipeline
2026-03-26 14:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d, identifier: 7003857auction111073
2026-03-26 14:55:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with identifier: 7003854auction111073
2026-03-26 14:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with identifier: 7003854auction111073
2026-03-26 14:55:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b with identifier: 7003854auction111073 to the API
2026-03-26 14:55:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003854/photo_006/780x0__r.jpg?hash=1774523192>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '1c4bbe8d-9b62-57cd-910f-478f3ea7ea3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003854',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 62024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 5p Crossover 1.2 DIG-T 115 Tekna+',
'transmission': 'manual',
'trim': 'NISSAN 5p Crossover 1.2 DIG-T 115 Tekna+',
'vin': None,
'year': 2018}
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003854auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:16 [ecarstrade.be] INFO: Saving data for 7003854auction111073: {'created_time': 1774536916.090602, 'last_price_update_time': 1774536916.090613, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003854auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with identifier: 7003857auction111073
2026-03-26 14:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with identifier: 7003857auction111073
2026-03-26 14:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 362dfa7c-f2c5-547a-a62f-e8e7cc91067d with identifier: 7003857auction111073 to the API
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003857/photo_002/780x0__r.jpg?hash=1774523194>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '362dfa7c-f2c5-547a-a62f-e8e7cc91067d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003857',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 99466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 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-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003857auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:16 [ecarstrade.be] INFO: Saving data for 7003857auction111073: {'created_time': 1774536916.524099, 'last_price_update_time': 1774536916.524109, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003857auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_003/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14:55:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_002/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14:55:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_001/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003830)
2026-03-26 14:55:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d22154b-5199-5850-ba45-d55d9ccd41bf
2026-03-26 14:55:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d22154b-5199-5850-ba45-d55d9ccd41bf, skipping ID generation
2026-03-26 14:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d22154b-5199-5850-ba45-d55d9ccd41bf with scrape type 1
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d22154b-5199-5850-ba45-d55d9ccd41bf sending to next pipeline
2026-03-26 14:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d22154b-5199-5850-ba45-d55d9ccd41bf, identifier: 7003858auction111073
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 799aa9f0-19a2-5961-8f9e-88109bade2b4
2026-03-26 14:55:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 799aa9f0-19a2-5961-8f9e-88109bade2b4, skipping ID generation
2026-03-26 14:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 799aa9f0-19a2-5961-8f9e-88109bade2b4 with scrape type 1
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 799aa9f0-19a2-5961-8f9e-88109bade2b4 sending to next pipeline
2026-03-26 14:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 799aa9f0-19a2-5961-8f9e-88109bade2b4, identifier: 7003839auction111073
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6173154d-e2b6-57cb-8db8-4575864d2ab9
2026-03-26 14:55:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6173154d-e2b6-57cb-8db8-4575864d2ab9, skipping ID generation
2026-03-26 14:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6173154d-e2b6-57cb-8db8-4575864d2ab9 with scrape type 1
2026-03-26 14:55:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6173154d-e2b6-57cb-8db8-4575864d2ab9 sending to next pipeline
2026-03-26 14:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6173154d-e2b6-57cb-8db8-4575864d2ab9, identifier: 7003841auction111073
2026-03-26 14:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d22154b-5199-5850-ba45-d55d9ccd41bf with identifier: 7003858auction111073
2026-03-26 14:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d22154b-5199-5850-ba45-d55d9ccd41bf with identifier: 7003858auction111073
2026-03-26 14:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d22154b-5199-5850-ba45-d55d9ccd41bf with identifier: 7003858auction111073 to the API
2026-03-26 14:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003858/photo_001/780x0__r.jpg?hash=1774523195>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': '2d22154b-5199-5850-ba45-d55d9ccd41bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003858',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 (e-) Road Trip 50kWh BVA',
'transmission': 'automatic',
'trim': '(e-) Road Trip 50kWh BVA',
'vin': None,
'year': 2023}
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003858auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:17 [ecarstrade.be] INFO: Saving data for 7003858auction111073: {'created_time': 1774536917.306227, 'last_price_update_time': 1774536917.306241, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003858auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 799aa9f0-19a2-5961-8f9e-88109bade2b4 with identifier: 7003839auction111073
2026-03-26 14:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 799aa9f0-19a2-5961-8f9e-88109bade2b4 with identifier: 7003839auction111073
2026-03-26 14:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 799aa9f0-19a2-5961-8f9e-88109bade2b4 with identifier: 7003839auction111073 to the API
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003839/photo_001/780x0__r.jpg?hash=1774523172>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '799aa9f0-19a2-5961-8f9e-88109bade2b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003839',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 109052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'C5 Aircross Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003839auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:17 [ecarstrade.be] INFO: Saving data for 7003839auction111073: {'created_time': 1774536917.741404, 'last_price_update_time': 1774536917.741416, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003839auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6173154d-e2b6-57cb-8db8-4575864d2ab9 with identifier: 7003841auction111073
2026-03-26 14:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6173154d-e2b6-57cb-8db8-4575864d2ab9 with identifier: 7003841auction111073
2026-03-26 14:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6173154d-e2b6-57cb-8db8-4575864d2ab9 with identifier: 7003841auction111073 to the API
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003841/photo_001/780x0__r.jpg?hash=1774523174>
{'auction_title': '',
'c_o_2_emission_value': 173,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '6173154d-e2b6-57cb-8db8-4575864d2ab9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003841',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 98618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-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': 2022}
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003841auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:18 [ecarstrade.be] INFO: Saving data for 7003841auction111073: {'created_time': 1774536918.075819, 'last_price_update_time': 1774536918.075832, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003841auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_001/780x0__r.jpg?hash=1774523164> (referer: https://ecarstrade.com/cars/7003832)
2026-03-26 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003850> (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-26 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cd1bddb-082f-5ba9-b40b-840b16f3881f
2026-03-26 14:55:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cd1bddb-082f-5ba9-b40b-840b16f3881f, skipping ID generation
2026-03-26 14:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd1bddb-082f-5ba9-b40b-840b16f3881f with scrape type 1
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cd1bddb-082f-5ba9-b40b-840b16f3881f sending to next pipeline
2026-03-26 14:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cd1bddb-082f-5ba9-b40b-840b16f3881f, identifier: 7003830auction111073
2026-03-26 14:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cd1bddb-082f-5ba9-b40b-840b16f3881f with identifier: 7003830auction111073
2026-03-26 14:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cd1bddb-082f-5ba9-b40b-840b16f3881f with identifier: 7003830auction111073
2026-03-26 14:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cd1bddb-082f-5ba9-b40b-840b16f3881f with identifier: 7003830auction111073 to the API
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003830/photo_001/780x0__r.jpg?hash=1774523162>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '7cd1bddb-082f-5ba9-b40b-840b16f3881f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003830',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 50245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 218d 150ch Luxury '
'DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 218d 150ch Luxury '
'DKG7',
'vin': None,
'year': 2023}
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003830auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:18 [ecarstrade.be] INFO: Saving data for 7003830auction111073: {'created_time': 1774536918.557246, 'last_price_update_time': 1774536918.557256, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003830auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:18 [ecarstrade.be] INFO: Extracting details for car 7003850auction111073
2026-03-26 14:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003828> (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-26 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003849> (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-26 14:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 07ae83ff-f871-51f2-9101-7bb45a8cc48b
2026-03-26 14:55:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07ae83ff-f871-51f2-9101-7bb45a8cc48b, skipping ID generation
2026-03-26 14:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07ae83ff-f871-51f2-9101-7bb45a8cc48b with scrape type 1
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07ae83ff-f871-51f2-9101-7bb45a8cc48b sending to next pipeline
2026-03-26 14:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07ae83ff-f871-51f2-9101-7bb45a8cc48b, identifier: 7003832auction111073
2026-03-26 14:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 675312a6-a76c-5a9f-93db-daf1049446eb with identifier: 7003850auction111073
2026-03-26 14:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 675312a6-a76c-5a9f-93db-daf1049446eb with scrape type 1
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_001/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07ae83ff-f871-51f2-9101-7bb45a8cc48b with identifier: 7003832auction111073
2026-03-26 14:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07ae83ff-f871-51f2-9101-7bb45a8cc48b with identifier: 7003832auction111073
2026-03-26 14:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07ae83ff-f871-51f2-9101-7bb45a8cc48b with identifier: 7003832auction111073 to the API
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003832/photo_001/780x0__r.jpg?hash=1774523164>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '07ae83ff-f871-51f2-9101-7bb45a8cc48b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003832',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 126812,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Worker XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003832auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [ecarstrade.be] INFO: Saving data for 7003832auction111073: {'created_time': 1774536919.02982, 'last_price_update_time': 1774536919.029831, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003832auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:19 [ecarstrade.be] INFO: Extracting details for car 7003828auction111073
2026-03-26 14:55:19 [ecarstrade.be] INFO: Extracting details for car 7003849auction111073
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_002/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_003/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ffdab0b-b647-5903-b34f-c87056a53f20 with identifier: 7003828auction111073
2026-03-26 14:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffdab0b-b647-5903-b34f-c87056a53f20 with scrape type 1
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_001/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdfdfa93-7470-5a2b-801c-206ff4d77c8f with identifier: 7003849auction111073
2026-03-26 14:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdfdfa93-7470-5a2b-801c-206ff4d77c8f with scrape type 1
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_001/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_004/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_002/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_002/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_005/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_003/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_003/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003850%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523188%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_006/780x0__r.jpg?hash=1774523188 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_004/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_004/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_005/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_005/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003828%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523160%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_006/780x0__r.jpg?hash=1774523160 not downloaded yet
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003849%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523187%27 HTTP/1.1" 200 None
2026-03-26 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_006/780x0__r.jpg?hash=1774523187 not downloaded yet
2026-03-26 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003838> (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-26 14:55:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:21 [ecarstrade.be] INFO: Extracting details for car 7003838auction111073
2026-03-26 14:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with identifier: 7003838auction111073
2026-03-26 14:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with scrape type 1
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_001/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_002/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_003/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_004/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_005/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003838%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523170%27 HTTP/1.1" 200 None
2026-03-26 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_006/780x0__r.jpg?hash=1774523170 not downloaded yet
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003847> (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-26 14:55:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:26 [ecarstrade.be] INFO: Extracting details for car 7003847auction111073
2026-03-26 14:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbe8112-ba2e-5ca8-a02a-c926011523ad with identifier: 7003847auction111073
2026-03-26 14:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbe8112-ba2e-5ca8-a02a-c926011523ad with scrape type 1
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_001/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_002/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003848> (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-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_003/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_004/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_005/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003847%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523184%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_006/780x0__r.jpg?hash=1774523184 not downloaded yet
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_006/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:55:26 [ecarstrade.be] INFO: Extracting details for car 7003848auction111073
2026-03-26 14:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with identifier: 7003848auction111073
2026-03-26 14:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with scrape type 1
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523185%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_001/780x0__r.jpg?hash=1774523185 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523185%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_002/780x0__r.jpg?hash=1774523185 not downloaded yet
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_004/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523185%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_003/780x0__r.jpg?hash=1774523185 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523185%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_004/780x0__r.jpg?hash=1774523185 not downloaded yet
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523186%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_005/780x0__r.jpg?hash=1774523186 not downloaded yet
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003848%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523186%27 HTTP/1.1" 200 None
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_006/780x0__r.jpg?hash=1774523186 not downloaded yet
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_003/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_002/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_006/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_006/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_006/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_006/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003844> (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-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_006/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003843> (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-26 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_002/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_002/780x0__r.jpg?hash=1774523185> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_005/780x0__r.jpg?hash=1774523186> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_006/780x0__r.jpg?hash=1774523186> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003842> (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-26 14:55:27 [ecarstrade.be] INFO: Extracting details for car 7003844auction111073
2026-03-26 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f86dc20e-091c-521c-bbf9-6fd125501b85 with identifier: 7003844auction111073
2026-03-26 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f86dc20e-091c-521c-bbf9-6fd125501b85 with scrape type 1
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_001/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_002/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_003/780x0__r.jpg?hash=1774523185> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [ecarstrade.be] INFO: Extracting details for car 7003843auction111073
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_003/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_001/780x0__r.jpg?hash=1774523185> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_005/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_004/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with identifier: 7003843auction111073
2026-03-26 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with scrape type 1
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_001/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [ecarstrade.be] INFO: Extracting details for car 7003842auction111073
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_004/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_005/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_002/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with identifier: 7003842auction111073
2026-03-26 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with scrape type 1
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523176%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_001/780x0__r.jpg?hash=1774523176 not downloaded yet
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_003/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_004/780x0__r.jpg?hash=1774523185> (referer: https://ecarstrade.com/cars/7003848)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_001/780x0__r.jpg?hash=1774523184> (referer: https://ecarstrade.com/cars/7003847)
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003844%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523179%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_006/780x0__r.jpg?hash=1774523179 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_003/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523176%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_002/780x0__r.jpg?hash=1774523176 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_004/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523176%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_003/780x0__r.jpg?hash=1774523176 not downloaded yet
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_005/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_005/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_004/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_002/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523176%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_004/780x0__r.jpg?hash=1774523176 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003843%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_006/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523176%27 HTTP/1.1" 200 None
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_005/780x0__r.jpg?hash=1774523176 not downloaded yet
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62
2026-03-26 14:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62, skipping ID generation
2026-03-26 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with scrape type 1
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 sending to next pipeline
2026-03-26 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62, identifier: 7003848auction111073
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbbe8112-ba2e-5ca8-a02a-c926011523ad
2026-03-26 14:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbbe8112-ba2e-5ca8-a02a-c926011523ad, skipping ID generation
2026-03-26 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbe8112-ba2e-5ca8-a02a-c926011523ad with scrape type 1
2026-03-26 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbbe8112-ba2e-5ca8-a02a-c926011523ad sending to next pipeline
2026-03-26 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbbe8112-ba2e-5ca8-a02a-c926011523ad, identifier: 7003847auction111073
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_003/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_002/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_003/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with identifier: 7003848auction111073
2026-03-26 14:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with identifier: 7003848auction111073
2026-03-26 14:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62 with identifier: 7003848auction111073 to the API
2026-03-26 14:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003848/photo_004/780x0__r.jpg?hash=1774523185>
{'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-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '72ce3cb7-9932-55e1-b2c8-d3cf9bb64f62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003848',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 89780,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC BUSINESS 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC BUSINESS 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003848auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:28 [ecarstrade.be] INFO: Saving data for 7003848auction111073: {'created_time': 1774536928.30673, 'last_price_update_time': 1774536928.306741, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003848auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbbe8112-ba2e-5ca8-a02a-c926011523ad with identifier: 7003847auction111073
2026-03-26 14:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbbe8112-ba2e-5ca8-a02a-c926011523ad with identifier: 7003847auction111073
2026-03-26 14:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbbe8112-ba2e-5ca8-a02a-c926011523ad with identifier: 7003847auction111073 to the API
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003847/photo_001/780x0__r.jpg?hash=1774523184>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'fbbe8112-ba2e-5ca8-a02a-c926011523ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003847',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 31737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Fiesta Cool&Connect 1.0 EcoBoost 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Cool&Connect 1.0 EcoBoost 95CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003847auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:28 [ecarstrade.be] INFO: Saving data for 7003847auction111073: {'created_time': 1774536928.637305, 'last_price_update_time': 1774536928.637315, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003847auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_001/780x0__r.jpg?hash=1774523170> (referer: https://ecarstrade.com/cars/7003838)
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003842%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523177%27 HTTP/1.1" 200 None
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_006/780x0__r.jpg?hash=1774523177 not downloaded yet
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003845> (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-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_001/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_002/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_005/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_001/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_004/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd
2026-03-26 14:55:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd, skipping ID generation
2026-03-26 14:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with scrape type 1
2026-03-26 14:55:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd sending to next pipeline
2026-03-26 14:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd, identifier: 7003838auction111073
2026-03-26 14:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with identifier: 7003838auction111073
2026-03-26 14:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with identifier: 7003838auction111073
2026-03-26 14:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c9aba73-86ad-54ff-b1ed-5bdcc28297cd with identifier: 7003838auction111073 to the API
2026-03-26 14:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003838/photo_001/780x0__r.jpg?hash=1774523170>
{'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-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c9aba73-86ad-54ff-b1ed-5bdcc28297cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003838',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 129778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-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-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003838auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [ecarstrade.be] INFO: Saving data for 7003838auction111073: {'created_time': 1774536929.255447, 'last_price_update_time': 1774536929.255458, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003838auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_003/780x0__r.jpg?hash=1774523176> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_006/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:29 [ecarstrade.be] INFO: Extracting details for car 7003845auction111073
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_002/780x0__r.jpg?hash=1774523176> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_004/780x0__r.jpg?hash=1774523176> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with identifier: 7003845auction111073
2026-03-26 14:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with scrape type 1
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_001/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_002/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_005/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_003/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_006/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_004/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_005/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_003/780x0__r.jpg?hash=1774523177> (referer: https://ecarstrade.com/cars/7003843)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_005/780x0__r.jpg?hash=1774523176> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_004/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_006/780x0__r.jpg?hash=1774523179> (referer: https://ecarstrade.com/cars/7003844)
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003845%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523181%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_006/780x0__r.jpg?hash=1774523181 not downloaded yet
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_001/780x0__r.jpg?hash=1774523176> (referer: https://ecarstrade.com/cars/7003842)
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_004/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_006/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_005/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_004/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_005/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9
2026-03-26 14:55:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9, skipping ID generation
2026-03-26 14:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with scrape type 1
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 sending to next pipeline
2026-03-26 14:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9, identifier: 7003843auction111073
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_006/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with identifier: 7003843auction111073
2026-03-26 14:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with identifier: 7003843auction111073
2026-03-26 14:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3f82adc-3121-5b7a-ac67-1b106e1cdaf9 with identifier: 7003843auction111073 to the API
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:55:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003843/photo_003/780x0__r.jpg?hash=1774523177>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'a3f82adc-3121-5b7a-ac67-1b106e1cdaf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003843',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 62520,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Business + 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Business + 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003843auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:29 [ecarstrade.be] INFO: Saving data for 7003843auction111073: {'created_time': 1774536929.895894, 'last_price_update_time': 1774536929.895904, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003843auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_002/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_005/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_003/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_004/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f86dc20e-091c-521c-bbf9-6fd125501b85
2026-03-26 14:55:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f86dc20e-091c-521c-bbf9-6fd125501b85, skipping ID generation
2026-03-26 14:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f86dc20e-091c-521c-bbf9-6fd125501b85 with scrape type 1
2026-03-26 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f86dc20e-091c-521c-bbf9-6fd125501b85 sending to next pipeline
2026-03-26 14:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f86dc20e-091c-521c-bbf9-6fd125501b85, identifier: 7003844auction111073
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3
2026-03-26 14:55:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3, skipping ID generation
2026-03-26 14:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with scrape type 1
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 sending to next pipeline
2026-03-26 14:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3, identifier: 7003842auction111073
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f86dc20e-091c-521c-bbf9-6fd125501b85 with identifier: 7003844auction111073
2026-03-26 14:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f86dc20e-091c-521c-bbf9-6fd125501b85 with identifier: 7003844auction111073
2026-03-26 14:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f86dc20e-091c-521c-bbf9-6fd125501b85 with identifier: 7003844auction111073 to the API
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003844/photo_006/780x0__r.jpg?hash=1774523179>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f86dc20e-091c-521c-bbf9-6fd125501b85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003844',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Panda',
'odometer': 121498,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'FIAT Panda 1.3 Multijet 95ch S/S Easy / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'FIAT 1.3 Multijet 95ch S/S Easy / TRANSFO VP VF',
'vin': None,
'year': 2017}
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003844auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:30 [ecarstrade.be] INFO: Saving data for 7003844auction111073: {'created_time': 1774536930.393188, 'last_price_update_time': 1774536930.393198, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003844auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with identifier: 7003842auction111073
2026-03-26 14:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with identifier: 7003842auction111073
2026-03-26 14:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a0624d8-6342-53b0-b848-a0e8a77ae6c3 with identifier: 7003842auction111073 to the API
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003842/photo_001/780x0__r.jpg?hash=1774523176>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '7a0624d8-6342-53b0-b848-a0e8a77ae6c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003842',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Citroen C4 Cactus',
'odometer': 93208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'C4 Cactus Shine 1.2 PureTech 110CV BVA6 E6',
'transmission': 'automatic',
'trim': 'C4 Cactus Shine 1.2 PureTech 110CV BVA6 E6',
'vin': None,
'year': 2019}
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003842auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:30 [ecarstrade.be] INFO: Saving data for 7003842auction111073: {'created_time': 1774536930.712919, 'last_price_update_time': 1774536930.712928, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003842auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_001/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_006/780x0__r.jpg?hash=1774523181> (referer: https://ecarstrade.com/cars/7003845)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_003/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_005/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_003/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_004/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_002/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_002/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_003/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_001/780x0__r.jpg?hash=1774523187> (referer: https://ecarstrade.com/cars/7003849)
2026-03-26 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_001/780x0__r.jpg?hash=1774523160> (referer: https://ecarstrade.com/cars/7003828)
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb
2026-03-26 14:55:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb, skipping ID generation
2026-03-26 14:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with scrape type 1
2026-03-26 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb sending to next pipeline
2026-03-26 14:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb, identifier: 7003845auction111073
2026-03-26 14:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with identifier: 7003845auction111073
2026-03-26 14:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with identifier: 7003845auction111073
2026-03-26 14:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ae0ffbb-0c68-58d3-a1c1-82825093a1eb with identifier: 7003845auction111073 to the API
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003845/photo_006/780x0__r.jpg?hash=1774523181>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '6ae0ffbb-0c68-58d3-a1c1-82825093a1eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003845',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 69838,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': '7 Crossback Business 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': '7 Crossback Business 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003845auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:31 [ecarstrade.be] INFO: Saving data for 7003845auction111073: {'created_time': 1774536931.36764, 'last_price_update_time': 1774536931.36765, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003845auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_002/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_001/780x0__r.jpg?hash=1774523188> (referer: https://ecarstrade.com/cars/7003850)
2026-03-26 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_001/780x0__r.jpg?hash=1774523162> (referer: https://ecarstrade.com/cars/7003831)
2026-03-26 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_005/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_005/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdfdfa93-7470-5a2b-801c-206ff4d77c8f
2026-03-26 14:55:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdfdfa93-7470-5a2b-801c-206ff4d77c8f, skipping ID generation
2026-03-26 14:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdfdfa93-7470-5a2b-801c-206ff4d77c8f with scrape type 1
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdfdfa93-7470-5a2b-801c-206ff4d77c8f sending to next pipeline
2026-03-26 14:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdfdfa93-7470-5a2b-801c-206ff4d77c8f, identifier: 7003849auction111073
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ffdab0b-b647-5903-b34f-c87056a53f20
2026-03-26 14:55:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ffdab0b-b647-5903-b34f-c87056a53f20, skipping ID generation
2026-03-26 14:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffdab0b-b647-5903-b34f-c87056a53f20 with scrape type 1
2026-03-26 14:55:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ffdab0b-b647-5903-b34f-c87056a53f20 sending to next pipeline
2026-03-26 14:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ffdab0b-b647-5903-b34f-c87056a53f20, identifier: 7003828auction111073
2026-03-26 14:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdfdfa93-7470-5a2b-801c-206ff4d77c8f with identifier: 7003849auction111073
2026-03-26 14:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdfdfa93-7470-5a2b-801c-206ff4d77c8f with identifier: 7003849auction111073
2026-03-26 14:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdfdfa93-7470-5a2b-801c-206ff4d77c8f with identifier: 7003849auction111073 to the API
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003849/photo_001/780x0__r.jpg?hash=1774523187>
{'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-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cdfdfa93-7470-5a2b-801c-206ff4d77c8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003849',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 21004,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe A Compact 2018 5P Berline A 250 e Business '
'Line 8GDCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe A Compact 2018 5P Berline A 250 e Business Line '
'8GDCT',
'vin': None,
'year': 2021}
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003849auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:31 [ecarstrade.be] INFO: Saving data for 7003849auction111073: {'created_time': 1774536931.867989, 'last_price_update_time': 1774536931.868, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003849auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ffdab0b-b647-5903-b34f-c87056a53f20 with identifier: 7003828auction111073
2026-03-26 14:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ffdab0b-b647-5903-b34f-c87056a53f20 with identifier: 7003828auction111073
2026-03-26 14:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ffdab0b-b647-5903-b34f-c87056a53f20 with identifier: 7003828auction111073 to the API
2026-03-26 14:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003828/photo_001/780x0__r.jpg?hash=1774523160>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '2ffdab0b-b647-5903-b34f-c87056a53f20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003828',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 67587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 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-26 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003828auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:32 [ecarstrade.be] INFO: Saving data for 7003828auction111073: {'created_time': 1774536932.240062, 'last_price_update_time': 1774536932.24007, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003828auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_004/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:55:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_003/780x0__r.jpg?hash=1774523157> (referer: https://ecarstrade.com/cars/7003827)
2026-03-26 14:55:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_004/780x0__r.jpg?hash=1774523156> (referer: https://ecarstrade.com/cars/7003826)
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 675312a6-a76c-5a9f-93db-daf1049446eb
2026-03-26 14:55:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 675312a6-a76c-5a9f-93db-daf1049446eb, skipping ID generation
2026-03-26 14:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 675312a6-a76c-5a9f-93db-daf1049446eb with scrape type 1
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 675312a6-a76c-5a9f-93db-daf1049446eb sending to next pipeline
2026-03-26 14:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 675312a6-a76c-5a9f-93db-daf1049446eb, identifier: 7003850auction111073
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 53ac44be-1ea2-5605-821f-493d84dd2861
2026-03-26 14:55:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53ac44be-1ea2-5605-821f-493d84dd2861, skipping ID generation
2026-03-26 14:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53ac44be-1ea2-5605-821f-493d84dd2861 with scrape type 1
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53ac44be-1ea2-5605-821f-493d84dd2861 sending to next pipeline
2026-03-26 14:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53ac44be-1ea2-5605-821f-493d84dd2861, identifier: 7003831auction111073
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:55:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 675312a6-a76c-5a9f-93db-daf1049446eb with identifier: 7003850auction111073
2026-03-26 14:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 675312a6-a76c-5a9f-93db-daf1049446eb with identifier: 7003850auction111073
2026-03-26 14:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 675312a6-a76c-5a9f-93db-daf1049446eb with identifier: 7003850auction111073 to the API
2026-03-26 14:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003850/photo_001/780x0__r.jpg?hash=1774523188>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '675312a6-a76c-5a9f-93db-daf1049446eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003850',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 60667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB / 2019 / 5P / SUV GLB 200 d AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB / 2019 / 5P / SUV d AMG Line',
'vin': None,
'year': 2021}
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003850auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:33 [ecarstrade.be] INFO: Saving data for 7003850auction111073: {'created_time': 1774536933.103129, 'last_price_update_time': 1774536933.10314, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003850auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53ac44be-1ea2-5605-821f-493d84dd2861 with identifier: 7003831auction111073
2026-03-26 14:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53ac44be-1ea2-5605-821f-493d84dd2861 with identifier: 7003831auction111073
2026-03-26 14:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53ac44be-1ea2-5605-821f-493d84dd2861 with identifier: 7003831auction111073 to the API
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003831/photo_001/780x0__r.jpg?hash=1774523162>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '53ac44be-1ea2-5605-821f-493d84dd2861',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003831',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 45352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003831auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:33 [ecarstrade.be] INFO: Saving data for 7003831auction111073: {'created_time': 1774536933.447681, 'last_price_update_time': 1774536933.447691, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003831auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:33 [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-26 14:55:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:55:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82b8ef69-874d-5423-be66-50d9e69cdbfe
2026-03-26 14:55:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82b8ef69-874d-5423-be66-50d9e69cdbfe, skipping ID generation
2026-03-26 14:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b8ef69-874d-5423-be66-50d9e69cdbfe with scrape type 1
2026-03-26 14:55:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82b8ef69-874d-5423-be66-50d9e69cdbfe sending to next pipeline
2026-03-26 14:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82b8ef69-874d-5423-be66-50d9e69cdbfe, identifier: 7003827auction111073
2026-03-26 14:55:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e
2026-03-26 14:55:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e, skipping ID generation
2026-03-26 14:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with scrape type 1
2026-03-26 14:55:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e sending to next pipeline
2026-03-26 14:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e, identifier: 7003826auction111073
2026-03-26 14:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82b8ef69-874d-5423-be66-50d9e69cdbfe with identifier: 7003827auction111073
2026-03-26 14:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82b8ef69-874d-5423-be66-50d9e69cdbfe with identifier: 7003827auction111073
2026-03-26 14:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82b8ef69-874d-5423-be66-50d9e69cdbfe with identifier: 7003827auction111073 to the API
2026-03-26 14:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003827/photo_003/780x0__r.jpg?hash=1774523157>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '82b8ef69-874d-5423-be66-50d9e69cdbfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003827',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 29578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 1 5p Berline 116d BVA8 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 5p Berline d BVA8 Business Design',
'vin': None,
'year': 2022}
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003827auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Saving data for 7003827auction111073: {'created_time': 1774536934.058551, 'last_price_update_time': 1774536934.058561, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003827auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with identifier: 7003826auction111073
2026-03-26 14:55:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with identifier: 7003826auction111073
2026-03-26 14:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e with identifier: 7003826auction111073 to the API
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003826/photo_004/780x0__r.jpg?hash=1774523156>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '9eb5a2e8-a86f-5759-8d1c-a6eb54a65c2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003826',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A1',
'odometer': 22751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'A1 Sportback 30 TFSI Business line 1.0 TFSI 110CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Sportback 30 TFSI Business line 1.0 TFSI 110CV BVA7 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003826auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Saving data for 7003826auction111073: {'created_time': 1774536934.388295, 'last_price_update_time': 1774536934.388305, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003826auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003859auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003859auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003859auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003860auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003860auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003860auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003861auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003861auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003861auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003862auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003862auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003862auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003863auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003863auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003863auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003864auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003864auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003864auction111073: 1
2026-03-26 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003865auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003865auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003865auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003866auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003866auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003866auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003867auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003867auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003867auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003868auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003868auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003868auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003869auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003869auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003869auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003870auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003870auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003870auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003871auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003871auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003871auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003872auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003872auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003872auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003873auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003873auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003873auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003874auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003874auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003874auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003875auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003875auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003875auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003876auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003876auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003876auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003877auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003877auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003877auction111073: 1
2026-03-26 14:55:34 [ecarstrade.be] INFO: Found listing with ID: 7003878auction111073
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003878auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:34 [ecarstrade.be] INFO: Scrape type for 7003878auction111073: 1
2026-03-26 14:55:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003860> (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-26 14: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-26 14:55:41 [ecarstrade.be] INFO: Extracting details for car 7003860auction111073
2026-03-26 14:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with identifier: 7003860auction111073
2026-03-26 14:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with scrape type 1
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_001/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_002/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_003/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_004/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_005/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003860%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523197%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_006/780x0__r.jpg?hash=1774523197 not downloaded yet
2026-03-26 14:55:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003862> (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-26 14: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-26 14:55:41 [ecarstrade.be] INFO: Extracting details for car 7003862auction111073
2026-03-26 14:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd4dd1c-d8f3-576c-a917-8392a592f70a with identifier: 7003862auction111073
2026-03-26 14:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd4dd1c-d8f3-576c-a917-8392a592f70a with scrape type 1
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_001/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_002/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_003/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_004/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_005/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003862%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523200%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_006/780x0__r.jpg?hash=1774523200 not downloaded yet
2026-03-26 14:55:41 [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-26 14: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-26 14:55:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003879auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003879auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003879auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003880auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003880auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003880auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003881auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003881auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003881auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003882auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003882auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003882auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003883auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003883auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003883auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003884auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003884auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003884auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003885auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003885auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003885auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003886auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003886auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003886auction111073: 1
2026-03-26 14:55:41 [ecarstrade.be] INFO: Found listing with ID: 7003887auction111073
2026-03-26 14:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003887auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:41 [ecarstrade.be] INFO: Scrape type for 7003887auction111073: 1
2026-03-26 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003863> (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-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003888auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003888auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003888auction111073: 1
2026-03-26 14:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003889auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003889auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003889auction111073: 1
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003890auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003890auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003890auction111073: 1
2026-03-26 14:55:42 [ecarstrade.be] INFO: Extracting details for car 7003863auction111073
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003891auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003891auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003891auction111073: 1
2026-03-26 14:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160d095e-32ec-51c2-a28e-32ce8ed2e27a with identifier: 7003863auction111073
2026-03-26 14:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160d095e-32ec-51c2-a28e-32ce8ed2e27a with scrape type 1
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_001/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003892auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003892auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003892auction111073: 1
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_002/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003893auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003893auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003893auction111073: 1
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_003/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003894auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003894auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003894auction111073: 1
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_004/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003895auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003895auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003895auction111073: 1
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_005/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003896auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003896auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003896auction111073: 1
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003863%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523202%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_006/780x0__r.jpg?hash=1774523202 not downloaded yet
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003897auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003897auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003897auction111073: 1
2026-03-26 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 7003898auction111073
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003898auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [ecarstrade.be] INFO: Scrape type for 7003898auction111073: 1
2026-03-26 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003859> (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-26 14:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:42 [ecarstrade.be] INFO: Extracting details for car 7003859auction111073
2026-03-26 14:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with identifier: 7003859auction111073
2026-03-26 14:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with scrape type 1
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_001/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_002/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_003/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_004/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_005/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003859%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523196%27 HTTP/1.1" 200 None
2026-03-26 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_006/780x0__r.jpg?hash=1774523196 not downloaded yet
2026-03-26 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003864> (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-26 14: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-26 14:55:47 [ecarstrade.be] INFO: Extracting details for car 7003864auction111073
2026-03-26 14:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef36a3d-0c32-50c4-b927-703731120847 with identifier: 7003864auction111073
2026-03-26 14:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef36a3d-0c32-50c4-b927-703731120847 with scrape type 1
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_001/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_002/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_003/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003865> (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-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_004/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14: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-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_005/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003864%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_006/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:48 [ecarstrade.be] INFO: Extracting details for car 7003865auction111073
2026-03-26 14:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 106dd4ff-848b-5d63-915a-83bc14b61ab8 with identifier: 7003865auction111073
2026-03-26 14:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 106dd4ff-848b-5d63-915a-83bc14b61ab8 with scrape type 1
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523204%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_001/780x0__r.jpg?hash=1774523204 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523203%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_002/780x0__r.jpg?hash=1774523203 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523204%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_003/780x0__r.jpg?hash=1774523204 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523204%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_004/780x0__r.jpg?hash=1774523204 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523204%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_005/780x0__r.jpg?hash=1774523204 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003865%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523204%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_006/780x0__r.jpg?hash=1774523204 not downloaded yet
2026-03-26 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003866> (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-26 14:55:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:48 [ecarstrade.be] INFO: Extracting details for car 7003866auction111073
2026-03-26 14:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81fcd81-41c1-53d3-a075-660db3c4b177 with identifier: 7003866auction111073
2026-03-26 14:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81fcd81-41c1-53d3-a075-660db3c4b177 with scrape type 1
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_001/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_002/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_003/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_004/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_005/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003866%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523205%27 HTTP/1.1" 200 None
2026-03-26 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_006/780x0__r.jpg?hash=1774523205 not downloaded yet
2026-03-26 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003867> (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-26 14:55:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:49 [ecarstrade.be] INFO: Extracting details for car 7003867auction111073
2026-03-26 14:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with identifier: 7003867auction111073
2026-03-26 14:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with scrape type 1
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_001/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_002/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_003/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_004/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_005/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003867%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523206%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_006/780x0__r.jpg?hash=1774523206 not downloaded yet
2026-03-26 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003868> (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-26 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_006/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:55:49 [ecarstrade.be] INFO: Extracting details for car 7003868auction111073
2026-03-26 14:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c155457-ff95-5c50-b2f4-58bb09631341 with identifier: 7003868auction111073
2026-03-26 14:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c155457-ff95-5c50-b2f4-58bb09631341 with scrape type 1
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_001/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_002/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_006/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_003/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_004/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_005/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003868%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523207%27 HTTP/1.1" 200 None
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_006/780x0__r.jpg?hash=1774523207 not downloaded yet
2026-03-26 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003840> (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-26 14: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-26 14:55:52 [ecarstrade.be] INFO: Extracting details for car 7003840auction111073
2026-03-26 14:55:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd641205-e7f8-55c4-83c3-9fd6e9f835fd with identifier: 7003840auction111073
2026-03-26 14:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd641205-e7f8-55c4-83c3-9fd6e9f835fd with scrape type 1
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523173%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_001/780x0__r.jpg?hash=1774523173 not downloaded yet
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523173%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_002/780x0__r.jpg?hash=1774523173 not downloaded yet
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523173%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_003/780x0__r.jpg?hash=1774523173 not downloaded yet
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_004/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523173%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_005/780x0__r.jpg?hash=1774523173 not downloaded yet
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003840%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523174%27 HTTP/1.1" 200 None
2026-03-26 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_006/780x0__r.jpg?hash=1774523174 not downloaded yet
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003869> (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-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_006/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14:55:54 [ecarstrade.be] INFO: Extracting details for car 7003869auction111073
2026-03-26 14:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2690b19b-7879-561c-8cb5-070c2b2121d3 with identifier: 7003869auction111073
2026-03-26 14:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2690b19b-7879-561c-8cb5-070c2b2121d3 with scrape type 1
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523209%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_001/780x0__r.jpg?hash=1774523209 not downloaded yet
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523209%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_002/780x0__r.jpg?hash=1774523209 not downloaded yet
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_003/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523210%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_003/780x0__r.jpg?hash=1774523210 not downloaded yet
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523209%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_004/780x0__r.jpg?hash=1774523209 not downloaded yet
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523210%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_005/780x0__r.jpg?hash=1774523210 not downloaded yet
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003869%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523209%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_006/780x0__r.jpg?hash=1774523209 not downloaded yet
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_006/780x0__r.jpg?hash=1774523204> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_006/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_006/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_005/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003871> (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-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_002/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_006/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_006/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:54 [ecarstrade.be] INFO: Extracting details for car 7003871auction111073
2026-03-26 14:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9344175-d552-5976-a647-97b1289091b7 with identifier: 7003871auction111073
2026-03-26 14:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9344175-d552-5976-a647-97b1289091b7 with scrape type 1
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_001/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_005/780x0__r.jpg?hash=1774523173> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_002/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_003/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_004/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_006/780x0__r.jpg?hash=1774523209> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_002/780x0__r.jpg?hash=1774523209> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_005/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003871%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523213%27 HTTP/1.1" 200 None
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_006/780x0__r.jpg?hash=1774523213 not downloaded yet
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_005/780x0__r.jpg?hash=1774523210> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_004/780x0__r.jpg?hash=1774523209> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_003/780x0__r.jpg?hash=1774523210> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_001/780x0__r.jpg?hash=1774523209> (referer: https://ecarstrade.com/cars/7003869)
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_003/780x0__r.jpg?hash=1774523173> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_004/780x0__r.jpg?hash=1774523174> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2690b19b-7879-561c-8cb5-070c2b2121d3
2026-03-26 14:55:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2690b19b-7879-561c-8cb5-070c2b2121d3, skipping ID generation
2026-03-26 14:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2690b19b-7879-561c-8cb5-070c2b2121d3 with scrape type 1
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2690b19b-7879-561c-8cb5-070c2b2121d3 sending to next pipeline
2026-03-26 14:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2690b19b-7879-561c-8cb5-070c2b2121d3, identifier: 7003869auction111073
2026-03-26 14:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2690b19b-7879-561c-8cb5-070c2b2121d3 with identifier: 7003869auction111073
2026-03-26 14:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2690b19b-7879-561c-8cb5-070c2b2121d3 with identifier: 7003869auction111073
2026-03-26 14:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2690b19b-7879-561c-8cb5-070c2b2121d3 with identifier: 7003869auction111073 to the API
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003869/photo_001/780x0__r.jpg?hash=1774523209>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '2690b19b-7879-561c-8cb5-070c2b2121d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003869',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 70500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 2,
'seller_name': None,
'title': '308 Active Pack 1.2 PureTech 110CV BVM6 E6d / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 110CV BVM6 E6d / TRANSFO VP VF',
'vin': None,
'year': 2022}
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003869auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:55 [ecarstrade.be] INFO: Saving data for 7003869auction111073: {'created_time': 1774536955.840133, 'last_price_update_time': 1774536955.840143, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003869auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_002/780x0__r.jpg?hash=1774523173> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_001/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003870> (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-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003861> (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-26 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003846> (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-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_006/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_003/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_004/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_005/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_001/780x0__r.jpg?hash=1774523173> (referer: https://ecarstrade.com/cars/7003840)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_005/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:56 [ecarstrade.be] INFO: Extracting details for car 7003870auction111073
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_004/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_002/780x0__r.jpg?hash=1774523213> (referer: https://ecarstrade.com/cars/7003871)
2026-03-26 14:55:56 [ecarstrade.be] INFO: Extracting details for car 7003861auction111073
2026-03-26 14:55:56 [ecarstrade.be] INFO: Extracting details for car 7003846auction111073
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_001/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43e1c32b-9750-5703-be13-34e0b23e9181 with identifier: 7003870auction111073
2026-03-26 14:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43e1c32b-9750-5703-be13-34e0b23e9181 with scrape type 1
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_001/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659649b5-c1b2-59e9-8d9a-b857e572a407 with identifier: 7003861auction111073
2026-03-26 14:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659649b5-c1b2-59e9-8d9a-b857e572a407 with scrape type 1
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523198%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_001/780x0__r.jpg?hash=1774523198 not downloaded yet
2026-03-26 14:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e094eabc-6229-54d9-9141-f5c4f759d704 with identifier: 7003846auction111073
2026-03-26 14:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e094eabc-6229-54d9-9141-f5c4f759d704 with scrape type 1
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_001/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_004/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_003/780x0__r.jpg?hash=1774523207> (referer: https://ecarstrade.com/cars/7003868)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_003/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_002/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_002/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523199%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_002/780x0__r.jpg?hash=1774523199 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_002/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_001/780x0__r.jpg?hash=1774523206> (referer: https://ecarstrade.com/cars/7003867)
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_003/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523199%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_003/780x0__r.jpg?hash=1774523199 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_003/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd641205-e7f8-55c4-83c3-9fd6e9f835fd
2026-03-26 14:55:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd641205-e7f8-55c4-83c3-9fd6e9f835fd, skipping ID generation
2026-03-26 14:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd641205-e7f8-55c4-83c3-9fd6e9f835fd with scrape type 1
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd641205-e7f8-55c4-83c3-9fd6e9f835fd sending to next pipeline
2026-03-26 14:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd641205-e7f8-55c4-83c3-9fd6e9f835fd, identifier: 7003840auction111073
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9344175-d552-5976-a647-97b1289091b7
2026-03-26 14:55:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9344175-d552-5976-a647-97b1289091b7, skipping ID generation
2026-03-26 14:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9344175-d552-5976-a647-97b1289091b7 with scrape type 1
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9344175-d552-5976-a647-97b1289091b7 sending to next pipeline
2026-03-26 14:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9344175-d552-5976-a647-97b1289091b7, identifier: 7003871auction111073
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_003/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_005/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_004/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_002/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_004/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523199%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_004/780x0__r.jpg?hash=1774523199 not downloaded yet
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_004/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd641205-e7f8-55c4-83c3-9fd6e9f835fd with identifier: 7003840auction111073
2026-03-26 14:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd641205-e7f8-55c4-83c3-9fd6e9f835fd with identifier: 7003840auction111073
2026-03-26 14:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd641205-e7f8-55c4-83c3-9fd6e9f835fd with identifier: 7003840auction111073 to the API
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003840/photo_001/780x0__r.jpg?hash=1774523173>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'bd641205-e7f8-55c4-83c3-9fd6e9f835fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003840',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 90638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'C5 Aircross Live 1.2 PureTech 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Live 1.2 PureTech 130CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003840auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:56 [ecarstrade.be] INFO: Saving data for 7003840auction111073: {'created_time': 1774536956.987257, 'last_price_update_time': 1774536956.987274, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003840auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9344175-d552-5976-a647-97b1289091b7 with identifier: 7003871auction111073
2026-03-26 14:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9344175-d552-5976-a647-97b1289091b7 with identifier: 7003871auction111073
2026-03-26 14:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9344175-d552-5976-a647-97b1289091b7 with identifier: 7003871auction111073 to the API
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003871/photo_002/780x0__r.jpg?hash=1774523213>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd9344175-d552-5976-a647-97b1289091b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003871',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 104894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Active Business 1.5 HDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'SW Active Business 1.5 HDi 130CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003871auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [ecarstrade.be] INFO: Saving data for 7003871auction111073: {'created_time': 1774536957.382151, 'last_price_update_time': 1774536957.38216, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003871auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c155457-ff95-5c50-b2f4-58bb09631341
2026-03-26 14:55:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c155457-ff95-5c50-b2f4-58bb09631341, skipping ID generation
2026-03-26 14:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c155457-ff95-5c50-b2f4-58bb09631341 with scrape type 1
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c155457-ff95-5c50-b2f4-58bb09631341 sending to next pipeline
2026-03-26 14:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c155457-ff95-5c50-b2f4-58bb09631341, identifier: 7003868auction111073
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_001/780x0__r.jpg?hash=1774523205> (referer: https://ecarstrade.com/cars/7003866)
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_005/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523198%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_005/780x0__r.jpg?hash=1774523198 not downloaded yet
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_005/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c155457-ff95-5c50-b2f4-58bb09631341 with identifier: 7003868auction111073
2026-03-26 14:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c155457-ff95-5c50-b2f4-58bb09631341 with identifier: 7003868auction111073
2026-03-26 14:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c155457-ff95-5c50-b2f4-58bb09631341 with identifier: 7003868auction111073 to the API
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003868/photo_003/780x0__r.jpg?hash=1774523207>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '7c155457-ff95-5c50-b2f4-58bb09631341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003868',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 117681,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Roadtrip 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Roadtrip 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003868auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [ecarstrade.be] INFO: Saving data for 7003868auction111073: {'created_time': 1774536957.888825, 'last_price_update_time': 1774536957.888834, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003868auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003887> (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-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_005/780x0__r.jpg?hash=1774523204> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_004/780x0__r.jpg?hash=1774523204> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_003/780x0__r.jpg?hash=1774523204> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_001/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003870%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523211%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_006/780x0__r.jpg?hash=1774523211 not downloaded yet
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003861%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523199%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_006/780x0__r.jpg?hash=1774523199 not downloaded yet
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003846%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523183%27 HTTP/1.1" 200 None
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_006/780x0__r.jpg?hash=1774523183 not downloaded yet
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e
2026-03-26 14:55:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e, skipping ID generation
2026-03-26 14:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with scrape type 1
2026-03-26 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e sending to next pipeline
2026-03-26 14:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e, identifier: 7003867auction111073
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with identifier: 7003867auction111073
2026-03-26 14:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with identifier: 7003867auction111073
2026-03-26 14:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0537ff96-9ac9-5e53-adeb-4ac20e47ca3e with identifier: 7003867auction111073 to the API
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003867/photo_001/780x0__r.jpg?hash=1774523206>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '0537ff96-9ac9-5e53-adeb-4ac20e47ca3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003867',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 75113,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Active Business 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003867auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [ecarstrade.be] INFO: Saving data for 7003867auction111073: {'created_time': 1774536958.394716, 'last_price_update_time': 1774536958.394726, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003867auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:58 [ecarstrade.be] INFO: Extracting details for car 7003887auction111073
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c81fcd81-41c1-53d3-a075-660db3c4b177
2026-03-26 14:55:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c81fcd81-41c1-53d3-a075-660db3c4b177, skipping ID generation
2026-03-26 14:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81fcd81-41c1-53d3-a075-660db3c4b177 with scrape type 1
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c81fcd81-41c1-53d3-a075-660db3c4b177 sending to next pipeline
2026-03-26 14:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c81fcd81-41c1-53d3-a075-660db3c4b177, identifier: 7003866auction111073
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_002/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_002/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_003/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_001/780x0__r.jpg?hash=1774523198> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c81fcd81-41c1-53d3-a075-660db3c4b177 with identifier: 7003866auction111073
2026-03-26 14:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c81fcd81-41c1-53d3-a075-660db3c4b177 with identifier: 7003866auction111073
2026-03-26 14:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c81fcd81-41c1-53d3-a075-660db3c4b177 with identifier: 7003866auction111073 to the API
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003866/photo_001/780x0__r.jpg?hash=1774523205>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c81fcd81-41c1-53d3-a075-660db3c4b177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003866',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 44121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Active Business 1.2 PureTech 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 110CV BVM6 E6d',
'vin': None,
'year': 2019}
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003866auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [ecarstrade.be] INFO: Saving data for 7003866auction111073: {'created_time': 1774536958.808894, 'last_price_update_time': 1774536958.808905, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003866auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_003/780x0__r.jpg?hash=1774523199> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003898> (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-26 14:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with identifier: 7003887auction111073
2026-03-26 14:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with scrape type 1
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_001/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_002/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_005/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_003/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_003/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_004/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_004/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_002/780x0__r.jpg?hash=1774523199> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_005/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [ecarstrade.be] INFO: Extracting details for car 7003898auction111073
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_005/780x0__r.jpg?hash=1774523198> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_004/780x0__r.jpg?hash=1774523199> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003887%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523232%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_006/780x0__r.jpg?hash=1774523232 not downloaded yet
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85878ddb-303d-5211-9f37-c1e7489caf45 with identifier: 7003898auction111073
2026-03-26 14:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85878ddb-303d-5211-9f37-c1e7489caf45 with scrape type 1
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523252%27 HTTP/1.1" 200 None
2026-03-26 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_001/780x0__r.jpg?hash=1774523252 not downloaded yet
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_004/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_006/780x0__r.jpg?hash=1774523199> (referer: https://ecarstrade.com/cars/7003861)
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523251%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_002/780x0__r.jpg?hash=1774523251 not downloaded yet
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_006/780x0__r.jpg?hash=1774523183> (referer: https://ecarstrade.com/cars/7003846)
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523252%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_003/780x0__r.jpg?hash=1774523252 not downloaded yet
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_001/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523251%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_004/780x0__r.jpg?hash=1774523251 not downloaded yet
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_002/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_001/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_001/780x0__r.jpg?hash=1774523204> (referer: https://ecarstrade.com/cars/7003865)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_006/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523251%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_005/780x0__r.jpg?hash=1774523251 not downloaded yet
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003898%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523251%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_006/780x0__r.jpg?hash=1774523251 not downloaded yet
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_006/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_004/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_003/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 659649b5-c1b2-59e9-8d9a-b857e572a407
2026-03-26 14:55:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 659649b5-c1b2-59e9-8d9a-b857e572a407, skipping ID generation
2026-03-26 14:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659649b5-c1b2-59e9-8d9a-b857e572a407 with scrape type 1
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 659649b5-c1b2-59e9-8d9a-b857e572a407 sending to next pipeline
2026-03-26 14:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 659649b5-c1b2-59e9-8d9a-b857e572a407, identifier: 7003861auction111073
2026-03-26 14:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 659649b5-c1b2-59e9-8d9a-b857e572a407 with identifier: 7003861auction111073
2026-03-26 14:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 659649b5-c1b2-59e9-8d9a-b857e572a407 with identifier: 7003861auction111073
2026-03-26 14:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 659649b5-c1b2-59e9-8d9a-b857e572a407 with identifier: 7003861auction111073 to the API
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003861/photo_006/780x0__r.jpg?hash=1774523199>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': '659649b5-c1b2-59e9-8d9a-b857e572a407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003861',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 58334,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-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': 2021}
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003861auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:55:59 [ecarstrade.be] INFO: Saving data for 7003861auction111073: {'created_time': 1774536959.512786, 'last_price_update_time': 1774536959.512796, 'auction_closing_time': 1774611600.0}
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003861auction111073') HTTP/1.1" 204 0
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_005/780x0__r.jpg?hash=1774523211> (referer: https://ecarstrade.com/cars/7003870)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_002/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_005/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_005/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_006/780x0__r.jpg?hash=1774523232> (referer: https://ecarstrade.com/cars/7003887)
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_001/780x0__r.jpg?hash=1774523252> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e094eabc-6229-54d9-9141-f5c4f759d704
2026-03-26 14:55:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e094eabc-6229-54d9-9141-f5c4f759d704, skipping ID generation
2026-03-26 14:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e094eabc-6229-54d9-9141-f5c4f759d704 with scrape type 1
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e094eabc-6229-54d9-9141-f5c4f759d704 sending to next pipeline
2026-03-26 14:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e094eabc-6229-54d9-9141-f5c4f759d704, identifier: 7003846auction111073
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 106dd4ff-848b-5d63-915a-83bc14b61ab8
2026-03-26 14:55:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 106dd4ff-848b-5d63-915a-83bc14b61ab8, skipping ID generation
2026-03-26 14:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 106dd4ff-848b-5d63-915a-83bc14b61ab8 with scrape type 1
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 106dd4ff-848b-5d63-915a-83bc14b61ab8 sending to next pipeline
2026-03-26 14:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 106dd4ff-848b-5d63-915a-83bc14b61ab8, identifier: 7003865auction111073
2026-03-26 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_002/780x0__r.jpg?hash=1774523251> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e094eabc-6229-54d9-9141-f5c4f759d704 with identifier: 7003846auction111073
2026-03-26 14:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e094eabc-6229-54d9-9141-f5c4f759d704 with identifier: 7003846auction111073
2026-03-26 14:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e094eabc-6229-54d9-9141-f5c4f759d704 with identifier: 7003846auction111073 to the API
2026-03-26 14:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:55: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-26 14:56:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003846/photo_006/780x0__r.jpg?hash=1774523183>
{'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-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e094eabc-6229-54d9-9141-f5c4f759d704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003846',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 110154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 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': 2022}
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003846auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:00 [ecarstrade.be] INFO: Saving data for 7003846auction111073: {'created_time': 1774536960.072451, 'last_price_update_time': 1774536960.072467, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003846auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 106dd4ff-848b-5d63-915a-83bc14b61ab8 with identifier: 7003865auction111073
2026-03-26 14:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 106dd4ff-848b-5d63-915a-83bc14b61ab8 with identifier: 7003865auction111073
2026-03-26 14:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 106dd4ff-848b-5d63-915a-83bc14b61ab8 with identifier: 7003865auction111073 to the API
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003865/photo_001/780x0__r.jpg?hash=1774523204>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '106dd4ff-848b-5d63-915a-83bc14b61ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003865',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 94791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': '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-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003865auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:00 [ecarstrade.be] INFO: Saving data for 7003865auction111073: {'created_time': 1774536960.435068, 'last_price_update_time': 1774536960.435078, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003865auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_004/780x0__r.jpg?hash=1774523251> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_006/780x0__r.jpg?hash=1774523251> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003878> (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-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_004/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_001/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_003/780x0__r.jpg?hash=1774523252> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_002/780x0__r.jpg?hash=1774523203> (referer: https://ecarstrade.com/cars/7003864)
2026-03-26 14:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 43e1c32b-9750-5703-be13-34e0b23e9181
2026-03-26 14:56:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43e1c32b-9750-5703-be13-34e0b23e9181, skipping ID generation
2026-03-26 14:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43e1c32b-9750-5703-be13-34e0b23e9181 with scrape type 1
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43e1c32b-9750-5703-be13-34e0b23e9181 sending to next pipeline
2026-03-26 14:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43e1c32b-9750-5703-be13-34e0b23e9181, identifier: 7003870auction111073
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66d93df5-1fe6-564a-9a8d-359dc3b929a2
2026-03-26 14:56:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66d93df5-1fe6-564a-9a8d-359dc3b929a2, skipping ID generation
2026-03-26 14:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with scrape type 1
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66d93df5-1fe6-564a-9a8d-359dc3b929a2 sending to next pipeline
2026-03-26 14:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66d93df5-1fe6-564a-9a8d-359dc3b929a2, identifier: 7003887auction111073
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:00 [ecarstrade.be] INFO: Extracting details for car 7003878auction111073
2026-03-26 14:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43e1c32b-9750-5703-be13-34e0b23e9181 with identifier: 7003870auction111073
2026-03-26 14:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43e1c32b-9750-5703-be13-34e0b23e9181 with identifier: 7003870auction111073
2026-03-26 14:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43e1c32b-9750-5703-be13-34e0b23e9181 with identifier: 7003870auction111073 to the API
2026-03-26 14:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003870/photo_005/780x0__r.jpg?hash=1774523211>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '43e1c32b-9750-5703-be13-34e0b23e9181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003870',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '508',
'odometer': 103506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': '508 SW Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'SW Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003870auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:01 [ecarstrade.be] INFO: Saving data for 7003870auction111073: {'created_time': 1774536961.90077, 'last_price_update_time': 1774536961.900787, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003870auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with identifier: 7003887auction111073
2026-03-26 14:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with identifier: 7003887auction111073
2026-03-26 14:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66d93df5-1fe6-564a-9a8d-359dc3b929a2 with identifier: 7003887auction111073 to the API
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003887/photo_006/780x0__r.jpg?hash=1774523232>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '66d93df5-1fe6-564a-9a8d-359dc3b929a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003887',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 113015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Kadjar / 2018 / 5P / Crossover Zen TCe 140 FAP - 21',
'transmission': 'manual',
'trim': 'RENAULT / 2018 / 5P / Crossover Zen TCe 140 FAP - 21',
'vin': None,
'year': 2021}
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003887auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [ecarstrade.be] INFO: Saving data for 7003887auction111073: {'created_time': 1774536962.246621, 'last_price_update_time': 1774536962.246632, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003887auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_005/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_005/780x0__r.jpg?hash=1774523251> (referer: https://ecarstrade.com/cars/7003898)
2026-03-26 14: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-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_006/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_004/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14: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-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with identifier: 7003878auction111073
2026-03-26 14:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with scrape type 1
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_001/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ef36a3d-0c32-50c4-b927-703731120847
2026-03-26 14:56:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ef36a3d-0c32-50c4-b927-703731120847, skipping ID generation
2026-03-26 14:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef36a3d-0c32-50c4-b927-703731120847 with scrape type 1
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ef36a3d-0c32-50c4-b927-703731120847 sending to next pipeline
2026-03-26 14:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ef36a3d-0c32-50c4-b927-703731120847, identifier: 7003864auction111073
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_001/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_002/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ef36a3d-0c32-50c4-b927-703731120847 with identifier: 7003864auction111073
2026-03-26 14:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ef36a3d-0c32-50c4-b927-703731120847 with identifier: 7003864auction111073
2026-03-26 14:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ef36a3d-0c32-50c4-b927-703731120847 with identifier: 7003864auction111073 to the API
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003864/photo_002/780x0__r.jpg?hash=1774523203>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '2ef36a3d-0c32-50c4-b927-703731120847',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003864',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '3008',
'odometer': 74470,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-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-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003864auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [ecarstrade.be] INFO: Saving data for 7003864auction111073: {'created_time': 1774536962.704367, 'last_price_update_time': 1774536962.704377, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003864auction111073') HTTP/1.1" 204 0
2026-03-26 14: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-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523221%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_002/780x0__r.jpg?hash=1774523221 not downloaded yet
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_004/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_005/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14: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-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523221%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_003/780x0__r.jpg?hash=1774523221 not downloaded yet
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85878ddb-303d-5211-9f37-c1e7489caf45
2026-03-26 14:56:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85878ddb-303d-5211-9f37-c1e7489caf45, skipping ID generation
2026-03-26 14:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85878ddb-303d-5211-9f37-c1e7489caf45 with scrape type 1
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85878ddb-303d-5211-9f37-c1e7489caf45 sending to next pipeline
2026-03-26 14:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85878ddb-303d-5211-9f37-c1e7489caf45, identifier: 7003898auction111073
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523221%27 HTTP/1.1" 200 None
2026-03-26 14:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_004/780x0__r.jpg?hash=1774523221 not downloaded yet
2026-03-26 14:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85878ddb-303d-5211-9f37-c1e7489caf45 with identifier: 7003898auction111073
2026-03-26 14:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85878ddb-303d-5211-9f37-c1e7489caf45 with identifier: 7003898auction111073
2026-03-26 14:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85878ddb-303d-5211-9f37-c1e7489caf45 with identifier: 7003898auction111073 to the API
2026-03-26 14:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003898/photo_005/780x0__r.jpg?hash=1774523251>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '85878ddb-303d-5211-9f37-c1e7489caf45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003898',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 71052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 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': 2023}
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003898auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:03 [ecarstrade.be] INFO: Saving data for 7003898auction111073: {'created_time': 1774536963.232566, 'last_price_update_time': 1774536963.232576, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003898auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_003/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14: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-26 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_002/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523221%27 HTTP/1.1" 200 None
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_005/780x0__r.jpg?hash=1774523221 not downloaded yet
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003878%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523221%27 HTTP/1.1" 200 None
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_006/780x0__r.jpg?hash=1774523221 not downloaded yet
2026-03-26 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_003/780x0__r.jpg?hash=1774523196> (referer: https://ecarstrade.com/cars/7003859)
2026-03-26 14: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-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_001/780x0__r.jpg?hash=1774523202> (referer: https://ecarstrade.com/cars/7003863)
2026-03-26 14: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-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4734f55d-582c-522d-83f2-56f3bcdeb0a3
2026-03-26 14:56:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4734f55d-582c-522d-83f2-56f3bcdeb0a3, skipping ID generation
2026-03-26 14:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with scrape type 1
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4734f55d-582c-522d-83f2-56f3bcdeb0a3 sending to next pipeline
2026-03-26 14:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4734f55d-582c-522d-83f2-56f3bcdeb0a3, identifier: 7003859auction111073
2026-03-26 14:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with identifier: 7003859auction111073
2026-03-26 14:56:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with identifier: 7003859auction111073
2026-03-26 14:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4734f55d-582c-522d-83f2-56f3bcdeb0a3 with identifier: 7003859auction111073 to the API
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003859/photo_003/780x0__r.jpg?hash=1774523196>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '4734f55d-582c-522d-83f2-56f3bcdeb0a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003859',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 125901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003859auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:03 [ecarstrade.be] INFO: Saving data for 7003859auction111073: {'created_time': 1774536963.819543, 'last_price_update_time': 1774536963.819553, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003859auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 160d095e-32ec-51c2-a28e-32ce8ed2e27a
2026-03-26 14:56:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 160d095e-32ec-51c2-a28e-32ce8ed2e27a, skipping ID generation
2026-03-26 14:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160d095e-32ec-51c2-a28e-32ce8ed2e27a with scrape type 1
2026-03-26 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 160d095e-32ec-51c2-a28e-32ce8ed2e27a sending to next pipeline
2026-03-26 14:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 160d095e-32ec-51c2-a28e-32ce8ed2e27a, identifier: 7003863auction111073
2026-03-26 14:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 160d095e-32ec-51c2-a28e-32ce8ed2e27a with identifier: 7003863auction111073
2026-03-26 14:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 160d095e-32ec-51c2-a28e-32ce8ed2e27a with identifier: 7003863auction111073
2026-03-26 14:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 160d095e-32ec-51c2-a28e-32ce8ed2e27a with identifier: 7003863auction111073 to the API
2026-03-26 14:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003863/photo_001/780x0__r.jpg?hash=1774523202>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '160d095e-32ec-51c2-a28e-32ce8ed2e27a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003863',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 56339,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 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-26 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003863auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:04 [ecarstrade.be] INFO: Saving data for 7003863auction111073: {'created_time': 1774536964.245621, 'last_price_update_time': 1774536964.245631, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003863auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:06 [scrapy.extensions.logstats] INFO: Crawled 568 pages (at 36 pages/min), scraped 502 items (at 40 items/min)
2026-03-26 14:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 14:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003897> (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-26 14:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_001/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14: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-26 14:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003894> (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-26 14: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-26 14:56:08 [ecarstrade.be] INFO: Extracting details for car 7003897auction111073
2026-03-26 14:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be963b16-b144-599b-b1ea-7f01a82f5e92 with identifier: 7003897auction111073
2026-03-26 14:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be963b16-b144-599b-b1ea-7f01a82f5e92 with scrape type 1
2026-03-26 14:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523251%27 HTTP/1.1" 200 None
2026-03-26 14:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_001/780x0__r.jpg?hash=1774523251 not downloaded yet
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523250%27 HTTP/1.1" 200 None
2026-03-26 14:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_002/780x0__r.jpg?hash=1774523250 not downloaded yet
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523250%27 HTTP/1.1" 200 None
2026-03-26 14:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_003/780x0__r.jpg?hash=1774523250 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523250%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_004/780x0__r.jpg?hash=1774523250 not downloaded yet
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523250%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_005/780x0__r.jpg?hash=1774523250 not downloaded yet
2026-03-26 14:56:09 [ecarstrade.be] INFO: Extracting details for car 7003894auction111073
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003897%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523250%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_006/780x0__r.jpg?hash=1774523250 not downloaded yet
2026-03-26 14:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e1f4aa-71e9-525a-8489-44f1d320809d with identifier: 7003894auction111073
2026-03-26 14:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e1f4aa-71e9-525a-8489-44f1d320809d with scrape type 1
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_001/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_002/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_003/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523245%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_004/780x0__r.jpg?hash=1774523245 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523245%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_005/780x0__r.jpg?hash=1774523245 not downloaded yet
2026-03-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003896> (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-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003894%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523245%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_006/780x0__r.jpg?hash=1774523245 not downloaded yet
2026-03-26 14:56:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:09 [ecarstrade.be] INFO: Extracting details for car 7003896auction111073
2026-03-26 14:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652e4dc6-79fa-5ebe-b991-e931066bce68 with identifier: 7003896auction111073
2026-03-26 14:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652e4dc6-79fa-5ebe-b991-e931066bce68 with scrape type 1
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523246%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_001/780x0__r.jpg?hash=1774523246 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_002/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_003/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_004/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_005/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003896%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_006/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003892> (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-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_004/780x0__r.jpg?hash=1774523221> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14:56:09 [ecarstrade.be] INFO: Extracting details for car 7003892auction111073
2026-03-26 14:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96d7d5b4-0577-57a9-a676-72f4936020f5 with identifier: 7003892auction111073
2026-03-26 14:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96d7d5b4-0577-57a9-a676-72f4936020f5 with scrape type 1
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_001/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_003/780x0__r.jpg?hash=1774523221> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_002/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_003/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_004/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_005/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003892%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523243%27 HTTP/1.1" 200 None
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_006/780x0__r.jpg?hash=1774523243 not downloaded yet
2026-03-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_006/780x0__r.jpg?hash=1774523221> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14:56:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_005/780x0__r.jpg?hash=1774523221> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_002/780x0__r.jpg?hash=1774523221> (referer: https://ecarstrade.com/cars/7003878)
2026-03-26 14:56:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003895> (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-26 14:56:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50
2026-03-26 14:56:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50, skipping ID generation
2026-03-26 14:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with scrape type 1
2026-03-26 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 sending to next pipeline
2026-03-26 14:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50, identifier: 7003878auction111073
2026-03-26 14:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with identifier: 7003878auction111073
2026-03-26 14:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with identifier: 7003878auction111073
2026-03-26 14:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ed3a24e-e703-5ee1-be38-53fbd74d3a50 with identifier: 7003878auction111073 to the API
2026-03-26 14:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003878/photo_002/780x0__r.jpg?hash=1774523221>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '7ed3a24e-e703-5ee1-be38-53fbd74d3a50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003878',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 24029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Intens 1.0 TCe 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'V Intens 1.0 TCe 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003878auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [ecarstrade.be] INFO: Saving data for 7003878auction111073: {'created_time': 1774536971.146711, 'last_price_update_time': 1774536971.146721, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003878auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:11 [ecarstrade.be] INFO: Extracting details for car 7003895auction111073
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003893> (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-26 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f05a188-40d7-5763-b145-625001c42d60 with identifier: 7003895auction111073
2026-03-26 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f05a188-40d7-5763-b145-625001c42d60 with scrape type 1
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_001/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_002/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_003/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_004/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_005/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_005/780x0__r.jpg?hash=1774523245> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003895%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523247%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_006/780x0__r.jpg?hash=1774523247 not downloaded yet
2026-03-26 14:56:11 [ecarstrade.be] INFO: Extracting details for car 7003893auction111073
2026-03-26 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677dc858-edcf-5702-848d-582a4a9c0d85 with identifier: 7003893auction111073
2026-03-26 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677dc858-edcf-5702-848d-582a4a9c0d85 with scrape type 1
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_001/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_002/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_003/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_004/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_006/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_005/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003893%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523244%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_006/780x0__r.jpg?hash=1774523244 not downloaded yet
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_005/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_001/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003891> (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-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_006/780x0__r.jpg?hash=1774523243> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_005/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [ecarstrade.be] INFO: Extracting details for car 7003891auction111073
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_004/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de43481-d0e3-5cc2-8317-e9043fe4e73e with identifier: 7003891auction111073
2026-03-26 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de43481-d0e3-5cc2-8317-e9043fe4e73e with scrape type 1
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_001/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_002/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_003/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_003/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_004/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_002/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003892)
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_005/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003891%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523242%27 HTTP/1.1" 200 None
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_006/780x0__r.jpg?hash=1774523242 not downloaded yet
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_005/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_004/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96d7d5b4-0577-57a9-a676-72f4936020f5
2026-03-26 14:56:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96d7d5b4-0577-57a9-a676-72f4936020f5, skipping ID generation
2026-03-26 14:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96d7d5b4-0577-57a9-a676-72f4936020f5 with scrape type 1
2026-03-26 14:56:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96d7d5b4-0577-57a9-a676-72f4936020f5 sending to next pipeline
2026-03-26 14:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96d7d5b4-0577-57a9-a676-72f4936020f5, identifier: 7003892auction111073
2026-03-26 14:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96d7d5b4-0577-57a9-a676-72f4936020f5 with identifier: 7003892auction111073
2026-03-26 14:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96d7d5b4-0577-57a9-a676-72f4936020f5 with identifier: 7003892auction111073
2026-03-26 14:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96d7d5b4-0577-57a9-a676-72f4936020f5 with identifier: 7003892auction111073 to the API
2026-03-26 14:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003892/photo_002/780x0__r.jpg?hash=1774523242>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '96d7d5b4-0577-57a9-a676-72f4936020f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003892',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 125441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': None,
'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-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003892auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:12 [ecarstrade.be] INFO: Saving data for 7003892auction111073: {'created_time': 1774536972.234094, 'last_price_update_time': 1774536972.234104, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003892auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_006/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_005/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_002/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_003/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_006/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_001/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003893)
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_004/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_002/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 677dc858-edcf-5702-848d-582a4a9c0d85
2026-03-26 14:56:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 677dc858-edcf-5702-848d-582a4a9c0d85, skipping ID generation
2026-03-26 14:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677dc858-edcf-5702-848d-582a4a9c0d85 with scrape type 1
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 677dc858-edcf-5702-848d-582a4a9c0d85 sending to next pipeline
2026-03-26 14:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 677dc858-edcf-5702-848d-582a4a9c0d85, identifier: 7003893auction111073
2026-03-26 14:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 677dc858-edcf-5702-848d-582a4a9c0d85 with identifier: 7003893auction111073
2026-03-26 14:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 677dc858-edcf-5702-848d-582a4a9c0d85 with identifier: 7003893auction111073
2026-03-26 14:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 677dc858-edcf-5702-848d-582a4a9c0d85 with identifier: 7003893auction111073 to the API
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003893/photo_001/780x0__r.jpg?hash=1774523244>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '677dc858-edcf-5702-848d-582a4a9c0d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003893',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 90051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Berline Business 2.0 TDI 150CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Berline Business 2.0 TDI 150CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003893auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:12 [ecarstrade.be] INFO: Saving data for 7003893auction111073: {'created_time': 1774536972.932128, 'last_price_update_time': 1774536972.932139, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003893auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_006/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_005/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_003/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_001/780x0__r.jpg?hash=1774523242> (referer: https://ecarstrade.com/cars/7003891)
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_004/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_003/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2de43481-d0e3-5cc2-8317-e9043fe4e73e
2026-03-26 14:56:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2de43481-d0e3-5cc2-8317-e9043fe4e73e, skipping ID generation
2026-03-26 14:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de43481-d0e3-5cc2-8317-e9043fe4e73e with scrape type 1
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2de43481-d0e3-5cc2-8317-e9043fe4e73e sending to next pipeline
2026-03-26 14:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2de43481-d0e3-5cc2-8317-e9043fe4e73e, identifier: 7003891auction111073
2026-03-26 14:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2de43481-d0e3-5cc2-8317-e9043fe4e73e with identifier: 7003891auction111073
2026-03-26 14:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2de43481-d0e3-5cc2-8317-e9043fe4e73e with identifier: 7003891auction111073
2026-03-26 14:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2de43481-d0e3-5cc2-8317-e9043fe4e73e with identifier: 7003891auction111073 to the API
2026-03-26 14:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003891/photo_001/780x0__r.jpg?hash=1774523242>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': '2de43481-d0e3-5cc2-8317-e9043fe4e73e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003891',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Twingo',
'odometer': 10593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 4,
'seller_name': None,
'title': 'RENAULT Twingo / 2019 / 5P / Berline Equilibre',
'transmission': 'automatic',
'trim': 'RENAULT / 2019 / 5P / Berline Equilibre',
'vin': None,
'year': 2024}
2026-03-26 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003891auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:13 [ecarstrade.be] INFO: Saving data for 7003891auction111073: {'created_time': 1774536973.579192, 'last_price_update_time': 1774536973.5792, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003891auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_002/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_001/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003895)
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_004/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_003/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f05a188-40d7-5763-b145-625001c42d60
2026-03-26 14:56:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f05a188-40d7-5763-b145-625001c42d60, skipping ID generation
2026-03-26 14:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f05a188-40d7-5763-b145-625001c42d60 with scrape type 1
2026-03-26 14:56:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f05a188-40d7-5763-b145-625001c42d60 sending to next pipeline
2026-03-26 14:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f05a188-40d7-5763-b145-625001c42d60, identifier: 7003895auction111073
2026-03-26 14:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f05a188-40d7-5763-b145-625001c42d60 with identifier: 7003895auction111073
2026-03-26 14:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f05a188-40d7-5763-b145-625001c42d60 with identifier: 7003895auction111073
2026-03-26 14:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f05a188-40d7-5763-b145-625001c42d60 with identifier: 7003895auction111073 to the API
2026-03-26 14:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003895/photo_001/780x0__r.jpg?hash=1774523247>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0f05a188-40d7-5763-b145-625001c42d60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003895',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 65194,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 5p Break Hybride 180h Collection',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 5p Break Hybride 180h Collection',
'vin': None,
'year': 2019}
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003895auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:14 [ecarstrade.be] INFO: Saving data for 7003895auction111073: {'created_time': 1774536974.1161, 'last_price_update_time': 1774536974.116111, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003895auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_002/780x0__r.jpg?hash=1774523247> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_001/780x0__r.jpg?hash=1774523246> (referer: https://ecarstrade.com/cars/7003896)
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_006/780x0__r.jpg?hash=1774523245> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_004/780x0__r.jpg?hash=1774523245> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_003/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 652e4dc6-79fa-5ebe-b991-e931066bce68
2026-03-26 14:56:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 652e4dc6-79fa-5ebe-b991-e931066bce68, skipping ID generation
2026-03-26 14:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652e4dc6-79fa-5ebe-b991-e931066bce68 with scrape type 1
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 652e4dc6-79fa-5ebe-b991-e931066bce68 sending to next pipeline
2026-03-26 14:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 652e4dc6-79fa-5ebe-b991-e931066bce68, identifier: 7003896auction111073
2026-03-26 14:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 652e4dc6-79fa-5ebe-b991-e931066bce68 with identifier: 7003896auction111073
2026-03-26 14:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 652e4dc6-79fa-5ebe-b991-e931066bce68 with identifier: 7003896auction111073
2026-03-26 14:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 652e4dc6-79fa-5ebe-b991-e931066bce68 with identifier: 7003896auction111073 to the API
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003896/photo_001/780x0__r.jpg?hash=1774523246>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': '652e4dc6-79fa-5ebe-b991-e931066bce68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003896',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 56587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model Y / 2020 / 5P / SUV Grand Autonomie Dual Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Grand Autonomie Dual Motor AWD',
'vin': None,
'year': 2022}
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003896auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:14 [ecarstrade.be] INFO: Saving data for 7003896auction111073: {'created_time': 1774536974.647147, 'last_price_update_time': 1774536974.647158, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003896auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_002/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_001/780x0__r.jpg?hash=1774523244> (referer: https://ecarstrade.com/cars/7003894)
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_006/780x0__r.jpg?hash=1774523250> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e8e1f4aa-71e9-525a-8489-44f1d320809d
2026-03-26 14:56:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8e1f4aa-71e9-525a-8489-44f1d320809d, skipping ID generation
2026-03-26 14:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e1f4aa-71e9-525a-8489-44f1d320809d with scrape type 1
2026-03-26 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8e1f4aa-71e9-525a-8489-44f1d320809d sending to next pipeline
2026-03-26 14:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8e1f4aa-71e9-525a-8489-44f1d320809d, identifier: 7003894auction111073
2026-03-26 14:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8e1f4aa-71e9-525a-8489-44f1d320809d with identifier: 7003894auction111073
2026-03-26 14:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8e1f4aa-71e9-525a-8489-44f1d320809d with identifier: 7003894auction111073
2026-03-26 14:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8e1f4aa-71e9-525a-8489-44f1d320809d with identifier: 7003894auction111073 to the API
2026-03-26 14:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003894/photo_001/780x0__r.jpg?hash=1774523244>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Electric',
'id': 'e8e1f4aa-71e9-525a-8489-44f1d320809d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003894',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 40609,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'TESLA Model 3 / 2018 / 4P / Berline Grande Autonomie',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Grande Autonomie',
'vin': None,
'year': 2023}
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003894auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:15 [ecarstrade.be] INFO: Saving data for 7003894auction111073: {'created_time': 1774536975.227439, 'last_price_update_time': 1774536975.227449, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003894auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_005/780x0__r.jpg?hash=1774523250> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_004/780x0__r.jpg?hash=1774523250> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_003/780x0__r.jpg?hash=1774523250> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_002/780x0__r.jpg?hash=1774523250> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_001/780x0__r.jpg?hash=1774523251> (referer: https://ecarstrade.com/cars/7003897)
2026-03-26 14:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item be963b16-b144-599b-b1ea-7f01a82f5e92
2026-03-26 14:56:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be963b16-b144-599b-b1ea-7f01a82f5e92, skipping ID generation
2026-03-26 14:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be963b16-b144-599b-b1ea-7f01a82f5e92 with scrape type 1
2026-03-26 14:56:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be963b16-b144-599b-b1ea-7f01a82f5e92 sending to next pipeline
2026-03-26 14:56:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be963b16-b144-599b-b1ea-7f01a82f5e92, identifier: 7003897auction111073
2026-03-26 14:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be963b16-b144-599b-b1ea-7f01a82f5e92 with identifier: 7003897auction111073
2026-03-26 14:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be963b16-b144-599b-b1ea-7f01a82f5e92 with identifier: 7003897auction111073
2026-03-26 14:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be963b16-b144-599b-b1ea-7f01a82f5e92 with identifier: 7003897auction111073 to the API
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003897/photo_001/780x0__r.jpg?hash=1774523251>
{'auction_title': '',
'c_o_2_emission_value': 262,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'be963b16-b144-599b-b1ea-7f01a82f5e92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003897',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 126330,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-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': 2020}
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003897auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:15 [ecarstrade.be] INFO: Saving data for 7003897auction111073: {'created_time': 1774536975.888247, 'last_price_update_time': 1774536975.888258, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003897auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003886> (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-26 14:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:16 [ecarstrade.be] INFO: Extracting details for car 7003886auction111073
2026-03-26 14:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b069d43-ae23-5a82-9452-fc118530ae7c with identifier: 7003886auction111073
2026-03-26 14:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b069d43-ae23-5a82-9452-fc118530ae7c with scrape type 1
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_001/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_002/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_003/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_004/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_005/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003886%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523231%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_006/780x0__r.jpg?hash=1774523231 not downloaded yet
2026-03-26 14:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003889> (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-26 14:56:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:16 [ecarstrade.be] INFO: Extracting details for car 7003889auction111073
2026-03-26 14:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60939afc-72fc-570b-b794-cf4ec9e06e8c with identifier: 7003889auction111073
2026-03-26 14:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60939afc-72fc-570b-b794-cf4ec9e06e8c with scrape type 1
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_001/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_002/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_003/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_004/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523236%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_005/780x0__r.jpg?hash=1774523236 not downloaded yet
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003889%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_006/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003890> (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-26 14:56:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:17 [ecarstrade.be] INFO: Extracting details for car 7003890auction111073
2026-03-26 14:56:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with identifier: 7003890auction111073
2026-03-26 14:56:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with scrape type 1
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_001/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_002/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_003/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_004/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_005/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003890%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523237%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_006/780x0__r.jpg?hash=1774523237 not downloaded yet
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003884> (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-26 14:56:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:17 [ecarstrade.be] INFO: Extracting details for car 7003884auction111073
2026-03-26 14:56:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with identifier: 7003884auction111073
2026-03-26 14:56:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with scrape type 1
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_001/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_002/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_003/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_004/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_005/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003884%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523228%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_006/780x0__r.jpg?hash=1774523228 not downloaded yet
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003888> (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-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_005/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:56:17 [ecarstrade.be] INFO: Extracting details for car 7003888auction111073
2026-03-26 14:56:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34da7f7c-233a-5196-ba54-484a8f14603a with identifier: 7003888auction111073
2026-03-26 14:56:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34da7f7c-233a-5196-ba54-484a8f14603a with scrape type 1
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_001/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523234%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_002/780x0__r.jpg?hash=1774523234 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_003/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_004/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_004/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_005/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003888%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523235%27 HTTP/1.1" 200 None
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_006/780x0__r.jpg?hash=1774523235 not downloaded yet
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_003/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_002/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:56:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_001/780x0__r.jpg?hash=1774523200> (referer: https://ecarstrade.com/cars/7003862)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_006/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cfd4dd1c-d8f3-576c-a917-8392a592f70a
2026-03-26 14:56:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfd4dd1c-d8f3-576c-a917-8392a592f70a, skipping ID generation
2026-03-26 14:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd4dd1c-d8f3-576c-a917-8392a592f70a with scrape type 1
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfd4dd1c-d8f3-576c-a917-8392a592f70a sending to next pipeline
2026-03-26 14:56:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfd4dd1c-d8f3-576c-a917-8392a592f70a, identifier: 7003862auction111073
2026-03-26 14:56:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfd4dd1c-d8f3-576c-a917-8392a592f70a with identifier: 7003862auction111073
2026-03-26 14:56:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfd4dd1c-d8f3-576c-a917-8392a592f70a with identifier: 7003862auction111073
2026-03-26 14:56:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfd4dd1c-d8f3-576c-a917-8392a592f70a with identifier: 7003862auction111073 to the API
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003862/photo_001/780x0__r.jpg?hash=1774523200>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'cfd4dd1c-d8f3-576c-a917-8392a592f70a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003862',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 61730,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 / 2019 / 5P / Crossover PureTech 130 S&S EAT8 GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2019 / 5P / Crossover PureTech 130 S&S EAT8 GT PACK',
'vin': None,
'year': 2022}
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003862auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [ecarstrade.be] INFO: Saving data for 7003862auction111073: {'created_time': 1774536978.507576, 'last_price_update_time': 1774536978.507586, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003862auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_006/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_006/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_006/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_005/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_004/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003885> (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-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_006/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_005/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:18 [ecarstrade.be] INFO: Extracting details for car 7003885auction111073
2026-03-26 14:56:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with identifier: 7003885auction111073
2026-03-26 14:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with scrape type 1
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_001/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_003/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_002/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_003/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_002/780x0__r.jpg?hash=1774523234> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_004/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_005/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003885%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523233%27 HTTP/1.1" 200 None
2026-03-26 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_006/780x0__r.jpg?hash=1774523233 not downloaded yet
2026-03-26 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_001/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003888)
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_004/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_003/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_002/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 34da7f7c-233a-5196-ba54-484a8f14603a
2026-03-26 14:56:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34da7f7c-233a-5196-ba54-484a8f14603a, skipping ID generation
2026-03-26 14:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34da7f7c-233a-5196-ba54-484a8f14603a with scrape type 1
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34da7f7c-233a-5196-ba54-484a8f14603a sending to next pipeline
2026-03-26 14:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34da7f7c-233a-5196-ba54-484a8f14603a, identifier: 7003888auction111073
2026-03-26 14:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34da7f7c-233a-5196-ba54-484a8f14603a with identifier: 7003888auction111073
2026-03-26 14:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34da7f7c-233a-5196-ba54-484a8f14603a with identifier: 7003888auction111073
2026-03-26 14:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34da7f7c-233a-5196-ba54-484a8f14603a with identifier: 7003888auction111073 to the API
2026-03-26 14:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003888/photo_001/780x0__r.jpg?hash=1774523235>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '34da7f7c-233a-5196-ba54-484a8f14603a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003888',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 31815,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Berline 5 ptes. Techno 1.5 dCi 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'IV Berline 5 ptes. Techno 1.5 dCi 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003888auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:19 [ecarstrade.be] INFO: Saving data for 7003888auction111073: {'created_time': 1774536979.524883, 'last_price_update_time': 1774536979.524895, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003888auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_001/780x0__r.jpg?hash=1774523228> (referer: https://ecarstrade.com/cars/7003884)
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_005/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_004/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_003/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784
2026-03-26 14:56:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784, skipping ID generation
2026-03-26 14:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with scrape type 1
2026-03-26 14:56:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 sending to next pipeline
2026-03-26 14:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784, identifier: 7003884auction111073
2026-03-26 14:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with identifier: 7003884auction111073
2026-03-26 14:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with identifier: 7003884auction111073
2026-03-26 14:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784 with identifier: 7003884auction111073 to the API
2026-03-26 14:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003884/photo_001/780x0__r.jpg?hash=1774523228>
{'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-27T11:40:00Z',
'fuel_type': 'Electric',
'id': 'fbc8a0ab-0cb7-58b3-aa44-12ee23dd6784',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003884',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 55087,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo Express / 2013 / 3P / Fourgonnette Z.E. Gd Confort '
'Achat Integral - 19',
'transmission': 'automatic',
'trim': 'RENAULT Express / 2013 / 3P / Fourgonnette Z.E. Gd Confort Achat '
'Integral - 19',
'vin': None,
'year': 2021}
2026-03-26 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003884auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:20 [ecarstrade.be] INFO: Saving data for 7003884auction111073: {'created_time': 1774536980.23848, 'last_price_update_time': 1774536980.23849, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003884auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_001/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_003/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_006/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_005/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_004/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_002/780x0__r.jpg?hash=1774523233> (referer: https://ecarstrade.com/cars/7003885)
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_002/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_001/780x0__r.jpg?hash=1774523237> (referer: https://ecarstrade.com/cars/7003890)
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0
2026-03-26 14:56:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0, skipping ID generation
2026-03-26 14:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with scrape type 1
2026-03-26 14:56:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 sending to next pipeline
2026-03-26 14:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0, identifier: 7003885auction111073
2026-03-26 14:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with identifier: 7003885auction111073
2026-03-26 14:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with identifier: 7003885auction111073
2026-03-26 14:56:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa399131-0ca8-5b40-918e-0eb7c3d9e0d0 with identifier: 7003885auction111073 to the API
2026-03-26 14:56:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003885/photo_002/780x0__r.jpg?hash=1774523233>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'aa399131-0ca8-5b40-918e-0eb7c3d9e0d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003885',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 31431,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo II Express Maxi Extra (Série Spéciale) 1.5 dCi 95CV BVM6 '
'E6dT',
'transmission': 'manual',
'trim': 'II Express Maxi Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2022}
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003885auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:21 [ecarstrade.be] INFO: Saving data for 7003885auction111073: {'created_time': 1774536981.02458, 'last_price_update_time': 1774536981.024589, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003885auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_005/780x0__r.jpg?hash=1774523236> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_004/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9
2026-03-26 14:56:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9, skipping ID generation
2026-03-26 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with scrape type 1
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 sending to next pipeline
2026-03-26 14:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9, identifier: 7003890auction111073
2026-03-26 14:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with identifier: 7003890auction111073
2026-03-26 14:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with identifier: 7003890auction111073
2026-03-26 14:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9 with identifier: 7003890auction111073 to the API
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003890/photo_001/780x0__r.jpg?hash=1774523237>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '8ad1a0a7-d2a2-50e6-a0d9-969f0119f3f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003890',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 44017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'Trafic III Fourgon L2H1 3T Confort 2.0 dCi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'III Fourgon L2H1 3T Confort 2.0 dCi 130CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003890auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:21 [ecarstrade.be] INFO: Saving data for 7003890auction111073: {'created_time': 1774536981.422917, 'last_price_update_time': 1774536981.422928, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003890auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_002/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_003/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_005/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_001/780x0__r.jpg?hash=1774523235> (referer: https://ecarstrade.com/cars/7003889)
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_004/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_002/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_003/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60939afc-72fc-570b-b794-cf4ec9e06e8c
2026-03-26 14:56:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60939afc-72fc-570b-b794-cf4ec9e06e8c, skipping ID generation
2026-03-26 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60939afc-72fc-570b-b794-cf4ec9e06e8c with scrape type 1
2026-03-26 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60939afc-72fc-570b-b794-cf4ec9e06e8c sending to next pipeline
2026-03-26 14:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60939afc-72fc-570b-b794-cf4ec9e06e8c, identifier: 7003889auction111073
2026-03-26 14:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60939afc-72fc-570b-b794-cf4ec9e06e8c with identifier: 7003889auction111073
2026-03-26 14:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60939afc-72fc-570b-b794-cf4ec9e06e8c with identifier: 7003889auction111073
2026-03-26 14:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60939afc-72fc-570b-b794-cf4ec9e06e8c with identifier: 7003889auction111073 to the API
2026-03-26 14:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003889/photo_001/780x0__r.jpg?hash=1774523235>
{'auction_title': '',
'c_o_2_emission_value': 211,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '60939afc-72fc-570b-b794-cf4ec9e06e8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003889',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 26422,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Trafic / 2019 / 4P / Fourgon tole FG GCF L2H2 1200 Energy '
'dCi 145 E6',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tole FG GCF L2H2 1200 Energy dCi 145 '
'E6',
'vin': None,
'year': 2020}
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003889auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:22 [ecarstrade.be] INFO: Saving data for 7003889auction111073: {'created_time': 1774536982.045572, 'last_price_update_time': 1774536982.045582, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003889auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_001/780x0__r.jpg?hash=1774523231> (referer: https://ecarstrade.com/cars/7003886)
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_005/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_004/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_003/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b069d43-ae23-5a82-9452-fc118530ae7c
2026-03-26 14:56:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b069d43-ae23-5a82-9452-fc118530ae7c, skipping ID generation
2026-03-26 14:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b069d43-ae23-5a82-9452-fc118530ae7c with scrape type 1
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b069d43-ae23-5a82-9452-fc118530ae7c sending to next pipeline
2026-03-26 14:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b069d43-ae23-5a82-9452-fc118530ae7c, identifier: 7003886auction111073
2026-03-26 14:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b069d43-ae23-5a82-9452-fc118530ae7c with identifier: 7003886auction111073
2026-03-26 14:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b069d43-ae23-5a82-9452-fc118530ae7c with identifier: 7003886auction111073
2026-03-26 14:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b069d43-ae23-5a82-9452-fc118530ae7c with identifier: 7003886auction111073 to the API
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003886/photo_001/780x0__r.jpg?hash=1774523231>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '2b069d43-ae23-5a82-9452-fc118530ae7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003886',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Master',
'odometer': 27362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 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': 2023}
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003886auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:22 [ecarstrade.be] INFO: Saving data for 7003886auction111073: {'created_time': 1774536982.594246, 'last_price_update_time': 1774536982.594257, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003886auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_002/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_001/780x0__r.jpg?hash=1774523197> (referer: https://ecarstrade.com/cars/7003860)
2026-03-26 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003883> (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-26 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:22 [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-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:56:22 [ecarstrade.be] INFO: Extracting details for car 7003883auction111073
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b
2026-03-26 14:56:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b, skipping ID generation
2026-03-26 14:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with scrape type 1
2026-03-26 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b sending to next pipeline
2026-03-26 14:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b, identifier: 7003860auction111073
2026-03-26 14:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with identifier: 7003860auction111073
2026-03-26 14:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with identifier: 7003860auction111073
2026-03-26 14:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3eb5b9c0-30d9-5447-aac3-679fd8a06d7b with identifier: 7003860auction111073 to the API
2026-03-26 14:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003860/photo_001/780x0__r.jpg?hash=1774523197>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '3eb5b9c0-30d9-5447-aac3-679fd8a06d7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003860',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '208',
'odometer': 45887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-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': 2019}
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003860auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Saving data for 7003860auction111073: {'created_time': 1774536983.167085, 'last_price_update_time': 1774536983.167096, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003860auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d77618-560d-5dd3-b430-26688515d27f with identifier: 7003883auction111073
2026-03-26 14:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d77618-560d-5dd3-b430-26688515d27f with scrape type 1
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_001/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_002/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7003899auction111073
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003899auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7003899auction111073: 1
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_003/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7003900auction111073
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003900auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7003900auction111073: 1
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_004/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001113auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001113auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001113auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001243auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001243auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001243auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001102auction111031
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001102auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001102auction111031: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001121auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001121auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001121auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001209auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001209auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001209auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001159auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001159auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001159auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001163auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001163auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001163auction111032: 2
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_005/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001125auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001125auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001125auction111032: 2
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003883%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523225%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_006/780x0__r.jpg?hash=1774523225 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001118auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001118auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001118auction111032: 2
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001120auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001120auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001120auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001123auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001123auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001123auction111032: 2
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001110auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001110auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001110auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001245auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001245auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001245auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001189auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001189auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001189auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001242auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001242auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001242auction111032: 2
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001162auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001162auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001162auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001217auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001217auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001217auction111032: 0
2026-03-26 14:56:23 [ecarstrade.be] INFO: Found listing with ID: 7001111auction111032
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001111auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [ecarstrade.be] INFO: Scrape type for 7001111auction111032: 0
2026-03-26 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003879> (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-26 14:56:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003881> (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-26 14:56:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:23 [ecarstrade.be] INFO: Extracting details for car 7003879auction111073
2026-03-26 14:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6066b81c-02a9-5cec-812b-8689746e49bd with identifier: 7003879auction111073
2026-03-26 14:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6066b81c-02a9-5cec-812b-8689746e49bd with scrape type 1
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_001/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_002/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_003/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_004/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_005/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:23 [ecarstrade.be] INFO: Extracting details for car 7003881auction111073
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003879%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_006/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6049c32d-52d4-5475-8480-cc79e268eecb with identifier: 7003881auction111073
2026-03-26 14:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6049c32d-52d4-5475-8480-cc79e268eecb with scrape type 1
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_001/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_002/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_003/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_004/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_005/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003881%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_006/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003882> (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-26 14:56:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003880> (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-26 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_001/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:25 [ecarstrade.be] INFO: Extracting details for car 7003882auction111073
2026-03-26 14:56:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d6f533b-c844-5667-80d4-327f3a08e3b6 with identifier: 7003882auction111073
2026-03-26 14:56:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d6f533b-c844-5667-80d4-327f3a08e3b6 with scrape type 1
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_001/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [ecarstrade.be] INFO: Extracting details for car 7003880auction111073
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_002/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_003/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f57dac59-27f0-51e2-968c-122cf4391a1f with identifier: 7003880auction111073
2026-03-26 14:56:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57dac59-27f0-51e2-968c-122cf4391a1f with scrape type 1
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_001/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_004/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_002/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_005/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523223%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_003/780x0__r.jpg?hash=1774523223 not downloaded yet
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003882%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523224%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_006/780x0__r.jpg?hash=1774523224 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523223%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_004/780x0__r.jpg?hash=1774523223 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523222%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_005/780x0__r.jpg?hash=1774523222 not downloaded yet
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003880%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523223%27 HTTP/1.1" 200 None
2026-03-26 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_006/780x0__r.jpg?hash=1774523223 not downloaded yet
2026-03-26 14:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003877> (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-26 14:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_002/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:29 [ecarstrade.be] INFO: Extracting details for car 7003877auction111073
2026-03-26 14:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc821c60-c2aa-5316-a540-0f9ee7fafdff with identifier: 7003877auction111073
2026-03-26 14:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc821c60-c2aa-5316-a540-0f9ee7fafdff with scrape type 1
2026-03-26 14:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_001/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523220%27 HTTP/1.1" 200 None
2026-03-26 14:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_002/780x0__r.jpg?hash=1774523220 not downloaded yet
2026-03-26 14:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_003/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523220%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_004/780x0__r.jpg?hash=1774523220 not downloaded yet
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523220%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_005/780x0__r.jpg?hash=1774523220 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003877%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523220%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_006/780x0__r.jpg?hash=1774523220 not downloaded yet
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003872> (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-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_003/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:30 [ecarstrade.be] INFO: Extracting details for car 7003872auction111073
2026-03-26 14:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 419f65a0-4173-51e5-b93f-db98eb4a56e6 with identifier: 7003872auction111073
2026-03-26 14:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419f65a0-4173-51e5-b93f-db98eb4a56e6 with scrape type 1
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_001/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_002/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003875> (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-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003876> (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-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_003/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_004/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_005/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003872%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523215%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_006/780x0__r.jpg?hash=1774523215 not downloaded yet
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_006/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:30 [ecarstrade.be] INFO: Extracting details for car 7003875auction111073
2026-03-26 14:56:30 [ecarstrade.be] INFO: Extracting details for car 7003876auction111073
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_005/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with identifier: 7003875auction111073
2026-03-26 14:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with scrape type 1
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_001/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60032fc5-4535-5f92-887f-4e08d422b601 with identifier: 7003876auction111073
2026-03-26 14:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60032fc5-4535-5f92-887f-4e08d422b601 with scrape type 1
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_001/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_002/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_002/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_003/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_003/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_004/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_004/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_004/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_005/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_005/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003875%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523218%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_006/780x0__r.jpg?hash=1774523218 not downloaded yet
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003876%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523219%27 HTTP/1.1" 200 None
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_006/780x0__r.jpg?hash=1774523219 not downloaded yet
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_006/780x0__r.jpg?hash=1774523223> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_005/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_006/780x0__r.jpg?hash=1774523220> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_005/780x0__r.jpg?hash=1774523220> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_002/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_001/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_006/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_005/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_004/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_006/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_006/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_005/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_005/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_004/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_003/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_003/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_002/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_002/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_001/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003876)
2026-03-26 14:56:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_001/780x0__r.jpg?hash=1774523218> (referer: https://ecarstrade.com/cars/7003875)
2026-03-26 14:56:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60032fc5-4535-5f92-887f-4e08d422b601
2026-03-26 14:56:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60032fc5-4535-5f92-887f-4e08d422b601, skipping ID generation
2026-03-26 14:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60032fc5-4535-5f92-887f-4e08d422b601 with scrape type 1
2026-03-26 14:56:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60032fc5-4535-5f92-887f-4e08d422b601 sending to next pipeline
2026-03-26 14:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60032fc5-4535-5f92-887f-4e08d422b601, identifier: 7003876auction111073
2026-03-26 14:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60032fc5-4535-5f92-887f-4e08d422b601 with identifier: 7003876auction111073
2026-03-26 14:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60032fc5-4535-5f92-887f-4e08d422b601 with identifier: 7003876auction111073
2026-03-26 14:56:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60032fc5-4535-5f92-887f-4e08d422b601 with identifier: 7003876auction111073 to the API
2026-03-26 14:56:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003876/photo_001/780x0__r.jpg?hash=1774523219>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '60032fc5-4535-5f92-887f-4e08d422b601',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003876',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 76297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'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': 2023}
2026-03-26 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003876auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:32 [ecarstrade.be] INFO: Saving data for 7003876auction111073: {'created_time': 1774536992.7007, 'last_price_update_time': 1774536992.70071, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003876auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_004/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003899> (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-26 14:56:32 [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-26 14:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003874> (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-26 14:56:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac
2026-03-26 14:56:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac, skipping ID generation
2026-03-26 14:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with scrape type 1
2026-03-26 14:56:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09c9c71e-1275-5545-8c7f-d986e5a5a7ac sending to next pipeline
2026-03-26 14:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac, identifier: 7003875auction111073
2026-03-26 14:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with identifier: 7003875auction111073
2026-03-26 14:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with identifier: 7003875auction111073
2026-03-26 14:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09c9c71e-1275-5545-8c7f-d986e5a5a7ac with identifier: 7003875auction111073 to the API
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003875/photo_001/780x0__r.jpg?hash=1774523218>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '09c9c71e-1275-5545-8c7f-d986e5a5a7ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003875',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 62382,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Captur II Business 1.3 TCe 130CV BVA7 E6dT / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'II Business 1.3 TCe 130CV BVA7 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2021}
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003875auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Saving data for 7003875auction111073: {'created_time': 1774536993.266979, 'last_price_update_time': 1774536993.26699, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003875auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Extracting details for car 7003899auction111073
2026-03-26 14:56:33 [ecarstrade.be] INFO: Extracting details for car 7003874auction111073
2026-03-26 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_003/780x0__r.jpg?hash=1774523215> (referer: https://ecarstrade.com/cars/7003872)
2026-03-26 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_004/780x0__r.jpg?hash=1774523220> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_002/780x0__r.jpg?hash=1774523220> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_003/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c567d151-0cce-542d-af04-fac35938aff2 with identifier: 7003899auction111073
2026-03-26 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c567d151-0cce-542d-af04-fac35938aff2 with scrape type 1
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_001/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec84be6-21aa-56be-a918-7a2110f85c9f with identifier: 7003874auction111073
2026-03-26 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec84be6-21aa-56be-a918-7a2110f85c9f with scrape type 1
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_001/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_002/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001231auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001231auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001231auction111032: 2
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_002/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_003/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001114auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001114auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001114auction111032: 2
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_003/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_006/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 419f65a0-4173-51e5-b93f-db98eb4a56e6
2026-03-26 14:56:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 419f65a0-4173-51e5-b93f-db98eb4a56e6, skipping ID generation
2026-03-26 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419f65a0-4173-51e5-b93f-db98eb4a56e6 with scrape type 1
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 419f65a0-4173-51e5-b93f-db98eb4a56e6 sending to next pipeline
2026-03-26 14:56:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 419f65a0-4173-51e5-b93f-db98eb4a56e6, identifier: 7003872auction111073
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_004/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001142auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001142auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001142auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001165auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001165auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001165auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001218auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001218auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001218auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001122auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001122auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001122auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001126auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001126auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001126auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001239auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001239auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001239auction111032: 0
2026-03-26 14:56:33 [ecarstrade.be] INFO: Found listing with ID: 7001184auction111032
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001184auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [ecarstrade.be] INFO: Scrape type for 7001184auction111032: 2
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_004/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 419f65a0-4173-51e5-b93f-db98eb4a56e6 with identifier: 7003872auction111073
2026-03-26 14:56:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 419f65a0-4173-51e5-b93f-db98eb4a56e6 with identifier: 7003872auction111073
2026-03-26 14:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 419f65a0-4173-51e5-b93f-db98eb4a56e6 with identifier: 7003872auction111073 to the API
2026-03-26 14:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003872/photo_003/780x0__r.jpg?hash=1774523215>
{'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-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '419f65a0-4173-51e5-b93f-db98eb4a56e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003872',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 69358,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Allure Business 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003872auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Saving data for 7003872auction111073: {'created_time': 1774536994.184154, 'last_price_update_time': 1774536994.184164, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003872auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_001/780x0__r.jpg?hash=1774523219> (referer: https://ecarstrade.com/cars/7003877)
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_004/780x0__r.jpg?hash=1774523223> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_003/780x0__r.jpg?hash=1774523223> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_005/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_005/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001198auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001198auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001198auction111032: 2
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_005/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003899%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523253%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_006/780x0__r.jpg?hash=1774523253 not downloaded yet
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001146auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001146auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001146auction111032: 2
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003874%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523217%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_006/780x0__r.jpg?hash=1774523217 not downloaded yet
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_002/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_004/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001175auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001175auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001175auction111032: 2
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001230auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001230auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001230auction111032: 2
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_001/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003880)
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc821c60-c2aa-5316-a540-0f9ee7fafdff
2026-03-26 14:56:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc821c60-c2aa-5316-a540-0f9ee7fafdff, skipping ID generation
2026-03-26 14:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc821c60-c2aa-5316-a540-0f9ee7fafdff with scrape type 1
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc821c60-c2aa-5316-a540-0f9ee7fafdff sending to next pipeline
2026-03-26 14:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc821c60-c2aa-5316-a540-0f9ee7fafdff, identifier: 7003877auction111073
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_003/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001240auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001240auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001240auction111032: 0
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001124auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001124auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001124auction111032: 2
2026-03-26 14:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc821c60-c2aa-5316-a540-0f9ee7fafdff with identifier: 7003877auction111073
2026-03-26 14:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc821c60-c2aa-5316-a540-0f9ee7fafdff with identifier: 7003877auction111073
2026-03-26 14:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc821c60-c2aa-5316-a540-0f9ee7fafdff with identifier: 7003877auction111073 to the API
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003877/photo_001/780x0__r.jpg?hash=1774523219>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc821c60-c2aa-5316-a540-0f9ee7fafdff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003877',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 71961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 130CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003877auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Saving data for 7003877auction111073: {'created_time': 1774536994.792419, 'last_price_update_time': 1774536994.792432, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003877auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_001/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_002/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003882)
2026-03-26 14:56:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_003/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001201auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001201auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001201auction111032: 2
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001219auction111032
2026-03-26 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001219auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:34 [ecarstrade.be] INFO: Scrape type for 7001219auction111032: 2
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f57dac59-27f0-51e2-968c-122cf4391a1f
2026-03-26 14:56:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f57dac59-27f0-51e2-968c-122cf4391a1f, skipping ID generation
2026-03-26 14:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57dac59-27f0-51e2-968c-122cf4391a1f with scrape type 1
2026-03-26 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f57dac59-27f0-51e2-968c-122cf4391a1f sending to next pipeline
2026-03-26 14:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f57dac59-27f0-51e2-968c-122cf4391a1f, identifier: 7003880auction111073
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f57dac59-27f0-51e2-968c-122cf4391a1f with identifier: 7003880auction111073
2026-03-26 14:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f57dac59-27f0-51e2-968c-122cf4391a1f with identifier: 7003880auction111073
2026-03-26 14:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f57dac59-27f0-51e2-968c-122cf4391a1f with identifier: 7003880auction111073 to the API
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003880/photo_001/780x0__r.jpg?hash=1774523222>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f57dac59-27f0-51e2-968c-122cf4391a1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003880',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 109140,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003880auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:35 [ecarstrade.be] INFO: Saving data for 7003880auction111073: {'created_time': 1774536995.358557, 'last_price_update_time': 1774536995.358567, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003880auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_003/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 7001229auction111032
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001229auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:35 [ecarstrade.be] INFO: Scrape type for 7001229auction111032: 2
2026-03-26 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_002/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_003/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4d6f533b-c844-5667-80d4-327f3a08e3b6
2026-03-26 14:56:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d6f533b-c844-5667-80d4-327f3a08e3b6, skipping ID generation
2026-03-26 14:56:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d6f533b-c844-5667-80d4-327f3a08e3b6 with scrape type 1
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d6f533b-c844-5667-80d4-327f3a08e3b6 sending to next pipeline
2026-03-26 14:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d6f533b-c844-5667-80d4-327f3a08e3b6, identifier: 7003882auction111073
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 7001082auction111031
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001082auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:35 [ecarstrade.be] INFO: Scrape type for 7001082auction111031: 2
2026-03-26 14:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d6f533b-c844-5667-80d4-327f3a08e3b6 with identifier: 7003882auction111073
2026-03-26 14:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d6f533b-c844-5667-80d4-327f3a08e3b6 with identifier: 7003882auction111073
2026-03-26 14:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d6f533b-c844-5667-80d4-327f3a08e3b6 with identifier: 7003882auction111073 to the API
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003882/photo_002/780x0__r.jpg?hash=1774523224>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': '4d6f533b-c844-5667-80d4-327f3a08e3b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003882',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 123621,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'Clio V Business 1.5 dCi 100CV BVM6 E6d / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'V Business 1.5 dCi 100CV BVM6 E6d / TRANSFO VP VF',
'vin': None,
'year': 2022}
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003882auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:35 [ecarstrade.be] INFO: Saving data for 7003882auction111073: {'created_time': 1774536995.838141, 'last_price_update_time': 1774536995.838153, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003882auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_006/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_004/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 7001186auction111032
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001186auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:35 [ecarstrade.be] INFO: Scrape type for 7001186auction111032: 2
2026-03-26 14:56:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001123> (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-26 14: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-26 14:56:37 [ecarstrade.be] INFO: Extracting details for car 7001123auction111032
2026-03-26 14:56:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39935589-8caf-5c86-bcf9-53e6b122613f with identifier: 7001123auction111032
2026-03-26 14:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39935589-8caf-5c86-bcf9-53e6b122613f with scrape type 2
2026-03-26 14:56:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39935589-8caf-5c86-bcf9-53e6b122613f with scrape type 2
2026-03-26 14:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39935589-8caf-5c86-bcf9-53e6b122613f, identifier: 7001123auction111032
2026-03-26 14:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39935589-8caf-5c86-bcf9-53e6b122613f with identifier: 7001123auction111032
2026-03-26 14:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39935589-8caf-5c86-bcf9-53e6b122613f with identifier: 7001123auction111032
2026-03-26 14:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39935589-8caf-5c86-bcf9-53e6b122613f with identifier: 7001123auction111032 to the API
2026-03-26 14:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001123>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '39935589-8caf-5c86-bcf9-53e6b122613f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001123',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 79972,
'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 Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'vin': None,
'year': 2021}
2026-03-26 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001123auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:37 [ecarstrade.be] INFO: Saving data for 7001123auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450393.386876, 'last_price_update_time': 1774536997.561621}
2026-03-26 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001123auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003900> (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-26 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_006/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001242> (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-26 14: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-26 14:56:38 [ecarstrade.be] INFO: Extracting details for car 7003900auction111073
2026-03-26 14:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b74ec52-4edc-5b35-9976-0b585a1ab357 with identifier: 7003900auction111073
2026-03-26 14:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b74ec52-4edc-5b35-9976-0b585a1ab357 with scrape type 1
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_001/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_005/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_002/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_003/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_004/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [ecarstrade.be] INFO: Extracting details for car 7001242auction111032
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_005/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 895e2d2b-306f-5802-aecd-23133ca42752 with identifier: 7001242auction111032
2026-03-26 14:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 895e2d2b-306f-5802-aecd-23133ca42752 with scrape type 2
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 895e2d2b-306f-5802-aecd-23133ca42752 with scrape type 2
2026-03-26 14:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 895e2d2b-306f-5802-aecd-23133ca42752, identifier: 7001242auction111032
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003900%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523255%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_006/780x0__r.jpg?hash=1774523255 not downloaded yet
2026-03-26 14:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 895e2d2b-306f-5802-aecd-23133ca42752 with identifier: 7001242auction111032
2026-03-26 14:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 895e2d2b-306f-5802-aecd-23133ca42752 with identifier: 7001242auction111032
2026-03-26 14:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 895e2d2b-306f-5802-aecd-23133ca42752 with identifier: 7001242auction111032 to the API
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001242>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '895e2d2b-306f-5802-aecd-23133ca42752',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001242',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 105730,
'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': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace / 2017 / 5P / SUV 1.5 TSI 150 EVO DSG7 '
'Carat Exclusive',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Allspace / 2017 / 5P / SUV 1.5 TSI 150 EVO DSG7 Carat '
'Exclusive',
'vin': None,
'year': 2019}
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001242auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:38 [ecarstrade.be] INFO: Saving data for 7001242auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450448.681697, 'last_price_update_time': 1774536998.615086}
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001242auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001114> (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-26 14:56:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:41 [ecarstrade.be] INFO: Extracting details for car 7001114auction111032
2026-03-26 14:56:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with identifier: 7001114auction111032
2026-03-26 14:56:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with scrape type 2
2026-03-26 14:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with scrape type 2
2026-03-26 14:56:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4, identifier: 7001114auction111032
2026-03-26 14:56:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with identifier: 7001114auction111032
2026-03-26 14:56:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with identifier: 7001114auction111032
2026-03-26 14:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37cd1392-95ee-5a58-a7b7-b047bc3e5fe4 with identifier: 7001114auction111032 to the API
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001114>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '37cd1392-95ee-5a58-a7b7-b047bc3e5fe4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001114',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '118',
'odometer': 11974,
'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': 'BMW Série 1 / 2019 / 5P / Berline 118i DKG7 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 / 2019 / 5P / Berline i DKG7 Business Design',
'vin': None,
'year': 2024}
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001114auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:42 [ecarstrade.be] INFO: Saving data for 7001114auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450447.992497, 'last_price_update_time': 1774537002.180416}
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001114auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001230> (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-26 14: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-26 14:56:42 [ecarstrade.be] INFO: Extracting details for car 7001230auction111032
2026-03-26 14:56:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with identifier: 7001230auction111032
2026-03-26 14:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with scrape type 2
2026-03-26 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with scrape type 2
2026-03-26 14:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4beae74f-06bb-59c2-9bfe-ec09867ecb92, identifier: 7001230auction111032
2026-03-26 14:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with identifier: 7001230auction111032
2026-03-26 14:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with identifier: 7001230auction111032
2026-03-26 14:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4beae74f-06bb-59c2-9bfe-ec09867ecb92 with identifier: 7001230auction111032 to the API
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001230>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4beae74f-06bb-59c2-9bfe-ec09867ecb92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001230',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 17212,
'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-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001230auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:42 [ecarstrade.be] INFO: Saving data for 7001230auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450414.874807, 'last_price_update_time': 1774537002.815746}
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001230auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001124> (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-26 14: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-26 14:56:44 [ecarstrade.be] INFO: Extracting details for car 7001124auction111032
2026-03-26 14:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32044c27-6469-581b-8c25-defb155ea907 with identifier: 7001124auction111032
2026-03-26 14:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32044c27-6469-581b-8c25-defb155ea907 with scrape type 2
2026-03-26 14:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32044c27-6469-581b-8c25-defb155ea907 with scrape type 2
2026-03-26 14:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32044c27-6469-581b-8c25-defb155ea907, identifier: 7001124auction111032
2026-03-26 14:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32044c27-6469-581b-8c25-defb155ea907 with identifier: 7001124auction111032
2026-03-26 14:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32044c27-6469-581b-8c25-defb155ea907 with identifier: 7001124auction111032
2026-03-26 14:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32044c27-6469-581b-8c25-defb155ea907 with identifier: 7001124auction111032 to the API
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001124>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '32044c27-6469-581b-8c25-defb155ea907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001124',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 95573,
'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 / 2019 / 5P / SUV sDrive16d Business Design',
'transmission': 'manual',
'trim': '/ 2019 / 5P / SUV sDrive16d Business Design',
'vin': None,
'year': 2022}
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001124auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:44 [ecarstrade.be] INFO: Saving data for 7001124auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450413.423097, 'last_price_update_time': 1774537004.379393}
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001124auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001219> (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-26 14:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:44 [ecarstrade.be] INFO: Extracting details for car 7001219auction111032
2026-03-26 14:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd165b93-fac6-5cb9-b9ae-f171451bef41 with identifier: 7001219auction111032
2026-03-26 14:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd165b93-fac6-5cb9-b9ae-f171451bef41 with scrape type 2
2026-03-26 14:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd165b93-fac6-5cb9-b9ae-f171451bef41 with scrape type 2
2026-03-26 14:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd165b93-fac6-5cb9-b9ae-f171451bef41, identifier: 7001219auction111032
2026-03-26 14:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd165b93-fac6-5cb9-b9ae-f171451bef41 with identifier: 7001219auction111032
2026-03-26 14:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd165b93-fac6-5cb9-b9ae-f171451bef41 with identifier: 7001219auction111032
2026-03-26 14:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd165b93-fac6-5cb9-b9ae-f171451bef41 with identifier: 7001219auction111032 to the API
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001219>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd165b93-fac6-5cb9-b9ae-f171451bef41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001219',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 107551,
'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': 'Superb Berline Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Berline Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001219auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:44 [ecarstrade.be] INFO: Saving data for 7001219auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450414.524221, 'last_price_update_time': 1774537004.873788}
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001219auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001175> (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-26 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_005/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:45 [ecarstrade.be] INFO: Extracting details for car 7001175auction111032
2026-03-26 14:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with identifier: 7001175auction111032
2026-03-26 14:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with scrape type 2
2026-03-26 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with scrape type 2
2026-03-26 14:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03fd98f8-6da6-5bc0-8649-a4fbcf38340c, identifier: 7001175auction111032
2026-03-26 14:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with identifier: 7001175auction111032
2026-03-26 14:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with identifier: 7001175auction111032
2026-03-26 14:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03fd98f8-6da6-5bc0-8649-a4fbcf38340c with identifier: 7001175auction111032 to the API
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001175>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '03fd98f8-6da6-5bc0-8649-a4fbcf38340c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001175',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 70707,
'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': 9,
'seller_name': None,
'title': 'Vivaro B Fourgon /Combi Combi L2H1 2 9t 1.6 turbo 125CV BVM6 9 '
'Sieges E6',
'transmission': 'manual',
'trim': 'B Fourgon /Combi Combi L2H1 2 9t 1.6 turbo 125CV BVM6 9 Sieges E6',
'vin': None,
'year': 2018}
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001175auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:45 [ecarstrade.be] INFO: Saving data for 7001175auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450416.186506, 'last_price_update_time': 1774537005.364706}
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001175auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001201> (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-26 14:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_004/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:45 [ecarstrade.be] INFO: Extracting details for car 7001201auction111032
2026-03-26 14:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with identifier: 7001201auction111032
2026-03-26 14:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with scrape type 2
2026-03-26 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with scrape type 2
2026-03-26 14:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f81bf6b0-51ac-559f-9c5c-fedffbb53fc2, identifier: 7001201auction111032
2026-03-26 14:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with identifier: 7001201auction111032
2026-03-26 14:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with identifier: 7001201auction111032
2026-03-26 14:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f81bf6b0-51ac-559f-9c5c-fedffbb53fc2 with identifier: 7001201auction111032 to the API
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001201>
{'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-27T14:40:00Z',
'fuel_type': 'Electric',
'id': 'f81bf6b0-51ac-559f-9c5c-fedffbb53fc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001201',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 21502,
'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': 9,
'seller_name': None,
'title': 'Expert Combi Standard Moteur électrique 50kWh BVA',
'transmission': 'automatic',
'trim': 'Combi Standard Moteur électrique 50kWh BVA',
'vin': None,
'year': 2022}
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001201auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:45 [ecarstrade.be] INFO: Saving data for 7001201auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450467.085898, 'last_price_update_time': 1774537005.824526}
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001201auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_001/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_006/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_005/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_004/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_003/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_002/780x0__r.jpg?hash=1774523255> (referer: https://ecarstrade.com/cars/7003900)
2026-03-26 14: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-26 14:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b74ec52-4edc-5b35-9976-0b585a1ab357
2026-03-26 14:56:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b74ec52-4edc-5b35-9976-0b585a1ab357, skipping ID generation
2026-03-26 14:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b74ec52-4edc-5b35-9976-0b585a1ab357 with scrape type 1
2026-03-26 14:56:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b74ec52-4edc-5b35-9976-0b585a1ab357 sending to next pipeline
2026-03-26 14:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b74ec52-4edc-5b35-9976-0b585a1ab357, identifier: 7003900auction111073
2026-03-26 14:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b74ec52-4edc-5b35-9976-0b585a1ab357 with identifier: 7003900auction111073
2026-03-26 14:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b74ec52-4edc-5b35-9976-0b585a1ab357 with identifier: 7003900auction111073
2026-03-26 14:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b74ec52-4edc-5b35-9976-0b585a1ab357 with identifier: 7003900auction111073 to the API
2026-03-26 14:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003900/photo_002/780x0__r.jpg?hash=1774523255>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '4b74ec52-4edc-5b35-9976-0b585a1ab357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003900',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 40517,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Taigo Life 1.0 TSI 95CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Life 1.0 TSI 95CV BVM5 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003900auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:46 [ecarstrade.be] INFO: Saving data for 7003900auction111073: {'created_time': 1774537006.736828, 'last_price_update_time': 1774537006.736844, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003900auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001198> (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-26 14:56:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_002/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:48 [ecarstrade.be] INFO: Extracting details for car 7001198auction111032
2026-03-26 14:56:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_001/780x0__r.jpg?hash=1774523217> (referer: https://ecarstrade.com/cars/7003874)
2026-03-26 14:56:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 286aa668-d759-523b-84bb-bcf18432b431 with identifier: 7001198auction111032
2026-03-26 14:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 286aa668-d759-523b-84bb-bcf18432b431 with scrape type 2
2026-03-26 14:56:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 286aa668-d759-523b-84bb-bcf18432b431 with scrape type 2
2026-03-26 14:56:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 286aa668-d759-523b-84bb-bcf18432b431, identifier: 7001198auction111032
2026-03-26 14:56:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 286aa668-d759-523b-84bb-bcf18432b431 with identifier: 7001198auction111032
2026-03-26 14:56:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 286aa668-d759-523b-84bb-bcf18432b431 with identifier: 7001198auction111032
2026-03-26 14:56:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 286aa668-d759-523b-84bb-bcf18432b431 with identifier: 7001198auction111032 to the API
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001198>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '286aa668-d759-523b-84bb-bcf18432b431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001198',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Austral',
'odometer': 92408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Austral / 2022 / 5P / Crossover TECHNO E-TECH HYBRIDE 200',
'transmission': 'automatic',
'trim': 'RENAULT / 2022 / 5P / Crossover TECHNO E-TECH HYBRIDE 200',
'vin': None,
'year': 2023}
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001198auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:48 [ecarstrade.be] INFO: Saving data for 7001198auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450415.643251, 'last_price_update_time': 1774537008.739292}
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001198auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001082> (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-26 14:56:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7ec84be6-21aa-56be-a918-7a2110f85c9f
2026-03-26 14:56:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ec84be6-21aa-56be-a918-7a2110f85c9f, skipping ID generation
2026-03-26 14:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec84be6-21aa-56be-a918-7a2110f85c9f with scrape type 1
2026-03-26 14:56:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ec84be6-21aa-56be-a918-7a2110f85c9f sending to next pipeline
2026-03-26 14:56:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ec84be6-21aa-56be-a918-7a2110f85c9f, identifier: 7003874auction111073
2026-03-26 14:56:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ec84be6-21aa-56be-a918-7a2110f85c9f with identifier: 7003874auction111073
2026-03-26 14:56:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ec84be6-21aa-56be-a918-7a2110f85c9f with identifier: 7003874auction111073
2026-03-26 14:56:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ec84be6-21aa-56be-a918-7a2110f85c9f with identifier: 7003874auction111073 to the API
2026-03-26 14:56:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003874/photo_001/780x0__r.jpg?hash=1774523217>
{'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-27T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7ec84be6-21aa-56be-a918-7a2110f85c9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003874',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Captur',
'odometer': 129642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 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': 2022}
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003874auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:49 [ecarstrade.be] INFO: Saving data for 7003874auction111073: {'created_time': 1774537009.171745, 'last_price_update_time': 1774537009.171755, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003874auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_001/780x0__r.jpg?hash=1774523253> (referer: https://ecarstrade.com/cars/7003899)
2026-03-26 14:56:49 [ecarstrade.be] INFO: Extracting details for car 7001082auction111031
2026-03-26 14:56:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with identifier: 7001082auction111031
2026-03-26 14:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with scrape type 2
2026-03-26 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with scrape type 2
2026-03-26 14:56:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91a4a365-1c71-5db7-8223-aaf7cd4c8e56, identifier: 7001082auction111031
2026-03-26 14:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with identifier: 7001082auction111031
2026-03-26 14:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with identifier: 7001082auction111031
2026-03-26 14:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91a4a365-1c71-5db7-8223-aaf7cd4c8e56 with identifier: 7001082auction111031 to the API
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001082>
{'auction_title': '',
'c_o_2_emission_value': 218,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '91a4a365-1c71-5db7-8223-aaf7cd4c8e56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001082',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 61583,
'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': 'FIAT Ducato 2014 4P Fourgon tôlé H3Power 140 Maxi 3.5 XL H2 Pack',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tôlé H3Power 140 Maxi 3.5 XL H2 Pack',
'vin': None,
'year': 2022}
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001082auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:49 [ecarstrade.be] INFO: Saving data for 7001082auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450495.351153, 'last_price_update_time': 1774537009.559772}
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001082auction111031') HTTP/1.1" 204 0
2026-03-26 14:56:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_002/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c567d151-0cce-542d-af04-fac35938aff2
2026-03-26 14:56:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c567d151-0cce-542d-af04-fac35938aff2, skipping ID generation
2026-03-26 14:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c567d151-0cce-542d-af04-fac35938aff2 with scrape type 1
2026-03-26 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c567d151-0cce-542d-af04-fac35938aff2 sending to next pipeline
2026-03-26 14:56:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c567d151-0cce-542d-af04-fac35938aff2, identifier: 7003899auction111073
2026-03-26 14:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c567d151-0cce-542d-af04-fac35938aff2 with identifier: 7003899auction111073
2026-03-26 14:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c567d151-0cce-542d-af04-fac35938aff2 with identifier: 7003899auction111073
2026-03-26 14:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c567d151-0cce-542d-af04-fac35938aff2 with identifier: 7003899auction111073 to the API
2026-03-26 14:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003899/photo_001/780x0__r.jpg?hash=1774523253>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c567d151-0cce-542d-af04-fac35938aff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003899',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 128407,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.0 TSI OPF 110 BVM6 Life '
'Busi 1st',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.0 TSI OPF 110 BVM6 Life Busi 1st',
'vin': None,
'year': 2020}
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003899auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:50 [ecarstrade.be] INFO: Saving data for 7003899auction111073: {'created_time': 1774537010.013826, 'last_price_update_time': 1774537010.013836, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003899auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_001/780x0__r.jpg?hash=1774523224> (referer: https://ecarstrade.com/cars/7003881)
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_006/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6049c32d-52d4-5475-8480-cc79e268eecb
2026-03-26 14:56:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6049c32d-52d4-5475-8480-cc79e268eecb, skipping ID generation
2026-03-26 14:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6049c32d-52d4-5475-8480-cc79e268eecb with scrape type 1
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6049c32d-52d4-5475-8480-cc79e268eecb sending to next pipeline
2026-03-26 14:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6049c32d-52d4-5475-8480-cc79e268eecb, identifier: 7003881auction111073
2026-03-26 14:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6049c32d-52d4-5475-8480-cc79e268eecb with identifier: 7003881auction111073
2026-03-26 14:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6049c32d-52d4-5475-8480-cc79e268eecb with identifier: 7003881auction111073
2026-03-26 14:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6049c32d-52d4-5475-8480-cc79e268eecb with identifier: 7003881auction111073 to the API
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003881/photo_001/780x0__r.jpg?hash=1774523224>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '6049c32d-52d4-5475-8480-cc79e268eecb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003881',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 40190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Evolution 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Evolution 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003881auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:50 [ecarstrade.be] INFO: Saving data for 7003881auction111073: {'created_time': 1774537010.5456, 'last_price_update_time': 1774537010.545612, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003881auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_005/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_004/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001229> (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-26 14:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_003/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_002/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14: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-26 14:56:50 [ecarstrade.be] INFO: Extracting details for car 7001229auction111032
2026-03-26 14:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20550c96-243f-5554-8f95-034b6a8e6ca4 with identifier: 7001229auction111032
2026-03-26 14:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20550c96-243f-5554-8f95-034b6a8e6ca4 with scrape type 2
2026-03-26 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20550c96-243f-5554-8f95-034b6a8e6ca4 with scrape type 2
2026-03-26 14:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20550c96-243f-5554-8f95-034b6a8e6ca4, identifier: 7001229auction111032
2026-03-26 14:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20550c96-243f-5554-8f95-034b6a8e6ca4 with identifier: 7001229auction111032
2026-03-26 14:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20550c96-243f-5554-8f95-034b6a8e6ca4 with identifier: 7001229auction111032
2026-03-26 14:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20550c96-243f-5554-8f95-034b6a8e6ca4 with identifier: 7001229auction111032 to the API
2026-03-26 14:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001229>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '20550c96-243f-5554-8f95-034b6a8e6ca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001229',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 39804,
'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 Yaris Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H '
'DYNAMIC BUSINESS BEY AWD',
'transmission': 'automatic',
'trim': 'TOYOTA Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H DYNAMIC '
'BUSINESS BEY AWD',
'vin': None,
'year': 2023}
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001229auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:51 [ecarstrade.be] INFO: Saving data for 7001229auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450493.972601, 'last_price_update_time': 1774537011.123918}
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001229auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_001/780x0__r.jpg?hash=1774523222> (referer: https://ecarstrade.com/cars/7003879)
2026-03-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001186> (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-26 14:56:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001146> (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-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_006/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_005/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6066b81c-02a9-5cec-812b-8689746e49bd
2026-03-26 14:56:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6066b81c-02a9-5cec-812b-8689746e49bd, skipping ID generation
2026-03-26 14:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6066b81c-02a9-5cec-812b-8689746e49bd with scrape type 1
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6066b81c-02a9-5cec-812b-8689746e49bd sending to next pipeline
2026-03-26 14:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6066b81c-02a9-5cec-812b-8689746e49bd, identifier: 7003879auction111073
2026-03-26 14:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6066b81c-02a9-5cec-812b-8689746e49bd with identifier: 7003879auction111073
2026-03-26 14:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6066b81c-02a9-5cec-812b-8689746e49bd with identifier: 7003879auction111073
2026-03-26 14:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6066b81c-02a9-5cec-812b-8689746e49bd with identifier: 7003879auction111073 to the API
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003879/photo_001/780x0__r.jpg?hash=1774523222>
{'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-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '6066b81c-02a9-5cec-812b-8689746e49bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003879',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 26657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'vin': None,
'year': 2021}
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003879auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:51 [ecarstrade.be] INFO: Saving data for 7003879auction111073: {'created_time': 1774537011.605254, 'last_price_update_time': 1774537011.605263, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003879auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:51 [ecarstrade.be] INFO: Extracting details for car 7001186auction111032
2026-03-26 14:56:51 [ecarstrade.be] INFO: Extracting details for car 7001146auction111032
2026-03-26 14:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_004/780x0__r.jpg?hash=1774523225> (referer: https://ecarstrade.com/cars/7003883)
2026-03-26 14:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with identifier: 7001186auction111032
2026-03-26 14:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with scrape type 2
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with scrape type 2
2026-03-26 14:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 213c2e3c-29e6-5416-bff8-0532e5ed5e87, identifier: 7001186auction111032
2026-03-26 14:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea53da68-af97-5049-8753-32b8aac13411 with identifier: 7001146auction111032
2026-03-26 14:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea53da68-af97-5049-8753-32b8aac13411 with scrape type 2
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea53da68-af97-5049-8753-32b8aac13411 with scrape type 2
2026-03-26 14:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea53da68-af97-5049-8753-32b8aac13411, identifier: 7001146auction111032
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with identifier: 7001186auction111032
2026-03-26 14:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with identifier: 7001186auction111032
2026-03-26 14:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 213c2e3c-29e6-5416-bff8-0532e5ed5e87 with identifier: 7001186auction111032 to the API
2026-03-26 14:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001186>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '213c2e3c-29e6-5416-bff8-0532e5ed5e87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001186',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 17936,
'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': 'PEUGEOT 3008 / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 GT',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 GT',
'vin': None,
'year': 2021}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001186auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:52 [ecarstrade.be] INFO: Saving data for 7001186auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450495.95734, 'last_price_update_time': 1774537012.238152}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001186auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea53da68-af97-5049-8753-32b8aac13411 with identifier: 7001146auction111032
2026-03-26 14:56:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea53da68-af97-5049-8753-32b8aac13411 with identifier: 7001146auction111032
2026-03-26 14:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea53da68-af97-5049-8753-32b8aac13411 with identifier: 7001146auction111032 to the API
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001146>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'ea53da68-af97-5049-8753-32b8aac13411',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001146',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 47394,
'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': '4 Performance Line 1.6 PureTech 180CV BVA8 E6d',
'transmission': 'automatic',
'trim': '4 Performance Line 1.6 PureTech 180CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001146auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:52 [ecarstrade.be] INFO: Saving data for 7001146auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450416.608277, 'last_price_update_time': 1774537012.502218}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001146auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001184> (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-26 14:56:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77d77618-560d-5dd3-b430-26688515d27f
2026-03-26 14:56:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77d77618-560d-5dd3-b430-26688515d27f, skipping ID generation
2026-03-26 14:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d77618-560d-5dd3-b430-26688515d27f with scrape type 1
2026-03-26 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77d77618-560d-5dd3-b430-26688515d27f sending to next pipeline
2026-03-26 14:56:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77d77618-560d-5dd3-b430-26688515d27f, identifier: 7003883auction111073
2026-03-26 14:56:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77d77618-560d-5dd3-b430-26688515d27f with identifier: 7003883auction111073
2026-03-26 14:56:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77d77618-560d-5dd3-b430-26688515d27f with identifier: 7003883auction111073
2026-03-26 14:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77d77618-560d-5dd3-b430-26688515d27f with identifier: 7003883auction111073 to the API
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003883/photo_004/780x0__r.jpg?hash=1774523225>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Petrol',
'id': '77d77618-560d-5dd3-b430-26688515d27f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003883',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 41239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-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': 2021}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003883auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:56:52 [ecarstrade.be] INFO: Saving data for 7003883auction111073: {'created_time': 1774537012.936435, 'last_price_update_time': 1774537012.936447, 'auction_closing_time': 1774611600.0}
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003883auction111073') HTTP/1.1" 204 0
2026-03-26 14:56:52 [ecarstrade.be] INFO: Extracting details for car 7001184auction111032
2026-03-26 14:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with identifier: 7001184auction111032
2026-03-26 14:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with scrape type 2
2026-03-26 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with scrape type 2
2026-03-26 14:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6, identifier: 7001184auction111032
2026-03-26 14:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with identifier: 7001184auction111032
2026-03-26 14:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with identifier: 7001184auction111032
2026-03-26 14:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6 with identifier: 7001184auction111032 to the API
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001184>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4cf9809e-7c09-5f2d-85ac-e35f9fd2e3b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001184',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 8,
'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 GT Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II GT Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001184auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:53 [ecarstrade.be] INFO: Saving data for 7001184auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450432.467723, 'last_price_update_time': 1774537013.304803}
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001184auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001231> (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-26 14:56:53 [ecarstrade.be] INFO: Extracting details for car 7001231auction111032
2026-03-26 14:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 289f7089-00af-590a-adfd-29134e5a9fce with identifier: 7001231auction111032
2026-03-26 14:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 289f7089-00af-590a-adfd-29134e5a9fce with scrape type 2
2026-03-26 14:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 289f7089-00af-590a-adfd-29134e5a9fce with scrape type 2
2026-03-26 14:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 289f7089-00af-590a-adfd-29134e5a9fce, identifier: 7001231auction111032
2026-03-26 14:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 289f7089-00af-590a-adfd-29134e5a9fce with identifier: 7001231auction111032
2026-03-26 14:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 289f7089-00af-590a-adfd-29134e5a9fce with identifier: 7001231auction111032
2026-03-26 14:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 289f7089-00af-590a-adfd-29134e5a9fce with identifier: 7001231auction111032 to the API
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:56: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-26 14:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001231>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '289f7089-00af-590a-adfd-29134e5a9fce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001231',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 20871,
'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 / 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-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001231auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:53 [ecarstrade.be] INFO: Saving data for 7001231auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450438.37112, 'last_price_update_time': 1774537013.746619}
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001231auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:55 [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-26 14:56:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001224auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001224auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001224auction111032: 2
2026-03-26 14: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-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001099auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001099auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001099auction111031: 2
2026-03-26 14: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-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001080auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001080auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001080auction111031: 2
2026-03-26 14: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-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001172auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001172auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001172auction111032: 2
2026-03-26 14: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-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001156auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001156auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001156auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001157auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001157auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001157auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001211auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001211auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001211auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001081auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001081auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001081auction111031: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001115auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001115auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001115auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001116auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001116auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001116auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001088auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001088auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001088auction111031: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001117auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001117auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001117auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001096auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001096auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001096auction111031: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001197auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001197auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001197auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001194auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001194auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001194auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001237auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001237auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001237auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001234auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001234auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001234auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001119auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001119auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001119auction111032: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001091auction111031
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001091auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001091auction111031: 2
2026-03-26 14:56:56 [ecarstrade.be] INFO: Found listing with ID: 7001150auction111032
2026-03-26 14:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001150auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:56 [ecarstrade.be] INFO: Scrape type for 7001150auction111032: 2
2026-03-26 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003873> (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-26 14:56:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:56:57 [ecarstrade.be] INFO: Extracting details for car 7003873auction111073
2026-03-26 14:56:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f888ed19-9ba3-5800-a0f2-25ccee25c55c with identifier: 7003873auction111073
2026-03-26 14:56:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f888ed19-9ba3-5800-a0f2-25ccee25c55c with scrape type 1
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_001/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_002/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_003/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_004/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_005/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003873%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523216%27 HTTP/1.1" 200 None
2026-03-26 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_006/780x0__r.jpg?hash=1774523216 not downloaded yet
2026-03-26 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001125> (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-26 14: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-26 14:56:58 [ecarstrade.be] INFO: Extracting details for car 7001125auction111032
2026-03-26 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001163> (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-26 14: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-26 14:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with identifier: 7001125auction111032
2026-03-26 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with scrape type 2
2026-03-26 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with scrape type 2
2026-03-26 14:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a, identifier: 7001125auction111032
2026-03-26 14:56:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with identifier: 7001125auction111032
2026-03-26 14:56:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with identifier: 7001125auction111032
2026-03-26 14:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85e66a21-4c2e-5dd1-96ad-9385b92a5f0a with identifier: 7001125auction111032 to the API
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001125>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '85e66a21-4c2e-5dd1-96ad-9385b92a5f0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001125',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X3',
'odometer': 124673,
'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 X3 5p SUV sDrive18d 150ch Lounge BVA8',
'transmission': 'automatic',
'trim': '5p SUV sDrive18d 150ch Lounge BVA8',
'vin': None,
'year': 2023}
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001125auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:58 [ecarstrade.be] INFO: Saving data for 7001125auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450392.824318, 'last_price_update_time': 1774537018.96909}
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001125auction111032') HTTP/1.1" 204 0
2026-03-26 14:56:59 [ecarstrade.be] INFO: Extracting details for car 7001163auction111032
2026-03-26 14:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with identifier: 7001163auction111032
2026-03-26 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with scrape type 2
2026-03-26 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with scrape type 2
2026-03-26 14:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d, identifier: 7001163auction111032
2026-03-26 14:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with identifier: 7001163auction111032
2026-03-26 14:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with identifier: 7001163auction111032
2026-03-26 14:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d with identifier: 7001163auction111032 to the API
2026-03-26 14:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001163>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e4a0cdf7-e53e-5f06-8aa1-ee4e24a3f35d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001163',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 107422,
'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 / 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-26 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001163auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:56:59 [ecarstrade.be] INFO: Saving data for 7001163auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450393.954488, 'last_price_update_time': 1774537019.395804}
2026-03-26 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001163auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:01 [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-26 14:57:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001238auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001238auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001238auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001164auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001164auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001164auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001196auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001196auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001196auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001141auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001141auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001141auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001171auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001171auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001171auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001235auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001235auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001235auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001158auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001158auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001158auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001109auction111031
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001109auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001109auction111031: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001214auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001214auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001214auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001227auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001227auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001227auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001137auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001137auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001137auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001133auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001133auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001133auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001169auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001169auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001169auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001203auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001203auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001203auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001236auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001236auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001236auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001166auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001166auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001166auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001174auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001174auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001174auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001181auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001181auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001181auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001210auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001210auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001210auction111032: 2
2026-03-26 14:57:02 [ecarstrade.be] INFO: Found listing with ID: 7001213auction111032
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001213auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:02 [ecarstrade.be] INFO: Scrape type for 7001213auction111032: 2
2026-03-26 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001224> (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-26 14:57:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:02 [ecarstrade.be] INFO: Extracting details for car 7001224auction111032
2026-03-26 14:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a14984-cc72-53f4-bdce-cde0f1f4b62c with identifier: 7001224auction111032
2026-03-26 14:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a14984-cc72-53f4-bdce-cde0f1f4b62c with scrape type 2
2026-03-26 14:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a14984-cc72-53f4-bdce-cde0f1f4b62c with scrape type 2
2026-03-26 14:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2a14984-cc72-53f4-bdce-cde0f1f4b62c, identifier: 7001224auction111032
2026-03-26 14:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2a14984-cc72-53f4-bdce-cde0f1f4b62c with identifier: 7001224auction111032
2026-03-26 14:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2a14984-cc72-53f4-bdce-cde0f1f4b62c with identifier: 7001224auction111032
2026-03-26 14:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2a14984-cc72-53f4-bdce-cde0f1f4b62c with identifier: 7001224auction111032 to the API
2026-03-26 14:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001224>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e2a14984-cc72-53f4-bdce-cde0f1f4b62c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001224',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 51336,
'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 / 2018 / 5P / Berline Hybride 122h Dynamic Business '
'Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA / 2018 / 5P / Berline Hybride 122h Dynamic Business Beyond '
'Zer',
'vin': None,
'year': 2022}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001224auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:03 [ecarstrade.be] INFO: Saving data for 7001224auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450496.281047, 'last_price_update_time': 1774537023.043414}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001224auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001080> (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-26 14: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-26 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001099> (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-26 14: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-26 14:57:03 [ecarstrade.be] INFO: Extracting details for car 7001080auction111031
2026-03-26 14:57:03 [ecarstrade.be] INFO: Extracting details for car 7001099auction111031
2026-03-26 14:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 002f0e15-ac9f-5e33-814f-808d90fe5957 with identifier: 7001080auction111031
2026-03-26 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 002f0e15-ac9f-5e33-814f-808d90fe5957 with scrape type 2
2026-03-26 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 002f0e15-ac9f-5e33-814f-808d90fe5957 with scrape type 2
2026-03-26 14:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 002f0e15-ac9f-5e33-814f-808d90fe5957, identifier: 7001080auction111031
2026-03-26 14:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 102b855a-95ae-538c-8b03-073c08df153e with identifier: 7001099auction111031
2026-03-26 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 102b855a-95ae-538c-8b03-073c08df153e with scrape type 2
2026-03-26 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 102b855a-95ae-538c-8b03-073c08df153e with scrape type 2
2026-03-26 14:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 102b855a-95ae-538c-8b03-073c08df153e, identifier: 7001099auction111031
2026-03-26 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 002f0e15-ac9f-5e33-814f-808d90fe5957 with identifier: 7001080auction111031
2026-03-26 14:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 002f0e15-ac9f-5e33-814f-808d90fe5957 with identifier: 7001080auction111031
2026-03-26 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 002f0e15-ac9f-5e33-814f-808d90fe5957 with identifier: 7001080auction111031 to the API
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001080>
{'auction_title': '',
'c_o_2_emission_value': 200,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '002f0e15-ac9f-5e33-814f-808d90fe5957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001080',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 46144,
'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': 'FIAT Ducato / 2014 / 4P / Fourgon tôlé H3-Power 120 3.0 C H1 Pack',
'transmission': 'manual',
'trim': 'FIAT / 2014 / 4P / Fourgon tôlé H3-Power 120 3.0 C H1 Pack',
'vin': None,
'year': 2022}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001080auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:03 [ecarstrade.be] INFO: Saving data for 7001080auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450496.73578, 'last_price_update_time': 1774537023.700341}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001080auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 102b855a-95ae-538c-8b03-073c08df153e with identifier: 7001099auction111031
2026-03-26 14:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 102b855a-95ae-538c-8b03-073c08df153e with identifier: 7001099auction111031
2026-03-26 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 102b855a-95ae-538c-8b03-073c08df153e with identifier: 7001099auction111031 to the API
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001099>
{'auction_title': '',
'c_o_2_emission_value': 236,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '102b855a-95ae-538c-8b03-073c08df153e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001099',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 55059,
'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': 'RENAULT Master / 2019 / 4P / Fourgon tôlé FG Tr GCF F3500 L2H2 Blue '
'dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tôlé FG Tr GCF F3500 L2H2 Blue dCi '
'145 EVIE',
'vin': None,
'year': 2023}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001099auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:03 [ecarstrade.be] INFO: Saving data for 7001099auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450585.050367, 'last_price_update_time': 1774537023.957214}
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001099auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001172> (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-26 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:05 [ecarstrade.be] INFO: Extracting details for car 7001172auction111032
2026-03-26 14:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f57efe29-df6e-589a-835f-d2a8352c4bc2 with identifier: 7001172auction111032
2026-03-26 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57efe29-df6e-589a-835f-d2a8352c4bc2 with scrape type 2
2026-03-26 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f57efe29-df6e-589a-835f-d2a8352c4bc2 with scrape type 2
2026-03-26 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f57efe29-df6e-589a-835f-d2a8352c4bc2, identifier: 7001172auction111032
2026-03-26 14:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f57efe29-df6e-589a-835f-d2a8352c4bc2 with identifier: 7001172auction111032
2026-03-26 14:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f57efe29-df6e-589a-835f-d2a8352c4bc2 with identifier: 7001172auction111032
2026-03-26 14:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f57efe29-df6e-589a-835f-d2a8352c4bc2 with identifier: 7001172auction111032 to the API
2026-03-26 14:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001172>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f57efe29-df6e-589a-835f-d2a8352c4bc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001172',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 71125,
'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-26 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001172auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:05 [ecarstrade.be] INFO: Saving data for 7001172auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450445.649698, 'last_price_update_time': 1774537025.648054}
2026-03-26 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001172auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001156> (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-26 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:05 [ecarstrade.be] INFO: Extracting details for car 7001156auction111032
2026-03-26 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001157> (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-26 14:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acad2814-9724-5720-a26c-e016fb3bb49d with identifier: 7001156auction111032
2026-03-26 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acad2814-9724-5720-a26c-e016fb3bb49d with scrape type 2
2026-03-26 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acad2814-9724-5720-a26c-e016fb3bb49d with scrape type 2
2026-03-26 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acad2814-9724-5720-a26c-e016fb3bb49d, identifier: 7001156auction111032
2026-03-26 14:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acad2814-9724-5720-a26c-e016fb3bb49d with identifier: 7001156auction111032
2026-03-26 14:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acad2814-9724-5720-a26c-e016fb3bb49d with identifier: 7001156auction111032
2026-03-26 14:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acad2814-9724-5720-a26c-e016fb3bb49d with identifier: 7001156auction111032 to the API
2026-03-26 14:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001156>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acad2814-9724-5720-a26c-e016fb3bb49d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001156',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 106106,
'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 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-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001156auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:06 [ecarstrade.be] INFO: Saving data for 7001156auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450497.756292, 'last_price_update_time': 1774537026.116451}
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001156auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_006/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14:57:06 [ecarstrade.be] INFO: Extracting details for car 7001157auction111032
2026-03-26 14:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e18a3652-7988-50e8-9b61-64a5be0b59b6 with identifier: 7001157auction111032
2026-03-26 14:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e18a3652-7988-50e8-9b61-64a5be0b59b6 with scrape type 2
2026-03-26 14:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e18a3652-7988-50e8-9b61-64a5be0b59b6 with scrape type 2
2026-03-26 14:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e18a3652-7988-50e8-9b61-64a5be0b59b6, identifier: 7001157auction111032
2026-03-26 14:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e18a3652-7988-50e8-9b61-64a5be0b59b6 with identifier: 7001157auction111032
2026-03-26 14:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e18a3652-7988-50e8-9b61-64a5be0b59b6 with identifier: 7001157auction111032
2026-03-26 14:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e18a3652-7988-50e8-9b61-64a5be0b59b6 with identifier: 7001157auction111032 to the API
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001157>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e18a3652-7988-50e8-9b61-64a5be0b59b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001157',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 100143,
'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': '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': 2022}
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001157auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:06 [ecarstrade.be] INFO: Saving data for 7001157auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450412.970575, 'last_price_update_time': 1774537026.462413}
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001157auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_005/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_004/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14: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-26 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:06 [scrapy.extensions.logstats] INFO: Crawled 622 pages (at 54 pages/min), scraped 553 items (at 51 items/min)
2026-03-26 14:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001081> (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-26 14: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-26 14:57:09 [ecarstrade.be] INFO: Extracting details for car 7001081auction111031
2026-03-26 14:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with identifier: 7001081auction111031
2026-03-26 14:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with scrape type 2
2026-03-26 14:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with scrape type 2
2026-03-26 14:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5eae8d1-1806-5fa1-b4fe-6a1cbff67702, identifier: 7001081auction111031
2026-03-26 14:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with identifier: 7001081auction111031
2026-03-26 14:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with identifier: 7001081auction111031
2026-03-26 14:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5eae8d1-1806-5fa1-b4fe-6a1cbff67702 with identifier: 7001081auction111031 to the API
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001081>
{'auction_title': '',
'c_o_2_emission_value': 235,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c5eae8d1-1806-5fa1-b4fe-6a1cbff67702',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001081',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 79245,
'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': 'FIAT Ducato 2014 4P Fourgon tole 23 Multijet 120 30 M H2 '
'Business',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tole 23 Multijet 120 30 M H2 Business',
'vin': None,
'year': 2021}
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001081auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:09 [ecarstrade.be] INFO: Saving data for 7001081auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450411.791017, 'last_price_update_time': 1774537029.833911}
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001081auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001116> (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-26 14: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-26 14:57:10 [ecarstrade.be] INFO: Extracting details for car 7001116auction111032
2026-03-26 14:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 789b853a-cf1f-5292-a993-14cab09d9781 with identifier: 7001116auction111032
2026-03-26 14:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 789b853a-cf1f-5292-a993-14cab09d9781 with scrape type 2
2026-03-26 14:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 789b853a-cf1f-5292-a993-14cab09d9781 with scrape type 2
2026-03-26 14:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 789b853a-cf1f-5292-a993-14cab09d9781, identifier: 7001116auction111032
2026-03-26 14:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 789b853a-cf1f-5292-a993-14cab09d9781 with identifier: 7001116auction111032
2026-03-26 14:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 789b853a-cf1f-5292-a993-14cab09d9781 with identifier: 7001116auction111032
2026-03-26 14:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 789b853a-cf1f-5292-a993-14cab09d9781 with identifier: 7001116auction111032 to the API
2026-03-26 14:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001116>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '789b853a-cf1f-5292-a993-14cab09d9781',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001116',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 92455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': '1 Berline 116 d Business Design 1.5 115CV BVM6 E6d',
'transmission': 'manual',
'trim': '1 Berline d Business Design 1.5 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001116auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:10 [ecarstrade.be] INFO: Saving data for 7001116auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450449.046769, 'last_price_update_time': 1774537030.919658}
2026-03-26 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001116auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001115> (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-26 14: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-26 14:57:11 [ecarstrade.be] INFO: Extracting details for car 7001115auction111032
2026-03-26 14:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with identifier: 7001115auction111032
2026-03-26 14:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with scrape type 2
2026-03-26 14:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with scrape type 2
2026-03-26 14:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f, identifier: 7001115auction111032
2026-03-26 14:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with identifier: 7001115auction111032
2026-03-26 14:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with identifier: 7001115auction111032
2026-03-26 14:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f with identifier: 7001115auction111032 to the API
2026-03-26 14:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001115>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8ebc5372-8cd3-5dd6-b7a4-0e4c85e3ea8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001115',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 23146,
'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 Série 1 / 2019 / 5P / Berline 116i Business Design',
'transmission': 'manual',
'trim': 'Série 1 / 2019 / 5P / Berline i Business Design',
'vin': None,
'year': 2023}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001115auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:12 [ecarstrade.be] INFO: Saving data for 7001115auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450585.9688, 'last_price_update_time': 1774537032.031031}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001115auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001088> (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-26 14:57:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:12 [ecarstrade.be] INFO: Extracting details for car 7001088auction111031
2026-03-26 14:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500c93e4-fe94-5190-b7cb-0887c3c62a25 with identifier: 7001088auction111031
2026-03-26 14:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500c93e4-fe94-5190-b7cb-0887c3c62a25 with scrape type 2
2026-03-26 14:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500c93e4-fe94-5190-b7cb-0887c3c62a25 with scrape type 2
2026-03-26 14:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500c93e4-fe94-5190-b7cb-0887c3c62a25, identifier: 7001088auction111031
2026-03-26 14:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500c93e4-fe94-5190-b7cb-0887c3c62a25 with identifier: 7001088auction111031
2026-03-26 14:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500c93e4-fe94-5190-b7cb-0887c3c62a25 with identifier: 7001088auction111031
2026-03-26 14:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500c93e4-fe94-5190-b7cb-0887c3c62a25 with identifier: 7001088auction111031 to the API
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001088>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '500c93e4-fe94-5190-b7cb-0887c3c62a25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001088',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 24836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER CHASSIS CAB SC VU 2p VGA 2.0 BLUEHDI 130 S&S PRO SR '
'435 L3 châssis cabine',
'transmission': 'manual',
'trim': 'PEUGEOT BOXER CHASSIS CAB SC VU 2p VGA 2.0 BLUEHDI 130 S&S PRO SR '
'435 L3 châssis cabine',
'vin': None,
'year': 2017}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001088auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:12 [ecarstrade.be] INFO: Saving data for 7001088auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450446.256824, 'last_price_update_time': 1774537032.488381}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001088auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001150> (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-26 14:57:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:12 [ecarstrade.be] INFO: Extracting details for car 7001150auction111032
2026-03-26 14:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with identifier: 7001150auction111032
2026-03-26 14:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with scrape type 2
2026-03-26 14:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with scrape type 2
2026-03-26 14:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b8bd9d6-6725-5b1a-8afa-a887a83a4068, identifier: 7001150auction111032
2026-03-26 14:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with identifier: 7001150auction111032
2026-03-26 14:57:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 14:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with identifier: 7001150auction111032
2026-03-26 14:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b8bd9d6-6725-5b1a-8afa-a887a83a4068 with identifier: 7001150auction111032 to the API
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001150>
{'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-27T14:40:00Z',
'fuel_type': 'Other',
'id': '4b8bd9d6-6725-5b1a-8afa-a887a83a4068',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001150',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 88429,
'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': 'Kuga Plug-In Hybrid Titanium 2.5 240CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid Titanium 2.5 240CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001150auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:12 [ecarstrade.be] INFO: Saving data for 7001150auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450436.724173, 'last_price_update_time': 1774537032.981736}
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001150auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001213> (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-26 14:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:13 [ecarstrade.be] INFO: Extracting details for car 7001213auction111032
2026-03-26 14:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c14a7355-7f5c-58f4-b838-cb74eda76ee8 with identifier: 7001213auction111032
2026-03-26 14:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c14a7355-7f5c-58f4-b838-cb74eda76ee8 with scrape type 2
2026-03-26 14:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c14a7355-7f5c-58f4-b838-cb74eda76ee8 with scrape type 2
2026-03-26 14:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c14a7355-7f5c-58f4-b838-cb74eda76ee8, identifier: 7001213auction111032
2026-03-26 14:57:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c14a7355-7f5c-58f4-b838-cb74eda76ee8 with identifier: 7001213auction111032
2026-03-26 14:57:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c14a7355-7f5c-58f4-b838-cb74eda76ee8 with identifier: 7001213auction111032
2026-03-26 14:57:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c14a7355-7f5c-58f4-b838-cb74eda76ee8 with identifier: 7001213auction111032 to the API
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001213>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c14a7355-7f5c-58f4-b838-cb74eda76ee8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001213',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 120172,
'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': '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': 2023}
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001213auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:13 [ecarstrade.be] INFO: Saving data for 7001213auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450464.892994, 'last_price_update_time': 1774537033.468258}
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001213auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001211> (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-26 14:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:14 [ecarstrade.be] INFO: Extracting details for car 7001211auction111032
2026-03-26 14:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with identifier: 7001211auction111032
2026-03-26 14:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with scrape type 2
2026-03-26 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with scrape type 2
2026-03-26 14:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca, identifier: 7001211auction111032
2026-03-26 14:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with identifier: 7001211auction111032
2026-03-26 14:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with identifier: 7001211auction111032
2026-03-26 14:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca with identifier: 7001211auction111032 to the API
2026-03-26 14:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001211>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd7f73a9-6d13-5c7b-bcbc-22e2dc765aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001211',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 31510,
'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': 'Megane IV Berline 5 ptes. Business 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Berline 5 ptes. Business 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001211auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:14 [ecarstrade.be] INFO: Saving data for 7001211auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450410.599087, 'last_price_update_time': 1774537034.427101}
2026-03-26 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001211auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001210> (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-26 14:57:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:16 [ecarstrade.be] INFO: Extracting details for car 7001210auction111032
2026-03-26 14:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2d8ce2-812c-5677-9e17-c629736deafc with identifier: 7001210auction111032
2026-03-26 14:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2d8ce2-812c-5677-9e17-c629736deafc with scrape type 2
2026-03-26 14:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2d8ce2-812c-5677-9e17-c629736deafc with scrape type 2
2026-03-26 14:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed2d8ce2-812c-5677-9e17-c629736deafc, identifier: 7001210auction111032
2026-03-26 14:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed2d8ce2-812c-5677-9e17-c629736deafc with identifier: 7001210auction111032
2026-03-26 14:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed2d8ce2-812c-5677-9e17-c629736deafc with identifier: 7001210auction111032
2026-03-26 14:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed2d8ce2-812c-5677-9e17-c629736deafc with identifier: 7001210auction111032 to the API
2026-03-26 14:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001210>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'ed2d8ce2-812c-5677-9e17-c629736deafc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001210',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 46181,
'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': 'RENAULT Mégane Berline 5p Berline Business TCe 140 EDC FAP',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Berline 5p Berline Business TCe 140 EDC FAP',
'vin': None,
'year': 2019}
2026-03-26 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001210auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:16 [ecarstrade.be] INFO: Saving data for 7001210auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450465.509628, 'last_price_update_time': 1774537036.910817}
2026-03-26 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001210auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001181> (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-26 14: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-26 14:57:17 [ecarstrade.be] INFO: Extracting details for car 7001181auction111032
2026-03-26 14:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with identifier: 7001181auction111032
2026-03-26 14:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with scrape type 2
2026-03-26 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with scrape type 2
2026-03-26 14:57:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2, identifier: 7001181auction111032
2026-03-26 14:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with identifier: 7001181auction111032
2026-03-26 14:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with identifier: 7001181auction111032
2026-03-26 14:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2 with identifier: 7001181auction111032 to the API
2026-03-26 14:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001181>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '1f1851ca-1c6a-55a4-a5eb-9dec4fae7fc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001181',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 108611,
'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 Active Business 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - PHOTOS '
'AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2021}
2026-03-26 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001181auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:17 [ecarstrade.be] INFO: Saving data for 7001181auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450478.236769, 'last_price_update_time': 1774537037.910959}
2026-03-26 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001181auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001166> (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-26 14:57:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:18 [ecarstrade.be] INFO: Extracting details for car 7001166auction111032
2026-03-26 14:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with identifier: 7001166auction111032
2026-03-26 14:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with scrape type 2
2026-03-26 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with scrape type 2
2026-03-26 14:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf, identifier: 7001166auction111032
2026-03-26 14:57:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with identifier: 7001166auction111032
2026-03-26 14:57:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with identifier: 7001166auction111032
2026-03-26 14:57:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b3c41b7-fa57-585e-8e14-e8d0826e5eaf with identifier: 7001166auction111032 to the API
2026-03-26 14:57:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001166>
{'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-27T14:40:00Z',
'fuel_type': 'Electric',
'id': '6b3c41b7-fa57-585e-8e14-e8d0826e5eaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001166',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 69990,
'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-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001166auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:19 [ecarstrade.be] INFO: Saving data for 7001166auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450466.11068, 'last_price_update_time': 1774537039.151035}
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001166auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001203> (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-26 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001174> (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-26 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001236> (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-26 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:19 [ecarstrade.be] INFO: Extracting details for car 7001203auction111032
2026-03-26 14:57:19 [ecarstrade.be] INFO: Extracting details for car 7001174auction111032
2026-03-26 14:57:19 [ecarstrade.be] INFO: Extracting details for car 7001236auction111032
2026-03-26 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c3eb945-598e-56e7-a75b-94ccb0b79624 with identifier: 7001203auction111032
2026-03-26 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c3eb945-598e-56e7-a75b-94ccb0b79624 with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c3eb945-598e-56e7-a75b-94ccb0b79624 with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c3eb945-598e-56e7-a75b-94ccb0b79624, identifier: 7001203auction111032
2026-03-26 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34740e8b-eec3-56f5-98ae-f73002d83e3b with identifier: 7001174auction111032
2026-03-26 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34740e8b-eec3-56f5-98ae-f73002d83e3b with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34740e8b-eec3-56f5-98ae-f73002d83e3b with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34740e8b-eec3-56f5-98ae-f73002d83e3b, identifier: 7001174auction111032
2026-03-26 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ce227c2-7875-53ab-8d7b-8346b48338f1 with identifier: 7001236auction111032
2026-03-26 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce227c2-7875-53ab-8d7b-8346b48338f1 with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ce227c2-7875-53ab-8d7b-8346b48338f1 with scrape type 2
2026-03-26 14:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ce227c2-7875-53ab-8d7b-8346b48338f1, identifier: 7001236auction111032
2026-03-26 14:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c3eb945-598e-56e7-a75b-94ccb0b79624 with identifier: 7001203auction111032
2026-03-26 14:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c3eb945-598e-56e7-a75b-94ccb0b79624 with identifier: 7001203auction111032
2026-03-26 14:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c3eb945-598e-56e7-a75b-94ccb0b79624 with identifier: 7001203auction111032 to the API
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001203>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '9c3eb945-598e-56e7-a75b-94ccb0b79624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001203',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 107347,
'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 / 2021 / 5P / SUV Intens TCe 140 EDC -21B',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 5P / SUV Intens TCe 140 EDC -21B',
'vin': None,
'year': 2022}
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001203auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:19 [ecarstrade.be] INFO: Saving data for 7001203auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450542.044741, 'last_price_update_time': 1774537039.836558}
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001203auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34740e8b-eec3-56f5-98ae-f73002d83e3b with identifier: 7001174auction111032
2026-03-26 14:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34740e8b-eec3-56f5-98ae-f73002d83e3b with identifier: 7001174auction111032
2026-03-26 14:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34740e8b-eec3-56f5-98ae-f73002d83e3b with identifier: 7001174auction111032 to the API
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001174>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '34740e8b-eec3-56f5-98ae-f73002d83e3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001174',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 39559,
'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': 'Crossland X Business Elegance 1.2 Turbo 130CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Elegance 1.2 Turbo 130CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001174auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:20 [ecarstrade.be] INFO: Saving data for 7001174auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450480.276013, 'last_price_update_time': 1774537040.244289}
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001174auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ce227c2-7875-53ab-8d7b-8346b48338f1 with identifier: 7001236auction111032
2026-03-26 14:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ce227c2-7875-53ab-8d7b-8346b48338f1 with identifier: 7001236auction111032
2026-03-26 14:57:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ce227c2-7875-53ab-8d7b-8346b48338f1 with identifier: 7001236auction111032 to the API
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001236>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '3ce227c2-7875-53ab-8d7b-8346b48338f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001236',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 112322,
'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': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.6 TDI 115 LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.6 TDI 115 LOUNGE BUSINESS',
'vin': None,
'year': 2019}
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001236auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:20 [ecarstrade.be] INFO: Saving data for 7001236auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450541.55722, 'last_price_update_time': 1774537040.512926}
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001236auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001169> (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-26 14: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-26 14:57:21 [ecarstrade.be] INFO: Extracting details for car 7001169auction111032
2026-03-26 14:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8505190-9564-5578-88ab-7a6315470045 with identifier: 7001169auction111032
2026-03-26 14:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8505190-9564-5578-88ab-7a6315470045 with scrape type 2
2026-03-26 14:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8505190-9564-5578-88ab-7a6315470045 with scrape type 2
2026-03-26 14:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8505190-9564-5578-88ab-7a6315470045, identifier: 7001169auction111032
2026-03-26 14:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8505190-9564-5578-88ab-7a6315470045 with identifier: 7001169auction111032
2026-03-26 14:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8505190-9564-5578-88ab-7a6315470045 with identifier: 7001169auction111032
2026-03-26 14:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8505190-9564-5578-88ab-7a6315470045 with identifier: 7001169auction111032 to the API
2026-03-26 14:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001169>
{'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-27T14:40:00Z',
'fuel_type': 'Electric',
'id': 'e8505190-9564-5578-88ab-7a6315470045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001169',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'NV200',
'odometer': 30957,
'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': 7,
'seller_name': None,
'title': 'NISSAN e-NV200 Evalia / 2011 / 5P / monospace 40kWh 109ch '
'N-Connecta 7 places',
'transmission': 'automatic',
'trim': 'NISSAN e- Evalia / 2011 / 5P / monospace 40kWh 109ch N-Connecta 7 '
'places',
'vin': None,
'year': 2019}
2026-03-26 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001169auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:21 [ecarstrade.be] INFO: Saving data for 7001169auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450534.562608, 'last_price_update_time': 1774537041.651165}
2026-03-26 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001169auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001137> (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-26 14: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-26 14:57:23 [ecarstrade.be] INFO: Extracting details for car 7001137auction111032
2026-03-26 14:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8eb64c-6a34-5385-83fc-83361b0f5fef with identifier: 7001137auction111032
2026-03-26 14:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8eb64c-6a34-5385-83fc-83361b0f5fef with scrape type 2
2026-03-26 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb8eb64c-6a34-5385-83fc-83361b0f5fef with scrape type 2
2026-03-26 14:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb8eb64c-6a34-5385-83fc-83361b0f5fef, identifier: 7001137auction111032
2026-03-26 14:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb8eb64c-6a34-5385-83fc-83361b0f5fef with identifier: 7001137auction111032
2026-03-26 14:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb8eb64c-6a34-5385-83fc-83361b0f5fef with identifier: 7001137auction111032
2026-03-26 14:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb8eb64c-6a34-5385-83fc-83361b0f5fef with identifier: 7001137auction111032 to the API
2026-03-26 14:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001137>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'eb8eb64c-6a34-5385-83fc-83361b0f5fef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001137',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 34236,
'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': 'C4 Berline Feel Pack 1.2 PureTech 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'Berline Feel Pack 1.2 PureTech 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-26 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001137auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:24 [ecarstrade.be] INFO: Saving data for 7001137auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450507.994359, 'last_price_update_time': 1774537044.250692}
2026-03-26 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001137auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001227> (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-26 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:25 [ecarstrade.be] INFO: Extracting details for car 7001227auction111032
2026-03-26 14:57:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1708db13-0559-5859-9dfb-2fa3210ed7da with identifier: 7001227auction111032
2026-03-26 14:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1708db13-0559-5859-9dfb-2fa3210ed7da with scrape type 2
2026-03-26 14:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1708db13-0559-5859-9dfb-2fa3210ed7da with scrape type 2
2026-03-26 14:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1708db13-0559-5859-9dfb-2fa3210ed7da, identifier: 7001227auction111032
2026-03-26 14:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1708db13-0559-5859-9dfb-2fa3210ed7da with identifier: 7001227auction111032
2026-03-26 14:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1708db13-0559-5859-9dfb-2fa3210ed7da with identifier: 7001227auction111032
2026-03-26 14:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1708db13-0559-5859-9dfb-2fa3210ed7da with identifier: 7001227auction111032 to the API
2026-03-26 14:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001227>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1708db13-0559-5859-9dfb-2fa3210ed7da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001227',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 54178,
'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': '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-26 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001227auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:25 [ecarstrade.be] INFO: Saving data for 7001227auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450596.042205, 'last_price_update_time': 1774537045.9245}
2026-03-26 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001227auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001214> (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-26 14: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-26 14:57:26 [ecarstrade.be] INFO: Extracting details for car 7001214auction111032
2026-03-26 14:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e333235-98db-5a3b-b648-d18509b24da9 with identifier: 7001214auction111032
2026-03-26 14:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e333235-98db-5a3b-b648-d18509b24da9 with scrape type 2
2026-03-26 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e333235-98db-5a3b-b648-d18509b24da9 with scrape type 2
2026-03-26 14:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e333235-98db-5a3b-b648-d18509b24da9, identifier: 7001214auction111032
2026-03-26 14:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e333235-98db-5a3b-b648-d18509b24da9 with identifier: 7001214auction111032
2026-03-26 14:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e333235-98db-5a3b-b648-d18509b24da9 with identifier: 7001214auction111032
2026-03-26 14:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e333235-98db-5a3b-b648-d18509b24da9 with identifier: 7001214auction111032 to the API
2026-03-26 14:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001214>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '2e333235-98db-5a3b-b648-d18509b24da9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001214',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Scenic',
'odometer': 86790,
'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 FAP - 21 / '
'VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'RENAULT Scénic / 2016 / 5P / monospace Business TCe 140 FAP - 21 / '
'VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2021}
2026-03-26 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001214auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:26 [ecarstrade.be] INFO: Saving data for 7001214auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450597.814768, 'last_price_update_time': 1774537046.540227}
2026-03-26 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001214auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001109> (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-26 14: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-26 14:57:26 [ecarstrade.be] INFO: Extracting details for car 7001109auction111031
2026-03-26 14:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with identifier: 7001109auction111031
2026-03-26 14:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with scrape type 2
2026-03-26 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with scrape type 2
2026-03-26 14:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051, identifier: 7001109auction111031
2026-03-26 14:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with identifier: 7001109auction111031
2026-03-26 14:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with identifier: 7001109auction111031
2026-03-26 14:57:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051 with identifier: 7001109auction111031 to the API
2026-03-26 14:57:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001109>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '9a0cd2d8-1b08-5a87-b9c7-ea7bafe99051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001109',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 15618,
'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': 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-26 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001109auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:27 [ecarstrade.be] INFO: Saving data for 7001109auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450466.630327, 'last_price_update_time': 1774537047.165364}
2026-03-26 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001109auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001235> (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-26 14: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-26 14:57:28 [ecarstrade.be] INFO: Extracting details for car 7001235auction111032
2026-03-26 14:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a34342fb-098b-5c4b-96e5-3bef53df322e with identifier: 7001235auction111032
2026-03-26 14:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a34342fb-098b-5c4b-96e5-3bef53df322e with scrape type 2
2026-03-26 14:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a34342fb-098b-5c4b-96e5-3bef53df322e with scrape type 2
2026-03-26 14:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a34342fb-098b-5c4b-96e5-3bef53df322e, identifier: 7001235auction111032
2026-03-26 14:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a34342fb-098b-5c4b-96e5-3bef53df322e with identifier: 7001235auction111032
2026-03-26 14:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a34342fb-098b-5c4b-96e5-3bef53df322e with identifier: 7001235auction111032
2026-03-26 14:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a34342fb-098b-5c4b-96e5-3bef53df322e with identifier: 7001235auction111032 to the API
2026-03-26 14:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001235>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'a34342fb-098b-5c4b-96e5-3bef53df322e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001235',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 57654,
'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': 'Polo VI Life Plus 1.0 TSI 95CV BVM5 E6d',
'transmission': 'manual',
'trim': 'VI Life Plus 1.0 TSI 95CV BVM5 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001235auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:28 [ecarstrade.be] INFO: Saving data for 7001235auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450412.368896, 'last_price_update_time': 1774537048.636248}
2026-03-26 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001235auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001118> (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-26 14: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-26 14:57:29 [ecarstrade.be] INFO: Extracting details for car 7001118auction111032
2026-03-26 14:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c63add1f-16fe-5112-8815-132e1a883393 with identifier: 7001118auction111032
2026-03-26 14:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63add1f-16fe-5112-8815-132e1a883393 with scrape type 2
2026-03-26 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c63add1f-16fe-5112-8815-132e1a883393 with scrape type 2
2026-03-26 14:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c63add1f-16fe-5112-8815-132e1a883393, identifier: 7001118auction111032
2026-03-26 14:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c63add1f-16fe-5112-8815-132e1a883393 with identifier: 7001118auction111032
2026-03-26 14:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c63add1f-16fe-5112-8815-132e1a883393 with identifier: 7001118auction111032
2026-03-26 14:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c63add1f-16fe-5112-8815-132e1a883393 with identifier: 7001118auction111032 to the API
2026-03-26 14:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001118>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c63add1f-16fe-5112-8815-132e1a883393',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001118',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 52173,
'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 Série 2 Active Tourer / 2021 / 5P / monospace 218d 150ch Luxury '
'DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 218d 150ch Luxury '
'DKG7',
'vin': None,
'year': 2023}
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001118auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:30 [ecarstrade.be] INFO: Saving data for 7001118auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450391.954782, 'last_price_update_time': 1774537050.181978}
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001118auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001171> (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-26 14:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_003/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14:57:30 [ecarstrade.be] INFO: Extracting details for car 7001171auction111032
2026-03-26 14:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with identifier: 7001171auction111032
2026-03-26 14:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with scrape type 2
2026-03-26 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with scrape type 2
2026-03-26 14:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe, identifier: 7001171auction111032
2026-03-26 14:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with identifier: 7001171auction111032
2026-03-26 14:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with identifier: 7001171auction111032
2026-03-26 14:57:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe with identifier: 7001171auction111032 to the API
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001171>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '9a9e9ddd-8070-57d8-b75d-f8cc8e0029fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001171',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 97790,
'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.3 DIG-T 160 DCT Tekna',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Crossover 1.3 DIG-T 160 DCT Tekna',
'vin': None,
'year': 2020}
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001171auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:30 [ecarstrade.be] INFO: Saving data for 7001171auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450444.772574, 'last_price_update_time': 1774537050.646174}
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001171auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_002/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14:57:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_001/780x0__r.jpg?hash=1774523216> (referer: https://ecarstrade.com/cars/7003873)
2026-03-26 14: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-26 14:57:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f888ed19-9ba3-5800-a0f2-25ccee25c55c
2026-03-26 14:57:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f888ed19-9ba3-5800-a0f2-25ccee25c55c, skipping ID generation
2026-03-26 14:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f888ed19-9ba3-5800-a0f2-25ccee25c55c with scrape type 1
2026-03-26 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f888ed19-9ba3-5800-a0f2-25ccee25c55c sending to next pipeline
2026-03-26 14:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f888ed19-9ba3-5800-a0f2-25ccee25c55c, identifier: 7003873auction111073
2026-03-26 14:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f888ed19-9ba3-5800-a0f2-25ccee25c55c with identifier: 7003873auction111073
2026-03-26 14:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f888ed19-9ba3-5800-a0f2-25ccee25c55c with identifier: 7003873auction111073
2026-03-26 14:57:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f888ed19-9ba3-5800-a0f2-25ccee25c55c with identifier: 7003873auction111073 to the API
2026-03-26 14:57:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003873/photo_001/780x0__r.jpg?hash=1774523216>
{'auction_title': '',
'c_o_2_emission_value': 189,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f888ed19-9ba3-5800-a0f2-25ccee25c55c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003873',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 39991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 9,
'seller_name': None,
'title': 'PEUGEOT Expert / 2016 / 4P / Combi BlueHDi 150 S&S Long',
'transmission': 'manual',
'trim': 'PEUGEOT / 2016 / 4P / Combi BlueHDi 150 S&S Long',
'vin': None,
'year': 2020}
2026-03-26 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277003873auction111073%27 HTTP/1.1" 200 None
2026-03-26 14:57:31 [ecarstrade.be] INFO: Saving data for 7003873auction111073: {'created_time': 1774537051.495979, 'last_price_update_time': 1774537051.495989, 'auction_closing_time': 1774611600.0}
2026-03-26 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003873auction111073') HTTP/1.1" 204 0
2026-03-26 14:57:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001141> (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-26 14: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-26 14:57:32 [ecarstrade.be] INFO: Extracting details for car 7001141auction111032
2026-03-26 14:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27909b90-d5aa-53d8-9391-23871c48efd9 with identifier: 7001141auction111032
2026-03-26 14:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27909b90-d5aa-53d8-9391-23871c48efd9 with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27909b90-d5aa-53d8-9391-23871c48efd9 with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27909b90-d5aa-53d8-9391-23871c48efd9, identifier: 7001141auction111032
2026-03-26 14:57:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27909b90-d5aa-53d8-9391-23871c48efd9 with identifier: 7001141auction111032
2026-03-26 14:57:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27909b90-d5aa-53d8-9391-23871c48efd9 with identifier: 7001141auction111032
2026-03-26 14:57:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27909b90-d5aa-53d8-9391-23871c48efd9 with identifier: 7001141auction111032 to the API
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001141>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27909b90-d5aa-53d8-9391-23871c48efd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001141',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 124057,
'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': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 Business',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 Business',
'vin': None,
'year': 2021}
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001141auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:32 [ecarstrade.be] INFO: Saving data for 7001141auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450437.746361, 'last_price_update_time': 1774537052.383387}
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001141auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001196> (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-26 14:57:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001158> (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-26 14:57:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:32 [ecarstrade.be] INFO: Extracting details for car 7001196auction111032
2026-03-26 14:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9c2b803-1cc7-5879-b916-fc348bdbe55e with identifier: 7001196auction111032
2026-03-26 14:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9c2b803-1cc7-5879-b916-fc348bdbe55e with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9c2b803-1cc7-5879-b916-fc348bdbe55e with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9c2b803-1cc7-5879-b916-fc348bdbe55e, identifier: 7001196auction111032
2026-03-26 14:57:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9c2b803-1cc7-5879-b916-fc348bdbe55e with identifier: 7001196auction111032
2026-03-26 14:57:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9c2b803-1cc7-5879-b916-fc348bdbe55e with identifier: 7001196auction111032
2026-03-26 14:57:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9c2b803-1cc7-5879-b916-fc348bdbe55e with identifier: 7001196auction111032 to the API
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001196>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a9c2b803-1cc7-5879-b916-fc348bdbe55e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001196',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '508',
'odometer': 91646,
'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 / 2018 / 5P / Break HYBRID 225 E-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2018 / 5P / Break HYBRID 225 E-EAT8 Allure Pack',
'vin': None,
'year': 2021}
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001196auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:32 [ecarstrade.be] INFO: Saving data for 7001196auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450436.062962, 'last_price_update_time': 1774537052.842646}
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001196auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:32 [ecarstrade.be] INFO: Extracting details for car 7001158auction111032
2026-03-26 14:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c314061-37b2-59f4-a3e0-98bc023539f0 with identifier: 7001158auction111032
2026-03-26 14:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c314061-37b2-59f4-a3e0-98bc023539f0 with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c314061-37b2-59f4-a3e0-98bc023539f0 with scrape type 2
2026-03-26 14:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c314061-37b2-59f4-a3e0-98bc023539f0, identifier: 7001158auction111032
2026-03-26 14:57:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c314061-37b2-59f4-a3e0-98bc023539f0 with identifier: 7001158auction111032
2026-03-26 14:57:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c314061-37b2-59f4-a3e0-98bc023539f0 with identifier: 7001158auction111032
2026-03-26 14:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c314061-37b2-59f4-a3e0-98bc023539f0 with identifier: 7001158auction111032 to the API
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001158>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6c314061-37b2-59f4-a3e0-98bc023539f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001158',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 94118,
'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': 'XCeed Plug-in Hybrid Active 1.6 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Plug-in Hybrid Active 1.6 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001158auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:33 [ecarstrade.be] INFO: Saving data for 7001158auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450596.715112, 'last_price_update_time': 1774537053.186962}
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001158auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001164> (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-26 14:57:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:33 [ecarstrade.be] INFO: Extracting details for car 7001164auction111032
2026-03-26 14:57:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49846fa4-142d-551c-bc3d-75ad91b175d0 with identifier: 7001164auction111032
2026-03-26 14:57:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49846fa4-142d-551c-bc3d-75ad91b175d0 with scrape type 2
2026-03-26 14:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49846fa4-142d-551c-bc3d-75ad91b175d0 with scrape type 2
2026-03-26 14:57:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49846fa4-142d-551c-bc3d-75ad91b175d0, identifier: 7001164auction111032
2026-03-26 14:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49846fa4-142d-551c-bc3d-75ad91b175d0 with identifier: 7001164auction111032
2026-03-26 14:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49846fa4-142d-551c-bc3d-75ad91b175d0 with identifier: 7001164auction111032
2026-03-26 14:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49846fa4-142d-551c-bc3d-75ad91b175d0 with identifier: 7001164auction111032 to the API
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001164>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '49846fa4-142d-551c-bc3d-75ad91b175d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001164',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 51776,
'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': 4,
'seller_name': None,
'title': 'MINI Mini / 2014 / 5P / Berline Cooper Edition Greenwich 136 ch',
'transmission': 'manual',
'trim': 'MINI / 2014 / 5P / Berline Edition Greenwich 136 ch',
'vin': None,
'year': 2021}
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001164auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:33 [ecarstrade.be] INFO: Saving data for 7001164auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450437.431306, 'last_price_update_time': 1774537053.634171}
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001164auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001238> (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-26 14: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-26 14:57:34 [ecarstrade.be] INFO: Extracting details for car 7001238auction111032
2026-03-26 14:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12b67a72-2ebe-5dde-afed-f36d9f98b58e with identifier: 7001238auction111032
2026-03-26 14:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12b67a72-2ebe-5dde-afed-f36d9f98b58e with scrape type 2
2026-03-26 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12b67a72-2ebe-5dde-afed-f36d9f98b58e with scrape type 2
2026-03-26 14:57:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12b67a72-2ebe-5dde-afed-f36d9f98b58e, identifier: 7001238auction111032
2026-03-26 14:57:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12b67a72-2ebe-5dde-afed-f36d9f98b58e with identifier: 7001238auction111032
2026-03-26 14:57:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12b67a72-2ebe-5dde-afed-f36d9f98b58e with identifier: 7001238auction111032
2026-03-26 14:57:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12b67a72-2ebe-5dde-afed-f36d9f98b58e with identifier: 7001238auction111032 to the API
2026-03-26 14:57:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001238>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '12b67a72-2ebe-5dde-afed-f36d9f98b58e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001238',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 48865,
'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-26 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001238auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:34 [ecarstrade.be] INFO: Saving data for 7001238auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450435.614725, 'last_price_update_time': 1774537054.736207}
2026-03-26 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001238auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:37 [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-26 14: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-26 14:57:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001098auction111031
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001098auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001098auction111031: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001106auction111031
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001106auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001106auction111031: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001108auction111031
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001108auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001108auction111031: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001220auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001220auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001220auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001140auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001140auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001140auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001204auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001204auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001204auction111032: 2
2026-03-26 14:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001091> (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-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001208auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001208auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001208auction111032: 2
2026-03-26 14: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-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001187auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001187auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001187auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001200auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001200auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001200auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001145auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001145auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001145auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001205auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001205auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001205auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001167auction111032
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001167auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001167auction111032: 2
2026-03-26 14:57:37 [ecarstrade.be] INFO: Extracting details for car 7001091auction111031
2026-03-26 14:57:37 [ecarstrade.be] INFO: Found listing with ID: 7001073auction111031
2026-03-26 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001073auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:37 [ecarstrade.be] INFO: Scrape type for 7001073auction111031: 2
2026-03-26 14:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84ffd5f-7431-50a7-b311-ffb0bc043a53 with identifier: 7001091auction111031
2026-03-26 14:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84ffd5f-7431-50a7-b311-ffb0bc043a53 with scrape type 2
2026-03-26 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c84ffd5f-7431-50a7-b311-ffb0bc043a53 with scrape type 2
2026-03-26 14:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c84ffd5f-7431-50a7-b311-ffb0bc043a53, identifier: 7001091auction111031
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001075auction111031
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001075auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001075auction111031: 2
2026-03-26 14:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c84ffd5f-7431-50a7-b311-ffb0bc043a53 with identifier: 7001091auction111031
2026-03-26 14:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c84ffd5f-7431-50a7-b311-ffb0bc043a53 with identifier: 7001091auction111031
2026-03-26 14:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c84ffd5f-7431-50a7-b311-ffb0bc043a53 with identifier: 7001091auction111031 to the API
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001091>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c84ffd5f-7431-50a7-b311-ffb0bc043a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001091',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 94510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT Boxer / 2014 / 4P / Fourgon tôlé BlueHDi S&S 140 PREMIUM '
'335 L2H2',
'transmission': 'manual',
'trim': 'PEUGEOT / 2014 / 4P / Fourgon tôlé BlueHDi S&S 140 PREMIUM 335 L2H2',
'vin': None,
'year': 2020}
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001091auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Saving data for 7001091auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450435.081562, 'last_price_update_time': 1774537058.308733}
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001091auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001139auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001139auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001139auction111032: 2
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001153auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001153auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001153auction111032: 2
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001173auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001173auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001173auction111032: 2
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001185auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001185auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001185auction111032: 2
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001206auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001206auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001206auction111032: 2
2026-03-26 14:57:38 [ecarstrade.be] INFO: Found listing with ID: 7001127auction111032
2026-03-26 14:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001127auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:38 [ecarstrade.be] INFO: Scrape type for 7001127auction111032: 2
2026-03-26 14:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001119> (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-26 14: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-26 14:57:38 [ecarstrade.be] INFO: Extracting details for car 7001119auction111032
2026-03-26 14:57:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with identifier: 7001119auction111032
2026-03-26 14:57:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with scrape type 2
2026-03-26 14:57:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with scrape type 2
2026-03-26 14:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07b173a5-9cf1-5c67-9869-167ccd2dd4f3, identifier: 7001119auction111032
2026-03-26 14:57:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with identifier: 7001119auction111032
2026-03-26 14:57:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with identifier: 7001119auction111032
2026-03-26 14:57:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07b173a5-9cf1-5c67-9869-167ccd2dd4f3 with identifier: 7001119auction111032 to the API
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001119>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '07b173a5-9cf1-5c67-9869-167ccd2dd4f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001119',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 107981,
'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': None,
'seller_name': None,
'title': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 218d Business '
'Design',
'transmission': 'manual',
'trim': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 218d Business '
'Design',
'vin': None,
'year': 2021}
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001119auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:39 [ecarstrade.be] INFO: Saving data for 7001119auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450434.649019, 'last_price_update_time': 1774537059.333803}
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001119auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001237> (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-26 14:57:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:39 [ecarstrade.be] INFO: Extracting details for car 7001237auction111032
2026-03-26 14:57:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6acf519d-4169-5ebf-a6a8-f760694a20f2 with identifier: 7001237auction111032
2026-03-26 14:57:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6acf519d-4169-5ebf-a6a8-f760694a20f2 with scrape type 2
2026-03-26 14:57:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6acf519d-4169-5ebf-a6a8-f760694a20f2 with scrape type 2
2026-03-26 14:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6acf519d-4169-5ebf-a6a8-f760694a20f2, identifier: 7001237auction111032
2026-03-26 14:57:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6acf519d-4169-5ebf-a6a8-f760694a20f2 with identifier: 7001237auction111032
2026-03-26 14:57:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6acf519d-4169-5ebf-a6a8-f760694a20f2 with identifier: 7001237auction111032
2026-03-26 14:57:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6acf519d-4169-5ebf-a6a8-f760694a20f2 with identifier: 7001237auction111032 to the API
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001237>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '6acf519d-4169-5ebf-a6a8-f760694a20f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001237',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 34163,
'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 Taigo / 2021 / 5P / SUV 1.0 TSI 110 Life Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2021 / 5P / SUV 1.0 TSI 110 Life Business',
'vin': None,
'year': 2022}
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001237auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:39 [ecarstrade.be] INFO: Saving data for 7001237auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450434.213817, 'last_price_update_time': 1774537059.782617}
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001237auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001194> (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-26 14:57:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:40 [ecarstrade.be] INFO: Extracting details for car 7001194auction111032
2026-03-26 14:57:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a393a82-bd00-5d74-a2b0-825870b4211c with identifier: 7001194auction111032
2026-03-26 14:57:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a393a82-bd00-5d74-a2b0-825870b4211c with scrape type 2
2026-03-26 14:57:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a393a82-bd00-5d74-a2b0-825870b4211c with scrape type 2
2026-03-26 14:57:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a393a82-bd00-5d74-a2b0-825870b4211c, identifier: 7001194auction111032
2026-03-26 14:57:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a393a82-bd00-5d74-a2b0-825870b4211c with identifier: 7001194auction111032
2026-03-26 14:57:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a393a82-bd00-5d74-a2b0-825870b4211c with identifier: 7001194auction111032
2026-03-26 14:57:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a393a82-bd00-5d74-a2b0-825870b4211c with identifier: 7001194auction111032 to the API
2026-03-26 14:57:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001194>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '5a393a82-bd00-5d74-a2b0-825870b4211c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001194',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 71436,
'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': 7,
'seller_name': None,
'title': '5008 Allure 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Allure 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-26 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001194auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:45 [ecarstrade.be] INFO: Saving data for 7001194auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450413.933429, 'last_price_update_time': 1774537065.589178}
2026-03-26 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001194auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001197> (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-26 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001096> (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-26 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001117> (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-26 14: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-26 14: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-26 14: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-26 14:57:45 [ecarstrade.be] INFO: Extracting details for car 7001197auction111032
2026-03-26 14:57:45 [ecarstrade.be] INFO: Extracting details for car 7001096auction111031
2026-03-26 14:57:45 [ecarstrade.be] INFO: Extracting details for car 7001117auction111032
2026-03-26 14:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with identifier: 7001197auction111032
2026-03-26 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with scrape type 2
2026-03-26 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with scrape type 2
2026-03-26 14:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3297cb9f-56fe-5d9a-a6f3-22dd834678ea, identifier: 7001197auction111032
2026-03-26 14:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53267b6e-8f7b-534e-b020-71e1cc2f542c with identifier: 7001096auction111031
2026-03-26 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53267b6e-8f7b-534e-b020-71e1cc2f542c with scrape type 2
2026-03-26 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53267b6e-8f7b-534e-b020-71e1cc2f542c with scrape type 2
2026-03-26 14:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53267b6e-8f7b-534e-b020-71e1cc2f542c, identifier: 7001096auction111031
2026-03-26 14:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7ea952-b4ba-5184-ace3-47e7a042023c with identifier: 7001117auction111032
2026-03-26 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7ea952-b4ba-5184-ace3-47e7a042023c with scrape type 2
2026-03-26 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7ea952-b4ba-5184-ace3-47e7a042023c with scrape type 2
2026-03-26 14:57:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf7ea952-b4ba-5184-ace3-47e7a042023c, identifier: 7001117auction111032
2026-03-26 14:57:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with identifier: 7001197auction111032
2026-03-26 14:57:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with identifier: 7001197auction111032
2026-03-26 14:57:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3297cb9f-56fe-5d9a-a6f3-22dd834678ea with identifier: 7001197auction111032 to the API
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001197>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3297cb9f-56fe-5d9a-a6f3-22dd834678ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001197',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '508',
'odometer': 59718,
'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': '508 GT 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'GT 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001197auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:46 [ecarstrade.be] INFO: Saving data for 7001197auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450431.845148, 'last_price_update_time': 1774537066.265012}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001197auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53267b6e-8f7b-534e-b020-71e1cc2f542c with identifier: 7001096auction111031
2026-03-26 14:57:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53267b6e-8f7b-534e-b020-71e1cc2f542c with identifier: 7001096auction111031
2026-03-26 14:57:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53267b6e-8f7b-534e-b020-71e1cc2f542c with identifier: 7001096auction111031 to the API
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001096>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '53267b6e-8f7b-534e-b020-71e1cc2f542c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001096',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 36630,
'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': 2,
'seller_name': None,
'title': 'RENAULT Kangoo Express VU 4p Fourgonnette Grand Confort - Blue dCi '
'95',
'transmission': 'manual',
'trim': 'RENAULT Express VU 4p Fourgonnette Grand Confort - Blue dCi 95',
'vin': None,
'year': 2023}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001096auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:46 [ecarstrade.be] INFO: Saving data for 7001096auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450447.410667, 'last_price_update_time': 1774537066.545396}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001096auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf7ea952-b4ba-5184-ace3-47e7a042023c with identifier: 7001117auction111032
2026-03-26 14:57:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf7ea952-b4ba-5184-ace3-47e7a042023c with identifier: 7001117auction111032
2026-03-26 14:57:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf7ea952-b4ba-5184-ace3-47e7a042023c with identifier: 7001117auction111032 to the API
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001117>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'cf7ea952-b4ba-5184-ace3-47e7a042023c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001117',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '120',
'odometer': 121497,
'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': 'Série 1 Berline 120 d xDrive Edition Sport 2.0 190CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Série 1 Berline d xDrive Edition Sport 2.0 190CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001117auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:46 [ecarstrade.be] INFO: Saving data for 7001117auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450446.849629, 'last_price_update_time': 1774537066.820824}
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001117auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:46 [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-26 14:57:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001212auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001212auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001212auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001192auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001192auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001192auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001215auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001215auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001215auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001128auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001128auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001128auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001144auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001144auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001144auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001170auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001170auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001170auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001094auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001094auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001094auction111031: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001105auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001105auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001105auction111031: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001138auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001138auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001138auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001134auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001134auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001134auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001199auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001199auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001199auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001078auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001078auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001078auction111031: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001176auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001176auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001176auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001092auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001092auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001092auction111031: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001202auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001202auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001202auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001207auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001207auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001207auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001085auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001085auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001085auction111031: 2
2026-03-26 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001098> (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-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001095auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001095auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001095auction111031: 2
2026-03-26 14:57:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001178auction111032
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001178auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001178auction111032: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Found listing with ID: 7001101auction111031
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001101auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Scrape type for 7001101auction111031: 2
2026-03-26 14:57:47 [ecarstrade.be] INFO: Extracting details for car 7001098auction111031
2026-03-26 14:57:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf655389-6fa6-5295-9eb8-ab9cd81f4089 with identifier: 7001098auction111031
2026-03-26 14:57:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf655389-6fa6-5295-9eb8-ab9cd81f4089 with scrape type 2
2026-03-26 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf655389-6fa6-5295-9eb8-ab9cd81f4089 with scrape type 2
2026-03-26 14:57:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf655389-6fa6-5295-9eb8-ab9cd81f4089, identifier: 7001098auction111031
2026-03-26 14:57:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf655389-6fa6-5295-9eb8-ab9cd81f4089 with identifier: 7001098auction111031
2026-03-26 14:57:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf655389-6fa6-5295-9eb8-ab9cd81f4089 with identifier: 7001098auction111031
2026-03-26 14:57:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf655389-6fa6-5295-9eb8-ab9cd81f4089 with identifier: 7001098auction111031 to the API
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001098>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'bf655389-6fa6-5295-9eb8-ab9cd81f4089',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001098',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 50776,
'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-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001098auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:47 [ecarstrade.be] INFO: Saving data for 7001098auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450469.040721, 'last_price_update_time': 1774537067.775797}
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001098auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001106> (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-26 14:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:52 [ecarstrade.be] INFO: Extracting details for car 7001106auction111031
2026-03-26 14:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f89e5248-393d-5b26-b52e-460b04306c11 with identifier: 7001106auction111031
2026-03-26 14:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f89e5248-393d-5b26-b52e-460b04306c11 with scrape type 2
2026-03-26 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f89e5248-393d-5b26-b52e-460b04306c11 with scrape type 2
2026-03-26 14:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f89e5248-393d-5b26-b52e-460b04306c11, identifier: 7001106auction111031
2026-03-26 14:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f89e5248-393d-5b26-b52e-460b04306c11 with identifier: 7001106auction111031
2026-03-26 14:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f89e5248-393d-5b26-b52e-460b04306c11 with identifier: 7001106auction111031
2026-03-26 14:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f89e5248-393d-5b26-b52e-460b04306c11 with identifier: 7001106auction111031 to the API
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001106>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f89e5248-393d-5b26-b52e-460b04306c11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001106',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 125326,
'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': 2,
'seller_name': None,
'title': 'Corolla Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Stage Acad / TRANSFO VP/VF',
'transmission': 'automatic',
'trim': 'Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic Business '
'Stage Acad / TRANSFO VP/VF',
'vin': None,
'year': 2021}
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001106auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:52 [ecarstrade.be] INFO: Saving data for 7001106auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450463.960665, 'last_price_update_time': 1774537072.941427}
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001106auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001140> (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-26 14: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-26 14:57:53 [ecarstrade.be] INFO: Extracting details for car 7001140auction111032
2026-03-26 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b2193c-3f33-5a93-87a4-9cba314c1b49 with identifier: 7001140auction111032
2026-03-26 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b2193c-3f33-5a93-87a4-9cba314c1b49 with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b2193c-3f33-5a93-87a4-9cba314c1b49 with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9b2193c-3f33-5a93-87a4-9cba314c1b49, identifier: 7001140auction111032
2026-03-26 14:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9b2193c-3f33-5a93-87a4-9cba314c1b49 with identifier: 7001140auction111032
2026-03-26 14:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9b2193c-3f33-5a93-87a4-9cba314c1b49 with identifier: 7001140auction111032
2026-03-26 14:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9b2193c-3f33-5a93-87a4-9cba314c1b49 with identifier: 7001140auction111032 to the API
2026-03-26 14:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001140>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f9b2193c-3f33-5a93-87a4-9cba314c1b49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001140',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 75302,
'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': 'C5 Aircross Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001140auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:53 [ecarstrade.be] INFO: Saving data for 7001140auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450498.251822, 'last_price_update_time': 1774537073.593581}
2026-03-26 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001140auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001220> (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-26 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001133> (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-26 14: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-26 14: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-26 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001204> (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-26 14: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-26 14:57:53 [ecarstrade.be] INFO: Extracting details for car 7001220auction111032
2026-03-26 14:57:53 [ecarstrade.be] INFO: Extracting details for car 7001133auction111032
2026-03-26 14:57:53 [ecarstrade.be] INFO: Extracting details for car 7001204auction111032
2026-03-26 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001108> (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-26 14: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-26 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59da704b-1206-54f6-a938-91d1a459c48e with identifier: 7001220auction111032
2026-03-26 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59da704b-1206-54f6-a938-91d1a459c48e with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59da704b-1206-54f6-a938-91d1a459c48e with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59da704b-1206-54f6-a938-91d1a459c48e, identifier: 7001220auction111032
2026-03-26 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f9d92e-6235-55eb-95d6-b5d610b57c0c with identifier: 7001133auction111032
2026-03-26 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f9d92e-6235-55eb-95d6-b5d610b57c0c with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f9d92e-6235-55eb-95d6-b5d610b57c0c with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58f9d92e-6235-55eb-95d6-b5d610b57c0c, identifier: 7001133auction111032
2026-03-26 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93a75993-78f1-5ecd-9610-f699995afb24 with identifier: 7001204auction111032
2026-03-26 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93a75993-78f1-5ecd-9610-f699995afb24 with scrape type 2
2026-03-26 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93a75993-78f1-5ecd-9610-f699995afb24 with scrape type 2
2026-03-26 14:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93a75993-78f1-5ecd-9610-f699995afb24, identifier: 7001204auction111032
2026-03-26 14:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59da704b-1206-54f6-a938-91d1a459c48e with identifier: 7001220auction111032
2026-03-26 14:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59da704b-1206-54f6-a938-91d1a459c48e with identifier: 7001220auction111032
2026-03-26 14:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59da704b-1206-54f6-a938-91d1a459c48e with identifier: 7001220auction111032 to the API
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001220>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '59da704b-1206-54f6-a938-91d1a459c48e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001220',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 37704,
'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-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001220auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:54 [ecarstrade.be] INFO: Saving data for 7001220auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450463.384319, 'last_price_update_time': 1774537074.252593}
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001220auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58f9d92e-6235-55eb-95d6-b5d610b57c0c with identifier: 7001133auction111032
2026-03-26 14:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58f9d92e-6235-55eb-95d6-b5d610b57c0c with identifier: 7001133auction111032
2026-03-26 14:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58f9d92e-6235-55eb-95d6-b5d610b57c0c with identifier: 7001133auction111032 to the API
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001133>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '58f9d92e-6235-55eb-95d6-b5d610b57c0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001133',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C4',
'odometer': 41136,
'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': 'C4 Berline Shine 1.5 BlueHDI 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Berline Shine 1.5 BlueHDI 110CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001133auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:54 [ecarstrade.be] INFO: Saving data for 7001133auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450509.222202, 'last_price_update_time': 1774537074.550805}
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001133auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93a75993-78f1-5ecd-9610-f699995afb24 with identifier: 7001204auction111032
2026-03-26 14:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93a75993-78f1-5ecd-9610-f699995afb24 with identifier: 7001204auction111032
2026-03-26 14:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93a75993-78f1-5ecd-9610-f699995afb24 with identifier: 7001204auction111032 to the API
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001204>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '93a75993-78f1-5ecd-9610-f699995afb24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001204',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 45714,
'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': 'Captur II Intens 1.3 TCe 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Intens 1.3 TCe 130CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001204auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:54 [ecarstrade.be] INFO: Saving data for 7001204auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450505.20272, 'last_price_update_time': 1774537074.924559}
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001204auction111032') HTTP/1.1" 204 0
2026-03-26 14:57:54 [ecarstrade.be] INFO: Extracting details for car 7001108auction111031
2026-03-26 14:57:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 165bcd2b-785c-54f6-bf5f-a27520c674ab with identifier: 7001108auction111031
2026-03-26 14:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 165bcd2b-785c-54f6-bf5f-a27520c674ab with scrape type 2
2026-03-26 14:57:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 165bcd2b-785c-54f6-bf5f-a27520c674ab with scrape type 2
2026-03-26 14:57:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 165bcd2b-785c-54f6-bf5f-a27520c674ab, identifier: 7001108auction111031
2026-03-26 14:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 165bcd2b-785c-54f6-bf5f-a27520c674ab with identifier: 7001108auction111031
2026-03-26 14:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 165bcd2b-785c-54f6-bf5f-a27520c674ab with identifier: 7001108auction111031
2026-03-26 14:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 165bcd2b-785c-54f6-bf5f-a27520c674ab with identifier: 7001108auction111031 to the API
2026-03-26 14:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57: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-26 14:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001108>
{'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': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '165bcd2b-785c-54f6-bf5f-a27520c674ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001108',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 64179,
'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': 'T6 Transporter Fourgon/Combi Fourgon lang 2.0 100CV BVM5',
'transmission': 'manual',
'trim': 'Fourgon/Combi Fourgon lang 2.0 100CV BVM5',
'vin': None,
'year': 2018}
2026-03-26 14:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001108auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:57:55 [ecarstrade.be] INFO: Saving data for 7001108auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450464.374524, 'last_price_update_time': 1774537075.308109}
2026-03-26 14:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001108auction111031') HTTP/1.1" 204 0
2026-03-26 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001127> (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-26 14:57:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:57:59 [ecarstrade.be] INFO: Extracting details for car 7001127auction111032
2026-03-26 14:57:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04ec0039-f0c8-5370-a43b-2a4596bb595c with identifier: 7001127auction111032
2026-03-26 14:57:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04ec0039-f0c8-5370-a43b-2a4596bb595c with scrape type 2
2026-03-26 14:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04ec0039-f0c8-5370-a43b-2a4596bb595c with scrape type 2
2026-03-26 14:57:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04ec0039-f0c8-5370-a43b-2a4596bb595c, identifier: 7001127auction111032
2026-03-26 14:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04ec0039-f0c8-5370-a43b-2a4596bb595c with identifier: 7001127auction111032
2026-03-26 14:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04ec0039-f0c8-5370-a43b-2a4596bb595c with identifier: 7001127auction111032
2026-03-26 14:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04ec0039-f0c8-5370-a43b-2a4596bb595c with identifier: 7001127auction111032 to the API
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:57:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001127>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '04ec0039-f0c8-5370-a43b-2a4596bb595c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001127',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 12511,
'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 / VO RECONDITIONNE - PHOTOS AVANT '
'RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Max 1.2 PureTech 80CV BVM5 6E / VO RECONDITIONNE - PHOTOS AVANT '
'RECONDITIONNEMENT',
'vin': None,
'year': 2024}
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001127auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:57:59 [ecarstrade.be] INFO: Saving data for 7001127auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450475.758137, 'last_price_update_time': 1774537079.956131}
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001127auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001153> (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-26 14:58:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:00 [ecarstrade.be] INFO: Extracting details for car 7001153auction111032
2026-03-26 14:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1d4000-3772-5226-9be2-46aa51dedd52 with identifier: 7001153auction111032
2026-03-26 14:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1d4000-3772-5226-9be2-46aa51dedd52 with scrape type 2
2026-03-26 14:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1d4000-3772-5226-9be2-46aa51dedd52 with scrape type 2
2026-03-26 14:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f1d4000-3772-5226-9be2-46aa51dedd52, identifier: 7001153auction111032
2026-03-26 14:58:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f1d4000-3772-5226-9be2-46aa51dedd52 with identifier: 7001153auction111032
2026-03-26 14:58:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f1d4000-3772-5226-9be2-46aa51dedd52 with identifier: 7001153auction111032
2026-03-26 14:58:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f1d4000-3772-5226-9be2-46aa51dedd52 with identifier: 7001153auction111032 to the API
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:58:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001153>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8f1d4000-3772-5226-9be2-46aa51dedd52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001153',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Puma',
'odometer': 107205,
'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': 'FORD Puma / 2019 / 5P / SUV 1.0 Flexifuel 125 ch ST-LINE DESIGN '
'3(SL)',
'transmission': 'manual',
'trim': 'FORD / 2019 / 5P / SUV 1.0 Flexifuel 125 ch ST-LINE DESIGN 3(SL)',
'vin': None,
'year': 2022}
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001153auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:00 [ecarstrade.be] INFO: Saving data for 7001153auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450493.025359, 'last_price_update_time': 1774537080.683528}
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001153auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001173> (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-26 14: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-26 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001206> (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-26 14: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-26 14:58:01 [ecarstrade.be] INFO: Extracting details for car 7001173auction111032
2026-03-26 14:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 734fee56-5bc1-53f6-8df1-b713607248fc with identifier: 7001173auction111032
2026-03-26 14:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 734fee56-5bc1-53f6-8df1-b713607248fc with scrape type 2
2026-03-26 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 734fee56-5bc1-53f6-8df1-b713607248fc with scrape type 2
2026-03-26 14:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 734fee56-5bc1-53f6-8df1-b713607248fc, identifier: 7001173auction111032
2026-03-26 14:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 734fee56-5bc1-53f6-8df1-b713607248fc with identifier: 7001173auction111032
2026-03-26 14:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 734fee56-5bc1-53f6-8df1-b713607248fc with identifier: 7001173auction111032
2026-03-26 14:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 734fee56-5bc1-53f6-8df1-b713607248fc with identifier: 7001173auction111032 to the API
2026-03-26 14:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001173>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '734fee56-5bc1-53f6-8df1-b713607248fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001173',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 14681,
'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': '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-26 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001173auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:01 [ecarstrade.be] INFO: Saving data for 7001173auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450476.543033, 'last_price_update_time': 1774537081.750254}
2026-03-26 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001173auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:01 [ecarstrade.be] INFO: Extracting details for car 7001206auction111032
2026-03-26 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001185> (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-26 14: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-26 14:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b688b0-b012-5fb4-8e50-3b3d910320c1 with identifier: 7001206auction111032
2026-03-26 14:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b688b0-b012-5fb4-8e50-3b3d910320c1 with scrape type 2
2026-03-26 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b688b0-b012-5fb4-8e50-3b3d910320c1 with scrape type 2
2026-03-26 14:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b688b0-b012-5fb4-8e50-3b3d910320c1, identifier: 7001206auction111032
2026-03-26 14:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b688b0-b012-5fb4-8e50-3b3d910320c1 with identifier: 7001206auction111032
2026-03-26 14:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b688b0-b012-5fb4-8e50-3b3d910320c1 with identifier: 7001206auction111032
2026-03-26 14:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b688b0-b012-5fb4-8e50-3b3d910320c1 with identifier: 7001206auction111032 to the API
2026-03-26 14:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001206>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '38b688b0-b012-5fb4-8e50-3b3d910320c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001206',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 74448,
'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': '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': 2022}
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001206auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:02 [ecarstrade.be] INFO: Saving data for 7001206auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450477.729879, 'last_price_update_time': 1774537082.152684}
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001206auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:02 [ecarstrade.be] INFO: Extracting details for car 7001185auction111032
2026-03-26 14:58:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with identifier: 7001185auction111032
2026-03-26 14:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with scrape type 2
2026-03-26 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with scrape type 2
2026-03-26 14:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2, identifier: 7001185auction111032
2026-03-26 14:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with identifier: 7001185auction111032
2026-03-26 14:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with identifier: 7001185auction111032
2026-03-26 14:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2 with identifier: 7001185auction111032 to the API
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001185>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8a7d0fdd-f1aa-53e9-8712-c9d015b5fae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001185',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 33236,
'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': '208 Active Pack 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001185auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:02 [ecarstrade.be] INFO: Saving data for 7001185auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450481.133133, 'last_price_update_time': 1774537082.56913}
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001185auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001139> (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-26 14: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-26 14:58:03 [ecarstrade.be] INFO: Extracting details for car 7001139auction111032
2026-03-26 14:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with identifier: 7001139auction111032
2026-03-26 14:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with scrape type 2
2026-03-26 14:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with scrape type 2
2026-03-26 14:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd83e8f1-e67a-5fb0-93aa-a813c0068e8a, identifier: 7001139auction111032
2026-03-26 14:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with identifier: 7001139auction111032
2026-03-26 14:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with identifier: 7001139auction111032
2026-03-26 14:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd83e8f1-e67a-5fb0-93aa-a813c0068e8a with identifier: 7001139auction111032 to the API
2026-03-26 14:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001139>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'cd83e8f1-e67a-5fb0-93aa-a813c0068e8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001139',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 123842,
'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': '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-26 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001139auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:03 [ecarstrade.be] INFO: Saving data for 7001139auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450493.333941, 'last_price_update_time': 1774537083.542278}
2026-03-26 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001139auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001075> (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-26 14: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-26 14:58:06 [ecarstrade.be] INFO: Extracting details for car 7001075auction111031
2026-03-26 14:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7ef1140-795a-590e-99c9-82c96a018ff2 with identifier: 7001075auction111031
2026-03-26 14:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7ef1140-795a-590e-99c9-82c96a018ff2 with scrape type 2
2026-03-26 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7ef1140-795a-590e-99c9-82c96a018ff2 with scrape type 2
2026-03-26 14:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7ef1140-795a-590e-99c9-82c96a018ff2, identifier: 7001075auction111031
2026-03-26 14:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7ef1140-795a-590e-99c9-82c96a018ff2 with identifier: 7001075auction111031
2026-03-26 14:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7ef1140-795a-590e-99c9-82c96a018ff2 with identifier: 7001075auction111031
2026-03-26 14:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7ef1140-795a-590e-99c9-82c96a018ff2 with identifier: 7001075auction111031 to the API
2026-03-26 14:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001075>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'b7ef1140-795a-590e-99c9-82c96a018ff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001075',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 67292,
'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': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001075auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:06 [ecarstrade.be] INFO: Saving data for 7001075auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450488.889148, 'last_price_update_time': 1774537086.631823}
2026-03-26 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001075auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:06 [scrapy.extensions.logstats] INFO: Crawled 670 pages (at 48 pages/min), scraped 601 items (at 48 items/min)
2026-03-26 14:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001101> (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-26 14:58:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:07 [ecarstrade.be] INFO: Extracting details for car 7001101auction111031
2026-03-26 14:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2612806b-a90f-5484-a373-06547980c446 with identifier: 7001101auction111031
2026-03-26 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2612806b-a90f-5484-a373-06547980c446 with scrape type 2
2026-03-26 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2612806b-a90f-5484-a373-06547980c446 with scrape type 2
2026-03-26 14:58:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2612806b-a90f-5484-a373-06547980c446, identifier: 7001101auction111031
2026-03-26 14:58:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2612806b-a90f-5484-a373-06547980c446 with identifier: 7001101auction111031
2026-03-26 14:58:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2612806b-a90f-5484-a373-06547980c446 with identifier: 7001101auction111031
2026-03-26 14:58:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2612806b-a90f-5484-a373-06547980c446 with identifier: 7001101auction111031 to the API
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:58:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001101>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO-5',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '2612806b-a90f-5484-a373-06547980c446',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001101',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 109096,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Trafic VU 4p Fourgon FG-GCF L1H1 1000 dCi 90',
'transmission': 'manual',
'trim': 'RENAULT VU 4p Fourgon FG-GCF L1H1 1000 dCi 90',
'vin': None,
'year': 2016}
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001101auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:07 [ecarstrade.be] INFO: Saving data for 7001101auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450552.255787, 'last_price_update_time': 1774537087.942969}
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001101auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001085> (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-26 14:58:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:08 [ecarstrade.be] INFO: Extracting details for car 7001085auction111031
2026-03-26 14:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a54016cd-d3b2-59de-be58-2567ee59a47e with identifier: 7001085auction111031
2026-03-26 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a54016cd-d3b2-59de-be58-2567ee59a47e with scrape type 2
2026-03-26 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a54016cd-d3b2-59de-be58-2567ee59a47e with scrape type 2
2026-03-26 14:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a54016cd-d3b2-59de-be58-2567ee59a47e, identifier: 7001085auction111031
2026-03-26 14:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a54016cd-d3b2-59de-be58-2567ee59a47e with identifier: 7001085auction111031
2026-03-26 14:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a54016cd-d3b2-59de-be58-2567ee59a47e with identifier: 7001085auction111031
2026-03-26 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a54016cd-d3b2-59de-be58-2567ee59a47e with identifier: 7001085auction111031 to the API
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001085>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Electric',
'id': 'a54016cd-d3b2-59de-be58-2567ee59a47e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001085',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 25450,
'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': '208 (e-) Active Business R 50kWh BVA / TRANSFO VP/VF',
'transmission': 'automatic',
'trim': '(e-) Active Business R 50kWh BVA / TRANSFO VP/VF',
'vin': None,
'year': 2020}
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001085auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:08 [ecarstrade.be] INFO: Saving data for 7001085auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450553.248048, 'last_price_update_time': 1774537088.469111}
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001085auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001178> (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-26 14:58:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:08 [ecarstrade.be] INFO: Extracting details for car 7001178auction111032
2026-03-26 14:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with identifier: 7001178auction111032
2026-03-26 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with scrape type 2
2026-03-26 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with scrape type 2
2026-03-26 14:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 260dd8b3-4861-5c6d-97ab-7846c4071fd6, identifier: 7001178auction111032
2026-03-26 14:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with identifier: 7001178auction111032
2026-03-26 14:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with identifier: 7001178auction111032
2026-03-26 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 260dd8b3-4861-5c6d-97ab-7846c4071fd6 with identifier: 7001178auction111032 to the API
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001178>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '260dd8b3-4861-5c6d-97ab-7846c4071fd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001178',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24292,
'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': '2008 GT Line 1.2 PureTech 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'GT Line 1.2 PureTech 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001178auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:08 [ecarstrade.be] INFO: Saving data for 7001178auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450583.125582, 'last_price_update_time': 1774537088.979444}
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001178auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001234> (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-26 14: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-26 14:58:09 [ecarstrade.be] INFO: Extracting details for car 7001234auction111032
2026-03-26 14:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efdf58b3-2130-521b-9fae-29e7fed11d15 with identifier: 7001234auction111032
2026-03-26 14:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efdf58b3-2130-521b-9fae-29e7fed11d15 with scrape type 2
2026-03-26 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efdf58b3-2130-521b-9fae-29e7fed11d15 with scrape type 2
2026-03-26 14:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efdf58b3-2130-521b-9fae-29e7fed11d15, identifier: 7001234auction111032
2026-03-26 14:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efdf58b3-2130-521b-9fae-29e7fed11d15 with identifier: 7001234auction111032
2026-03-26 14:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efdf58b3-2130-521b-9fae-29e7fed11d15 with identifier: 7001234auction111032
2026-03-26 14:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efdf58b3-2130-521b-9fae-29e7fed11d15 with identifier: 7001234auction111032 to the API
2026-03-26 14:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001234>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'efdf58b3-2130-521b-9fae-29e7fed11d15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001234',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 45445,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo / 2021 / 5P / Berline 1.0 TSI 110 DSG7 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2021 / 5P / Berline 1.0 TSI 110 DSG7 Life Business',
'vin': None,
'year': 2022}
2026-03-26 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001234auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:09 [ecarstrade.be] INFO: Saving data for 7001234auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450432.968961, 'last_price_update_time': 1774537089.588826}
2026-03-26 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001234auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001207> (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-26 14: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-26 14:58:09 [ecarstrade.be] INFO: Extracting details for car 7001207auction111032
2026-03-26 14:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81f3f63-7b2a-5366-8878-7e1a625e6c42 with identifier: 7001207auction111032
2026-03-26 14:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81f3f63-7b2a-5366-8878-7e1a625e6c42 with scrape type 2
2026-03-26 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c81f3f63-7b2a-5366-8878-7e1a625e6c42 with scrape type 2
2026-03-26 14:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c81f3f63-7b2a-5366-8878-7e1a625e6c42, identifier: 7001207auction111032
2026-03-26 14:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c81f3f63-7b2a-5366-8878-7e1a625e6c42 with identifier: 7001207auction111032
2026-03-26 14:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c81f3f63-7b2a-5366-8878-7e1a625e6c42 with identifier: 7001207auction111032
2026-03-26 14:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c81f3f63-7b2a-5366-8878-7e1a625e6c42 with identifier: 7001207auction111032 to the API
2026-03-26 14:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001207>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c81f3f63-7b2a-5366-8878-7e1a625e6c42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001207',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 34259,
'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': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001207auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:10 [ecarstrade.be] INFO: Saving data for 7001207auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450551.65491, 'last_price_update_time': 1774537090.179925}
2026-03-26 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001207auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001202> (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-26 14:58:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:12 [ecarstrade.be] INFO: Extracting details for car 7001202auction111032
2026-03-26 14:58:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fc7938-fe29-57e8-9f5d-6653af01962b with identifier: 7001202auction111032
2026-03-26 14:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fc7938-fe29-57e8-9f5d-6653af01962b with scrape type 2
2026-03-26 14:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2fc7938-fe29-57e8-9f5d-6653af01962b with scrape type 2
2026-03-26 14:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2fc7938-fe29-57e8-9f5d-6653af01962b, identifier: 7001202auction111032
2026-03-26 14:58:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2fc7938-fe29-57e8-9f5d-6653af01962b with identifier: 7001202auction111032
2026-03-26 14:58:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2fc7938-fe29-57e8-9f5d-6653af01962b with identifier: 7001202auction111032
2026-03-26 14:58:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2fc7938-fe29-57e8-9f5d-6653af01962b with identifier: 7001202auction111032 to the API
2026-03-26 14:58:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001202>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2fc7938-fe29-57e8-9f5d-6653af01962b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001202',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 72526,
'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': 'Clio V Business 1.0 TCe 90CV BVM6 E6d / VO RECONDITIONNE - PHOTOS '
'AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 90CV BVM6 E6d / VO RECONDITIONNE - PHOTOS AVANT '
'RECONDITIONNEMENT',
'vin': None,
'year': 2021}
2026-03-26 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001202auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:12 [ecarstrade.be] INFO: Saving data for 7001202auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450574.046961, 'last_price_update_time': 1774537092.579817}
2026-03-26 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001202auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001092> (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-26 14:58:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:14 [ecarstrade.be] INFO: Extracting details for car 7001092auction111031
2026-03-26 14:58:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 032f1259-7845-5e11-ba71-0373f8588b60 with identifier: 7001092auction111031
2026-03-26 14:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 032f1259-7845-5e11-ba71-0373f8588b60 with scrape type 2
2026-03-26 14:58:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 032f1259-7845-5e11-ba71-0373f8588b60 with scrape type 2
2026-03-26 14:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 032f1259-7845-5e11-ba71-0373f8588b60, identifier: 7001092auction111031
2026-03-26 14:58:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 032f1259-7845-5e11-ba71-0373f8588b60 with identifier: 7001092auction111031
2026-03-26 14:58:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 032f1259-7845-5e11-ba71-0373f8588b60 with identifier: 7001092auction111031
2026-03-26 14:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 032f1259-7845-5e11-ba71-0373f8588b60 with identifier: 7001092auction111031 to the API
2026-03-26 14:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001092>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '032f1259-7845-5e11-ba71-0373f8588b60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001092',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 109092,
'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': 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': 2021}
2026-03-26 14:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001092auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:14 [ecarstrade.be] INFO: Saving data for 7001092auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450574.52497, 'last_price_update_time': 1774537094.880115}
2026-03-26 14:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001092auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001078> (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-26 14:58:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:15 [ecarstrade.be] INFO: Extracting details for car 7001078auction111031
2026-03-26 14:58:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2fcc732-19d9-54e2-855b-a40e333efde9 with identifier: 7001078auction111031
2026-03-26 14:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2fcc732-19d9-54e2-855b-a40e333efde9 with scrape type 2
2026-03-26 14:58:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2fcc732-19d9-54e2-855b-a40e333efde9 with scrape type 2
2026-03-26 14:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2fcc732-19d9-54e2-855b-a40e333efde9, identifier: 7001078auction111031
2026-03-26 14:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2fcc732-19d9-54e2-855b-a40e333efde9 with identifier: 7001078auction111031
2026-03-26 14:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2fcc732-19d9-54e2-855b-a40e333efde9 with identifier: 7001078auction111031
2026-03-26 14:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2fcc732-19d9-54e2-855b-a40e333efde9 with identifier: 7001078auction111031 to the API
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001078>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'd2fcc732-19d9-54e2-855b-a40e333efde9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001078',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 87650,
'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-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001078auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:15 [ecarstrade.be] INFO: Saving data for 7001078auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450593.993486, 'last_price_update_time': 1774537095.386974}
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001078auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001176> (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-26 14:58:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:15 [ecarstrade.be] INFO: Extracting details for car 7001176auction111032
2026-03-26 14:58:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229145d2-2418-5c7f-8078-3d357f5a65ad with identifier: 7001176auction111032
2026-03-26 14:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229145d2-2418-5c7f-8078-3d357f5a65ad with scrape type 2
2026-03-26 14:58:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229145d2-2418-5c7f-8078-3d357f5a65ad with scrape type 2
2026-03-26 14:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 229145d2-2418-5c7f-8078-3d357f5a65ad, identifier: 7001176auction111032
2026-03-26 14:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 229145d2-2418-5c7f-8078-3d357f5a65ad with identifier: 7001176auction111032
2026-03-26 14:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 229145d2-2418-5c7f-8078-3d357f5a65ad with identifier: 7001176auction111032
2026-03-26 14:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 229145d2-2418-5c7f-8078-3d357f5a65ad with identifier: 7001176auction111032 to the API
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001176>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '229145d2-2418-5c7f-8078-3d357f5a65ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001176',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 122267,
'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 E6d',
'transmission': 'automatic',
'trim': 'Edition 1.5 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001176auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:15 [ecarstrade.be] INFO: Saving data for 7001176auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450573.564485, 'last_price_update_time': 1774537095.889312}
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001176auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001199> (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-26 14:58:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001134> (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-26 14: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-26 14:58:16 [ecarstrade.be] INFO: Extracting details for car 7001199auction111032
2026-03-26 14:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with identifier: 7001199auction111032
2026-03-26 14:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with scrape type 2
2026-03-26 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with scrape type 2
2026-03-26 14:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f, identifier: 7001199auction111032
2026-03-26 14:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with identifier: 7001199auction111032
2026-03-26 14:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with identifier: 7001199auction111032
2026-03-26 14:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f with identifier: 7001199auction111032 to the API
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001199>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a1aa3f80-40a9-549a-9cf2-94e2f5f82c8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001199',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 125770,
'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': 'Captur II Business 1.5 dCi 115CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Business 1.5 dCi 115CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001199auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:16 [ecarstrade.be] INFO: Saving data for 7001199auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450598.338234, 'last_price_update_time': 1774537096.482969}
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001199auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:16 [ecarstrade.be] INFO: Extracting details for car 7001134auction111032
2026-03-26 14:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47d9d7d7-82d6-5832-9f6e-3df556058a21 with identifier: 7001134auction111032
2026-03-26 14:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47d9d7d7-82d6-5832-9f6e-3df556058a21 with scrape type 2
2026-03-26 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47d9d7d7-82d6-5832-9f6e-3df556058a21 with scrape type 2
2026-03-26 14:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47d9d7d7-82d6-5832-9f6e-3df556058a21, identifier: 7001134auction111032
2026-03-26 14:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47d9d7d7-82d6-5832-9f6e-3df556058a21 with identifier: 7001134auction111032
2026-03-26 14:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47d9d7d7-82d6-5832-9f6e-3df556058a21 with identifier: 7001134auction111032
2026-03-26 14:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47d9d7d7-82d6-5832-9f6e-3df556058a21 with identifier: 7001134auction111032 to the API
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001134>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '47d9d7d7-82d6-5832-9f6e-3df556058a21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001134',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C4',
'odometer': 90003,
'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': 'CITROEN C4 / 2020 / 5P / Berline BlueHDi 110 BVM6 Live Pack '
'Business (Ex 655K)',
'transmission': 'manual',
'trim': 'CITROEN / 2020 / 5P / Berline BlueHDi 110 BVM6 Live Pack Business '
'(Ex 655K)',
'vin': None,
'year': 2021}
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001134auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:16 [ecarstrade.be] INFO: Saving data for 7001134auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450522.656105, 'last_price_update_time': 1774537096.847536}
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001134auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001138> (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-26 14: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-26 14:58:19 [ecarstrade.be] INFO: Extracting details for car 7001138auction111032
2026-03-26 14:58:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with identifier: 7001138auction111032
2026-03-26 14:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with scrape type 2
2026-03-26 14:58:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with scrape type 2
2026-03-26 14:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03187aee-12ee-5b3f-9ea4-289b7ddaafb7, identifier: 7001138auction111032
2026-03-26 14:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with identifier: 7001138auction111032
2026-03-26 14:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with identifier: 7001138auction111032
2026-03-26 14:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03187aee-12ee-5b3f-9ea4-289b7ddaafb7 with identifier: 7001138auction111032 to the API
2026-03-26 14:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001138>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '03187aee-12ee-5b3f-9ea4-289b7ddaafb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001138',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 100601,
'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 Shine 1.2 PureTech 130CV BVA8 7 Sieges '
'E6d',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Shine 1.2 PureTech 130CV BVA8 7 Sieges '
'E6d',
'vin': None,
'year': 2019}
2026-03-26 14:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001138auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:19 [ecarstrade.be] INFO: Saving data for 7001138auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450524.756134, 'last_price_update_time': 1774537099.425905}
2026-03-26 14:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001138auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001105> (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-26 14: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-26 14:58:20 [ecarstrade.be] INFO: Extracting details for car 7001105auction111031
2026-03-26 14:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffdd519a-1b83-5391-99ad-da3527ccd172 with identifier: 7001105auction111031
2026-03-26 14:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffdd519a-1b83-5391-99ad-da3527ccd172 with scrape type 2
2026-03-26 14:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffdd519a-1b83-5391-99ad-da3527ccd172 with scrape type 2
2026-03-26 14:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffdd519a-1b83-5391-99ad-da3527ccd172, identifier: 7001105auction111031
2026-03-26 14:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffdd519a-1b83-5391-99ad-da3527ccd172 with identifier: 7001105auction111031
2026-03-26 14:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffdd519a-1b83-5391-99ad-da3527ccd172 with identifier: 7001105auction111031
2026-03-26 14:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffdd519a-1b83-5391-99ad-da3527ccd172 with identifier: 7001105auction111031 to the API
2026-03-26 14:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001105>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ffdd519a-1b83-5391-99ad-da3527ccd172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001105',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 60877,
'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': 'Yaris Hybride Affaires / 2017 / 5P / Berline 1.5 VVT-I HYBRID AUTO '
'France Business',
'transmission': 'automatic',
'trim': 'Hybride Affaires / 2017 / 5P / Berline 1.5 VVT-I HYBRID AUTO France '
'Business',
'vin': None,
'year': 2020}
2026-03-26 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001105auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:21 [ecarstrade.be] INFO: Saving data for 7001105auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450525.639112, 'last_price_update_time': 1774537101.327229}
2026-03-26 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001105auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001208> (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-26 14: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-26 14:58:21 [ecarstrade.be] INFO: Extracting details for car 7001208auction111032
2026-03-26 14:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e005d962-4e9a-5fb2-9f41-363a875ef41c with identifier: 7001208auction111032
2026-03-26 14:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e005d962-4e9a-5fb2-9f41-363a875ef41c with scrape type 2
2026-03-26 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e005d962-4e9a-5fb2-9f41-363a875ef41c with scrape type 2
2026-03-26 14:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e005d962-4e9a-5fb2-9f41-363a875ef41c, identifier: 7001208auction111032
2026-03-26 14:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e005d962-4e9a-5fb2-9f41-363a875ef41c with identifier: 7001208auction111032
2026-03-26 14:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e005d962-4e9a-5fb2-9f41-363a875ef41c with identifier: 7001208auction111032
2026-03-26 14:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e005d962-4e9a-5fb2-9f41-363a875ef41c with identifier: 7001208auction111032 to the API
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001208>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e005d962-4e9a-5fb2-9f41-363a875ef41c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001208',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 18207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001208auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:22 [ecarstrade.be] INFO: Saving data for 7001208auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450497.280807, 'last_price_update_time': 1774537102.217289}
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001208auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001094> (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-26 14:58:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:22 [ecarstrade.be] INFO: Extracting details for car 7001094auction111031
2026-03-26 14:58:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with identifier: 7001094auction111031
2026-03-26 14:58:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with scrape type 2
2026-03-26 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with scrape type 2
2026-03-26 14:58:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fb187b0-4378-55b2-8696-2d0c6e0056a0, identifier: 7001094auction111031
2026-03-26 14:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with identifier: 7001094auction111031
2026-03-26 14:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with identifier: 7001094auction111031
2026-03-26 14:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fb187b0-4378-55b2-8696-2d0c6e0056a0 with identifier: 7001094auction111031 to the API
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001094>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8fb187b0-4378-55b2-8696-2d0c6e0056a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001094',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 24249,
'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-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001094auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:22 [ecarstrade.be] INFO: Saving data for 7001094auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450523.786162, 'last_price_update_time': 1774537102.699891}
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001094auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001144> (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-26 14:58:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001170> (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-26 14:58:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:22 [ecarstrade.be] INFO: Extracting details for car 7001144auction111032
2026-03-26 14:58:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67fc0376-73b7-5e88-81ff-33b6f7099265 with identifier: 7001144auction111032
2026-03-26 14:58:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fc0376-73b7-5e88-81ff-33b6f7099265 with scrape type 2
2026-03-26 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67fc0376-73b7-5e88-81ff-33b6f7099265 with scrape type 2
2026-03-26 14:58:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67fc0376-73b7-5e88-81ff-33b6f7099265, identifier: 7001144auction111032
2026-03-26 14:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67fc0376-73b7-5e88-81ff-33b6f7099265 with identifier: 7001144auction111032
2026-03-26 14:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67fc0376-73b7-5e88-81ff-33b6f7099265 with identifier: 7001144auction111032
2026-03-26 14:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67fc0376-73b7-5e88-81ff-33b6f7099265 with identifier: 7001144auction111032 to the API
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001144>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '67fc0376-73b7-5e88-81ff-33b6f7099265',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001144',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 35067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Confort 1.0 TCe 90CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Sandero III Confort 1.0 TCe 90CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001144auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:23 [ecarstrade.be] INFO: Saving data for 7001144auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450507.356273, 'last_price_update_time': 1774537103.242813}
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001144auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:23 [ecarstrade.be] INFO: Extracting details for car 7001170auction111032
2026-03-26 14:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3616d80e-b648-5ae7-9690-e098ef995ac1 with identifier: 7001170auction111032
2026-03-26 14:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3616d80e-b648-5ae7-9690-e098ef995ac1 with scrape type 2
2026-03-26 14:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3616d80e-b648-5ae7-9690-e098ef995ac1 with scrape type 2
2026-03-26 14:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3616d80e-b648-5ae7-9690-e098ef995ac1, identifier: 7001170auction111032
2026-03-26 14:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3616d80e-b648-5ae7-9690-e098ef995ac1 with identifier: 7001170auction111032
2026-03-26 14:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3616d80e-b648-5ae7-9690-e098ef995ac1 with identifier: 7001170auction111032
2026-03-26 14:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3616d80e-b648-5ae7-9690-e098ef995ac1 with identifier: 7001170auction111032 to the API
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001170>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3616d80e-b648-5ae7-9690-e098ef995ac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001170',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 96463,
'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': 'NISSAN Qashqai 5p Crossover 1.2 DIG-T 115 N-Connecta',
'transmission': 'manual',
'trim': 'NISSAN 5p Crossover 1.2 DIG-T 115 N-Connecta',
'vin': None,
'year': 2018}
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001170auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:23 [ecarstrade.be] INFO: Saving data for 7001170auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450508.682805, 'last_price_update_time': 1774537103.636253}
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001170auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001128> (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-26 14: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-26 14:58:23 [ecarstrade.be] INFO: Extracting details for car 7001128auction111032
2026-03-26 14:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with identifier: 7001128auction111032
2026-03-26 14:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with scrape type 2
2026-03-26 14:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with scrape type 2
2026-03-26 14:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea4ccaad-0682-5c54-9053-7dea3c10a9f9, identifier: 7001128auction111032
2026-03-26 14:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with identifier: 7001128auction111032
2026-03-26 14:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with identifier: 7001128auction111032
2026-03-26 14:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea4ccaad-0682-5c54-9053-7dea3c10a9f9 with identifier: 7001128auction111032 to the API
2026-03-26 14:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001128>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea4ccaad-0682-5c54-9053-7dea3c10a9f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001128',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 54635,
'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': 'C3 C-Series 1.5 BlueHDI 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'C-Series 1.5 BlueHDI 100CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-26 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001128auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:24 [ecarstrade.be] INFO: Saving data for 7001128auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450475.100304, 'last_price_update_time': 1774537104.105093}
2026-03-26 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001128auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001215> (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-26 14: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-26 14:58:25 [ecarstrade.be] INFO: Extracting details for car 7001215auction111032
2026-03-26 14:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3031debb-c60a-59dd-8ed6-4817a7c2b770 with identifier: 7001215auction111032
2026-03-26 14:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3031debb-c60a-59dd-8ed6-4817a7c2b770 with scrape type 2
2026-03-26 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3031debb-c60a-59dd-8ed6-4817a7c2b770 with scrape type 2
2026-03-26 14:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3031debb-c60a-59dd-8ed6-4817a7c2b770, identifier: 7001215auction111032
2026-03-26 14:58:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3031debb-c60a-59dd-8ed6-4817a7c2b770 with identifier: 7001215auction111032
2026-03-26 14:58:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3031debb-c60a-59dd-8ed6-4817a7c2b770 with identifier: 7001215auction111032
2026-03-26 14:58:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3031debb-c60a-59dd-8ed6-4817a7c2b770 with identifier: 7001215auction111032 to the API
2026-03-26 14:58:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001215>
{'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-27T14:40:00Z',
'fuel_type': 'Electric',
'id': '3031debb-c60a-59dd-8ed6-4817a7c2b770',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001215',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'ZOE',
'odometer': 10619,
'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': 'Zoe Business 52kWh BVA',
'transmission': 'automatic',
'trim': 'Zoe Business 52kWh BVA',
'vin': None,
'year': 2020}
2026-03-26 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001215auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:25 [ecarstrade.be] INFO: Saving data for 7001215auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450479.575328, 'last_price_update_time': 1774537105.896313}
2026-03-26 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001215auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001192> (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-26 14:58:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:27 [ecarstrade.be] INFO: Extracting details for car 7001192auction111032
2026-03-26 14:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with identifier: 7001192auction111032
2026-03-26 14:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with scrape type 2
2026-03-26 14:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with scrape type 2
2026-03-26 14:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18, identifier: 7001192auction111032
2026-03-26 14:58:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with identifier: 7001192auction111032
2026-03-26 14:58:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with identifier: 7001192auction111032
2026-03-26 14:58:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18 with identifier: 7001192auction111032 to the API
2026-03-26 14:58:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 14:58:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001192>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '5c20bfaf-2c57-5e18-be28-6ff5a7fa8e18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001192',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 59042,
'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': '308 SW Allure Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'SW Allure Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001192auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:27 [ecarstrade.be] INFO: Saving data for 7001192auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450478.90753, 'last_price_update_time': 1774537107.884626}
2026-03-26 14:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001192auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:28 [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-26 14: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-26 14:58:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001190auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001190auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001190auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001148auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001148auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001148auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001135auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001135auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001135auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001152auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001152auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001152auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001143auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001143auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001143auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001072auction111031
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001072auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001072auction111031: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001074auction111031
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001074auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001074auction111031: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001191auction111032
2026-03-26 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001191auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:28 [ecarstrade.be] INFO: Scrape type for 7001191auction111032: 2
2026-03-26 14:58:28 [ecarstrade.be] INFO: Found listing with ID: 7001132auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001132auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001132auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001093auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001093auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001093auction111031: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001193auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001193auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001193auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001086auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001086auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001086auction111031: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001177auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001177auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001177auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001131auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001131auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001131auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001079auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001079auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001079auction111031: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001182auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001182auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001182auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001077auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001077auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001077auction111031: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001129auction111032
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001129auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001129auction111032: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001076auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001076auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001076auction111031: 2
2026-03-26 14:58:29 [ecarstrade.be] INFO: Found listing with ID: 7001083auction111031
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001083auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Scrape type for 7001083auction111031: 2
2026-03-26 14:58:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001073> (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-26 14:58:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:29 [ecarstrade.be] INFO: Extracting details for car 7001073auction111031
2026-03-26 14:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a286d7d8-5242-5571-b01a-2d0cf944e9dc with identifier: 7001073auction111031
2026-03-26 14:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a286d7d8-5242-5571-b01a-2d0cf944e9dc with scrape type 2
2026-03-26 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a286d7d8-5242-5571-b01a-2d0cf944e9dc with scrape type 2
2026-03-26 14:58:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a286d7d8-5242-5571-b01a-2d0cf944e9dc, identifier: 7001073auction111031
2026-03-26 14:58:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a286d7d8-5242-5571-b01a-2d0cf944e9dc with identifier: 7001073auction111031
2026-03-26 14:58:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a286d7d8-5242-5571-b01a-2d0cf944e9dc with identifier: 7001073auction111031
2026-03-26 14:58:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a286d7d8-5242-5571-b01a-2d0cf944e9dc with identifier: 7001073auction111031 to the API
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001073>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a286d7d8-5242-5571-b01a-2d0cf944e9dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001073',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 86259,
'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': 'Berlingo Fourgon Driver M 650 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Driver M 650 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001073auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:29 [ecarstrade.be] INFO: Saving data for 7001073auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450494.294114, 'last_price_update_time': 1774537109.944269}
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001073auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001167> (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-26 14: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-26 14:58:30 [ecarstrade.be] INFO: Extracting details for car 7001167auction111032
2026-03-26 14:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d5fce8-da5e-5381-b937-5597815707e6 with identifier: 7001167auction111032
2026-03-26 14:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d5fce8-da5e-5381-b937-5597815707e6 with scrape type 2
2026-03-26 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d5fce8-da5e-5381-b937-5597815707e6 with scrape type 2
2026-03-26 14:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57d5fce8-da5e-5381-b937-5597815707e6, identifier: 7001167auction111032
2026-03-26 14:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57d5fce8-da5e-5381-b937-5597815707e6 with identifier: 7001167auction111032
2026-03-26 14:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57d5fce8-da5e-5381-b937-5597815707e6 with identifier: 7001167auction111032
2026-03-26 14:58:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57d5fce8-da5e-5381-b937-5597815707e6 with identifier: 7001167auction111032 to the API
2026-03-26 14:58:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001167>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '57d5fce8-da5e-5381-b937-5597815707e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001167',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 25105,
'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': 'NISSAN Micra / 2016 / 5P / Berline IG-T 92 Business Edition',
'transmission': 'manual',
'trim': 'NISSAN / 2016 / 5P / Berline IG-T 92 Business Edition',
'vin': None,
'year': 2022}
2026-03-26 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001167auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:30 [ecarstrade.be] INFO: Saving data for 7001167auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450491.927739, 'last_price_update_time': 1774537110.552216}
2026-03-26 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001167auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001205> (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-26 14: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-26 14:58:30 [ecarstrade.be] INFO: Extracting details for car 7001205auction111032
2026-03-26 14:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29868110-fad9-55e0-ab47-13b3c8b40ba1 with identifier: 7001205auction111032
2026-03-26 14:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29868110-fad9-55e0-ab47-13b3c8b40ba1 with scrape type 2
2026-03-26 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29868110-fad9-55e0-ab47-13b3c8b40ba1 with scrape type 2
2026-03-26 14:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29868110-fad9-55e0-ab47-13b3c8b40ba1, identifier: 7001205auction111032
2026-03-26 14:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29868110-fad9-55e0-ab47-13b3c8b40ba1 with identifier: 7001205auction111032
2026-03-26 14:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29868110-fad9-55e0-ab47-13b3c8b40ba1 with identifier: 7001205auction111032
2026-03-26 14:58:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29868110-fad9-55e0-ab47-13b3c8b40ba1 with identifier: 7001205auction111032 to the API
2026-03-26 14:58:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001205>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '29868110-fad9-55e0-ab47-13b3c8b40ba1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001205',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 20484,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio / 2019 / 5P / Berline Evolution TCe 100 GPL',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 5P / Berline Evolution TCe 100 GPL',
'vin': None,
'year': 2022}
2026-03-26 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001205auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:31 [ecarstrade.be] INFO: Saving data for 7001205auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450491.371728, 'last_price_update_time': 1774537111.395907}
2026-03-26 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001205auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001200> (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-26 14:58:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:34 [ecarstrade.be] INFO: Extracting details for car 7001200auction111032
2026-03-26 14:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183cb000-5657-5cce-b6f1-228310fff95b with identifier: 7001200auction111032
2026-03-26 14:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183cb000-5657-5cce-b6f1-228310fff95b with scrape type 2
2026-03-26 14:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 183cb000-5657-5cce-b6f1-228310fff95b with scrape type 2
2026-03-26 14:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 183cb000-5657-5cce-b6f1-228310fff95b, identifier: 7001200auction111032
2026-03-26 14:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 183cb000-5657-5cce-b6f1-228310fff95b with identifier: 7001200auction111032
2026-03-26 14:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 183cb000-5657-5cce-b6f1-228310fff95b with identifier: 7001200auction111032
2026-03-26 14:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 183cb000-5657-5cce-b6f1-228310fff95b with identifier: 7001200auction111032 to the API
2026-03-26 14:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001200>
{'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-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '183cb000-5657-5cce-b6f1-228310fff95b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001200',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Captur',
'odometer': 121667,
'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-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001200auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:35 [ecarstrade.be] INFO: Saving data for 7001200auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450492.463562, 'last_price_update_time': 1774537115.245445}
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001200auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001187> (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-26 14:58:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:35 [ecarstrade.be] INFO: Extracting details for car 7001187auction111032
2026-03-26 14:58:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 929a4ecd-d483-59fe-a60e-519308ae546f with identifier: 7001187auction111032
2026-03-26 14:58:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 929a4ecd-d483-59fe-a60e-519308ae546f with scrape type 2
2026-03-26 14:58:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 929a4ecd-d483-59fe-a60e-519308ae546f with scrape type 2
2026-03-26 14:58:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 929a4ecd-d483-59fe-a60e-519308ae546f, identifier: 7001187auction111032
2026-03-26 14:58:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 929a4ecd-d483-59fe-a60e-519308ae546f with identifier: 7001187auction111032
2026-03-26 14:58:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 929a4ecd-d483-59fe-a60e-519308ae546f with identifier: 7001187auction111032
2026-03-26 14:58:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 929a4ecd-d483-59fe-a60e-519308ae546f with identifier: 7001187auction111032 to the API
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001187>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '929a4ecd-d483-59fe-a60e-519308ae546f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001187',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 42779,
'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 Allure Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2019}
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001187auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:35 [ecarstrade.be] INFO: Saving data for 7001187auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450490.840814, 'last_price_update_time': 1774537115.911603}
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001187auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:36 [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-26 14: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-26 14:58:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999259auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999259auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999259auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999261auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999261auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999261auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999277auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999277auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999277auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999278auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999278auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999278auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999457auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999457auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999457auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999458auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999458auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999458auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999460auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999460auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999460auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999461auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999461auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999461auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999462auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999462auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999462auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999463auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999463auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999463auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999468auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999468auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999468auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999469auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999469auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999469auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999470auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999470auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999470auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999472auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999472auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999472auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999570auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999570auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:36 [ecarstrade.be] INFO: Scrape type for 6999570auction111006: 0
2026-03-26 14:58:36 [ecarstrade.be] INFO: Found listing with ID: 6999572auction111006
2026-03-26 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999572auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:37 [ecarstrade.be] INFO: Scrape type for 6999572auction111006: 0
2026-03-26 14:58:37 [ecarstrade.be] INFO: Found listing with ID: 6999573auction111006
2026-03-26 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999573auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:37 [ecarstrade.be] INFO: Scrape type for 6999573auction111006: 0
2026-03-26 14:58:37 [ecarstrade.be] INFO: Found listing with ID: 6999575auction111006
2026-03-26 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999575auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:37 [ecarstrade.be] INFO: Scrape type for 6999575auction111006: 0
2026-03-26 14:58:37 [ecarstrade.be] INFO: Found listing with ID: 6999613auction111006
2026-03-26 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999613auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:37 [ecarstrade.be] INFO: Scrape type for 6999613auction111006: 0
2026-03-26 14:58:37 [ecarstrade.be] INFO: Found listing with ID: 6999615auction111006
2026-03-26 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999615auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:37 [ecarstrade.be] INFO: Scrape type for 6999615auction111006: 0
2026-03-26 14:58:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001148> (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-26 14: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-26 14:58:37 [ecarstrade.be] INFO: Extracting details for car 7001148auction111032
2026-03-26 14:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb4072d6-5599-5149-ac92-6fb4413b5432 with identifier: 7001148auction111032
2026-03-26 14:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb4072d6-5599-5149-ac92-6fb4413b5432 with scrape type 2
2026-03-26 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb4072d6-5599-5149-ac92-6fb4413b5432 with scrape type 2
2026-03-26 14:58:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb4072d6-5599-5149-ac92-6fb4413b5432, identifier: 7001148auction111032
2026-03-26 14:58:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb4072d6-5599-5149-ac92-6fb4413b5432 with identifier: 7001148auction111032
2026-03-26 14:58:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb4072d6-5599-5149-ac92-6fb4413b5432 with identifier: 7001148auction111032
2026-03-26 14:58:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb4072d6-5599-5149-ac92-6fb4413b5432 with identifier: 7001148auction111032 to the API
2026-03-26 14:58:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001148>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eb4072d6-5599-5149-ac92-6fb4413b5432',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001148',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Fiat',
'model': '500',
'odometer': 53669,
'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': 4,
'seller_name': None,
'title': 'FIAT 500 2015 3P Berline 10 70ch BSG Dolcevita',
'transmission': 'manual',
'trim': 'FIAT 2015 3P Berline 10 70ch BSG Dolcevita',
'vin': None,
'year': 2021}
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001148auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:38 [ecarstrade.be] INFO: Saving data for 7001148auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450521.576126, 'last_price_update_time': 1774537118.266651}
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001148auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001190> (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-26 14:58:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:38 [ecarstrade.be] INFO: Extracting details for car 7001190auction111032
2026-03-26 14:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96f10c67-327e-59f2-9e52-dd732f1e6705 with identifier: 7001190auction111032
2026-03-26 14:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96f10c67-327e-59f2-9e52-dd732f1e6705 with scrape type 2
2026-03-26 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96f10c67-327e-59f2-9e52-dd732f1e6705 with scrape type 2
2026-03-26 14:58:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96f10c67-327e-59f2-9e52-dd732f1e6705, identifier: 7001190auction111032
2026-03-26 14:58:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96f10c67-327e-59f2-9e52-dd732f1e6705 with identifier: 7001190auction111032
2026-03-26 14:58:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96f10c67-327e-59f2-9e52-dd732f1e6705 with identifier: 7001190auction111032
2026-03-26 14:58:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96f10c67-327e-59f2-9e52-dd732f1e6705 with identifier: 7001190auction111032 to the API
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001190>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '96f10c67-327e-59f2-9e52-dd732f1e6705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001190',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 53836,
'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': '308 Allure Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001190auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:38 [ecarstrade.be] INFO: Saving data for 7001190auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450524.29816, 'last_price_update_time': 1774537118.910893}
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001190auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001095> (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-26 14: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-26 14:58:39 [ecarstrade.be] INFO: Extracting details for car 7001095auction111031
2026-03-26 14:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da92dc1d-5442-5254-baba-ca867f854e93 with identifier: 7001095auction111031
2026-03-26 14:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da92dc1d-5442-5254-baba-ca867f854e93 with scrape type 2
2026-03-26 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da92dc1d-5442-5254-baba-ca867f854e93 with scrape type 2
2026-03-26 14:58:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da92dc1d-5442-5254-baba-ca867f854e93, identifier: 7001095auction111031
2026-03-26 14:58:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da92dc1d-5442-5254-baba-ca867f854e93 with identifier: 7001095auction111031
2026-03-26 14:58:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da92dc1d-5442-5254-baba-ca867f854e93 with identifier: 7001095auction111031
2026-03-26 14:58:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da92dc1d-5442-5254-baba-ca867f854e93 with identifier: 7001095auction111031 to the API
2026-03-26 14:58:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001095>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'da92dc1d-5442-5254-baba-ca867f854e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001095',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 91061,
'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': 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': 2020}
2026-03-26 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001095auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:39 [ecarstrade.be] INFO: Saving data for 7001095auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450554.187532, 'last_price_update_time': 1774537119.955204}
2026-03-26 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001095auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001135> (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-26 14: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-26 14:58:41 [ecarstrade.be] INFO: Extracting details for car 7001135auction111032
2026-03-26 14:58:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f48cbf-c6f0-5080-8005-8e1a1085378a with identifier: 7001135auction111032
2026-03-26 14:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f48cbf-c6f0-5080-8005-8e1a1085378a with scrape type 2
2026-03-26 14:58:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f48cbf-c6f0-5080-8005-8e1a1085378a with scrape type 2
2026-03-26 14:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54f48cbf-c6f0-5080-8005-8e1a1085378a, identifier: 7001135auction111032
2026-03-26 14:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54f48cbf-c6f0-5080-8005-8e1a1085378a with identifier: 7001135auction111032
2026-03-26 14:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54f48cbf-c6f0-5080-8005-8e1a1085378a with identifier: 7001135auction111032
2026-03-26 14:58:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54f48cbf-c6f0-5080-8005-8e1a1085378a with identifier: 7001135auction111032 to the API
2026-03-26 14:58:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001135>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '54f48cbf-c6f0-5080-8005-8e1a1085378a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001135',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 87061,
'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': 'C3 Aircross Shine Business 1.2 PureTech 130CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Shine Business 1.2 PureTech 130CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001135auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:41 [ecarstrade.be] INFO: Saving data for 7001135auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450518.877788, 'last_price_update_time': 1774537121.720931}
2026-03-26 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001135auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001152> (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-26 14: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-26 14:58:42 [ecarstrade.be] INFO: Extracting details for car 7001152auction111032
2026-03-26 14:58:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4137bb12-fb7a-56de-8403-f895380b8055 with identifier: 7001152auction111032
2026-03-26 14:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4137bb12-fb7a-56de-8403-f895380b8055 with scrape type 2
2026-03-26 14:58:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4137bb12-fb7a-56de-8403-f895380b8055 with scrape type 2
2026-03-26 14:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4137bb12-fb7a-56de-8403-f895380b8055, identifier: 7001152auction111032
2026-03-26 14:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4137bb12-fb7a-56de-8403-f895380b8055 with identifier: 7001152auction111032
2026-03-26 14:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4137bb12-fb7a-56de-8403-f895380b8055 with identifier: 7001152auction111032
2026-03-26 14:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4137bb12-fb7a-56de-8403-f895380b8055 with identifier: 7001152auction111032 to the API
2026-03-26 14:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001152>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4137bb12-fb7a-56de-8403-f895380b8055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001152',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'i20',
'odometer': 77983,
'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': 'HYUNDAI i20 5p Berline 1.0 T-GDI 100 BUSINESS',
'transmission': 'manual',
'trim': 'HYUNDAI 5p Berline 1.0 T-GDI 100 BUSINESS',
'vin': None,
'year': 2018}
2026-03-26 14:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001152auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:42 [ecarstrade.be] INFO: Saving data for 7001152auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450521.024066, 'last_price_update_time': 1774537122.436044}
2026-03-26 14:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001152auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001143> (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-26 14: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-26 14:58:43 [ecarstrade.be] INFO: Extracting details for car 7001143auction111032
2026-03-26 14:58:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaabbebb-26a8-59f1-899e-fcf25350bcdc with identifier: 7001143auction111032
2026-03-26 14:58:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaabbebb-26a8-59f1-899e-fcf25350bcdc with scrape type 2
2026-03-26 14:58:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaabbebb-26a8-59f1-899e-fcf25350bcdc with scrape type 2
2026-03-26 14:58:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aaabbebb-26a8-59f1-899e-fcf25350bcdc, identifier: 7001143auction111032
2026-03-26 14:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aaabbebb-26a8-59f1-899e-fcf25350bcdc with identifier: 7001143auction111032
2026-03-26 14:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aaabbebb-26a8-59f1-899e-fcf25350bcdc with identifier: 7001143auction111032
2026-03-26 14:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aaabbebb-26a8-59f1-899e-fcf25350bcdc with identifier: 7001143auction111032 to the API
2026-03-26 14:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001143>
{'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': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'aaabbebb-26a8-59f1-899e-fcf25350bcdc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001143',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 47827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': '4 SportChic 1.2 PureTech 130CV BVM6 E6',
'transmission': 'manual',
'trim': '4 SportChic 1.2 PureTech 130CV BVM6 E6',
'vin': None,
'year': 2016}
2026-03-26 14:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001143auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:43 [ecarstrade.be] INFO: Saving data for 7001143auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450573.023667, 'last_price_update_time': 1774537123.771712}
2026-03-26 14:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001143auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001074> (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-26 14: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-26 14:58:44 [ecarstrade.be] INFO: Extracting details for car 7001074auction111031
2026-03-26 14:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4dcac39-e284-5aa0-b395-e5331e30749e with identifier: 7001074auction111031
2026-03-26 14:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4dcac39-e284-5aa0-b395-e5331e30749e with scrape type 2
2026-03-26 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4dcac39-e284-5aa0-b395-e5331e30749e with scrape type 2
2026-03-26 14:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4dcac39-e284-5aa0-b395-e5331e30749e, identifier: 7001074auction111031
2026-03-26 14:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4dcac39-e284-5aa0-b395-e5331e30749e with identifier: 7001074auction111031
2026-03-26 14:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4dcac39-e284-5aa0-b395-e5331e30749e with identifier: 7001074auction111031
2026-03-26 14:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4dcac39-e284-5aa0-b395-e5331e30749e with identifier: 7001074auction111031 to the API
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001074>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e4dcac39-e284-5aa0-b395-e5331e30749e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001074',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 91352,
'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': 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-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001074auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:45 [ecarstrade.be] INFO: Saving data for 7001074auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450520.472264, 'last_price_update_time': 1774537125.222718}
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001074auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001072> (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-26 14:58:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:45 [ecarstrade.be] INFO: Extracting details for car 7001072auction111031
2026-03-26 14:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df50dd17-ed31-5e11-b343-a39cc5b90007 with identifier: 7001072auction111031
2026-03-26 14:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df50dd17-ed31-5e11-b343-a39cc5b90007 with scrape type 2
2026-03-26 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df50dd17-ed31-5e11-b343-a39cc5b90007 with scrape type 2
2026-03-26 14:58:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df50dd17-ed31-5e11-b343-a39cc5b90007, identifier: 7001072auction111031
2026-03-26 14:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df50dd17-ed31-5e11-b343-a39cc5b90007 with identifier: 7001072auction111031
2026-03-26 14:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df50dd17-ed31-5e11-b343-a39cc5b90007 with identifier: 7001072auction111031
2026-03-26 14:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df50dd17-ed31-5e11-b343-a39cc5b90007 with identifier: 7001072auction111031 to the API
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001072>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'df50dd17-ed31-5e11-b343-a39cc5b90007',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001072',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 115318,
'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': 'Berlingo Fourgon Club M 650 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001072auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:45 [ecarstrade.be] INFO: Saving data for 7001072auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450538.024723, 'last_price_update_time': 1774537125.71665}
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001072auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001083> (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-26 14:58:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:46 [ecarstrade.be] INFO: Extracting details for car 7001083auction111031
2026-03-26 14:58:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ccf23cc-f128-557d-873e-a881c75d88d0 with identifier: 7001083auction111031
2026-03-26 14:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ccf23cc-f128-557d-873e-a881c75d88d0 with scrape type 2
2026-03-26 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ccf23cc-f128-557d-873e-a881c75d88d0 with scrape type 2
2026-03-26 14:58:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ccf23cc-f128-557d-873e-a881c75d88d0, identifier: 7001083auction111031
2026-03-26 14:58:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ccf23cc-f128-557d-873e-a881c75d88d0 with identifier: 7001083auction111031
2026-03-26 14:58:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ccf23cc-f128-557d-873e-a881c75d88d0 with identifier: 7001083auction111031
2026-03-26 14:58:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ccf23cc-f128-557d-873e-a881c75d88d0 with identifier: 7001083auction111031 to the API
2026-03-26 14:58:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001083>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '4ccf23cc-f128-557d-873e-a881c75d88d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001083',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Panda',
'odometer': 100414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Panda Easy 1.3 Multijet 95CV BVM5 E6 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Easy 1.3 Multijet 95CV BVM5 E6 / TRANSFO VP VF',
'vin': None,
'year': 2017}
2026-03-26 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001083auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:46 [ecarstrade.be] INFO: Saving data for 7001083auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450621.560091, 'last_price_update_time': 1774537126.760758}
2026-03-26 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001083auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001076> (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-26 14: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-26 14:58:47 [ecarstrade.be] INFO: Extracting details for car 7001076auction111031
2026-03-26 14:58:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3665d05-2696-55eb-a876-154808a5d6a8 with identifier: 7001076auction111031
2026-03-26 14:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3665d05-2696-55eb-a876-154808a5d6a8 with scrape type 2
2026-03-26 14:58:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3665d05-2696-55eb-a876-154808a5d6a8 with scrape type 2
2026-03-26 14:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3665d05-2696-55eb-a876-154808a5d6a8, identifier: 7001076auction111031
2026-03-26 14:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3665d05-2696-55eb-a876-154808a5d6a8 with identifier: 7001076auction111031
2026-03-26 14:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3665d05-2696-55eb-a876-154808a5d6a8 with identifier: 7001076auction111031
2026-03-26 14:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3665d05-2696-55eb-a876-154808a5d6a8 with identifier: 7001076auction111031 to the API
2026-03-26 14:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001076>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c3665d05-2696-55eb-a876-154808a5d6a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001076',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 119736,
'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': 'CITROEN C3 Société / 2020 / 5P / Berline PureTech 83 S&S BVM Feel '
'Nav',
'transmission': 'manual',
'trim': 'CITROEN Société / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Nav',
'vin': None,
'year': 2022}
2026-03-26 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001076auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:47 [ecarstrade.be] INFO: Saving data for 7001076auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450619.053291, 'last_price_update_time': 1774537127.910926}
2026-03-26 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001076auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001129> (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-26 14:58:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:49 [ecarstrade.be] INFO: Extracting details for car 7001129auction111032
2026-03-26 14:58:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with identifier: 7001129auction111032
2026-03-26 14:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with scrape type 2
2026-03-26 14:58:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with scrape type 2
2026-03-26 14:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99b80322-0d9c-5a3d-9803-f5018b8a84a1, identifier: 7001129auction111032
2026-03-26 14:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with identifier: 7001129auction111032
2026-03-26 14:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with identifier: 7001129auction111032
2026-03-26 14:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99b80322-0d9c-5a3d-9803-f5018b8a84a1 with identifier: 7001129auction111032 to the API
2026-03-26 14:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001129>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '99b80322-0d9c-5a3d-9803-f5018b8a84a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001129',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 96259,
'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': 'CITROEN C3 5p Berline PureTech 82 BVM Feel Business',
'transmission': 'manual',
'trim': 'CITROEN 5p Berline PureTech 82 BVM Feel Business',
'vin': None,
'year': 2018}
2026-03-26 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001129auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:49 [ecarstrade.be] INFO: Saving data for 7001129auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450621.039721, 'last_price_update_time': 1774537129.6448}
2026-03-26 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001129auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001077> (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-26 14:58:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:50 [ecarstrade.be] INFO: Extracting details for car 7001077auction111031
2026-03-26 14:58:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27428e52-7e14-52bb-a14b-606fe45a180d with identifier: 7001077auction111031
2026-03-26 14:58:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27428e52-7e14-52bb-a14b-606fe45a180d with scrape type 2
2026-03-26 14:58:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27428e52-7e14-52bb-a14b-606fe45a180d with scrape type 2
2026-03-26 14:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27428e52-7e14-52bb-a14b-606fe45a180d, identifier: 7001077auction111031
2026-03-26 14:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27428e52-7e14-52bb-a14b-606fe45a180d with identifier: 7001077auction111031
2026-03-26 14:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27428e52-7e14-52bb-a14b-606fe45a180d with identifier: 7001077auction111031
2026-03-26 14:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27428e52-7e14-52bb-a14b-606fe45a180d with identifier: 7001077auction111031 to the API
2026-03-26 14:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001077>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '27428e52-7e14-52bb-a14b-606fe45a180d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001077',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 50767,
'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 / VU PureTech 83 S&S BVM '
'Feel Nav',
'transmission': 'manual',
'trim': 'CITROEN Société / 2020 / 5P / Berline / VU PureTech 83 S&S BVM Feel '
'Nav',
'vin': None,
'year': 2021}
2026-03-26 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001077auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:50 [ecarstrade.be] INFO: Saving data for 7001077auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450540.8727, 'last_price_update_time': 1774537130.638303}
2026-03-26 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001077auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001079> (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-26 14: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-26 14:58:51 [ecarstrade.be] INFO: Extracting details for car 7001079auction111031
2026-03-26 14:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 988df856-1016-579c-bbfb-ca315b6a41e8 with identifier: 7001079auction111031
2026-03-26 14:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 988df856-1016-579c-bbfb-ca315b6a41e8 with scrape type 2
2026-03-26 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 988df856-1016-579c-bbfb-ca315b6a41e8 with scrape type 2
2026-03-26 14:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 988df856-1016-579c-bbfb-ca315b6a41e8, identifier: 7001079auction111031
2026-03-26 14:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 988df856-1016-579c-bbfb-ca315b6a41e8 with identifier: 7001079auction111031
2026-03-26 14:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 988df856-1016-579c-bbfb-ca315b6a41e8 with identifier: 7001079auction111031
2026-03-26 14:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 988df856-1016-579c-bbfb-ca315b6a41e8 with identifier: 7001079auction111031 to the API
2026-03-26 14:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001079>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '988df856-1016-579c-bbfb-ca315b6a41e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001079',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 106831,
'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': '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-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001079auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Saving data for 7001079auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450541.216137, 'last_price_update_time': 1774537132.020427}
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001079auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:52 [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-26 14: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-26 14:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001182> (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-26 14: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-26 14:58:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 6999707auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276999707auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 6999707auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000043auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000043auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000043auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000044auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000044auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000044auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000183auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000183auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000183auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000185auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000185auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000185auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000305auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000305auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000305auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000907auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000907auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000907auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000908auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000908auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000908auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000960auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000960auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000960auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7000961auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277000961auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7000961auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001062auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001062auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001062auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001063auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001063auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001063auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001064auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001064auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001064auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001065auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001065auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001065auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001344auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001344auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001344auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001393auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001393auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001393auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001949auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001949auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001949auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001952auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001952auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001952auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7001956auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001956auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7001956auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Found listing with ID: 7002132auction111006
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277002132auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Scrape type for 7002132auction111006: 0
2026-03-26 14:58:52 [ecarstrade.be] INFO: Extracting details for car 7001182auction111032
2026-03-26 14:58:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc643c6-4342-5358-ad66-785f6b027f23 with identifier: 7001182auction111032
2026-03-26 14:58:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc643c6-4342-5358-ad66-785f6b027f23 with scrape type 2
2026-03-26 14:58:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc643c6-4342-5358-ad66-785f6b027f23 with scrape type 2
2026-03-26 14:58:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bc643c6-4342-5358-ad66-785f6b027f23, identifier: 7001182auction111032
2026-03-26 14:58:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bc643c6-4342-5358-ad66-785f6b027f23 with identifier: 7001182auction111032
2026-03-26 14:58:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bc643c6-4342-5358-ad66-785f6b027f23 with identifier: 7001182auction111032
2026-03-26 14:58:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bc643c6-4342-5358-ad66-785f6b027f23 with identifier: 7001182auction111032 to the API
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001182>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '5bc643c6-4342-5358-ad66-785f6b027f23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001182',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 121182,
'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': '208 Allure Business 1.2 PureTech 110CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Allure Business 1.2 PureTech 110CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001182auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:52 [ecarstrade.be] INFO: Saving data for 7001182auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450539.019405, 'last_price_update_time': 1774537132.956731}
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001182auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001131> (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-26 14:58:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 14:58:53 [ecarstrade.be] INFO: Extracting details for car 7001131auction111032
2026-03-26 14:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 908d0ac8-6036-5ac5-b556-2a39e8c80452 with identifier: 7001131auction111032
2026-03-26 14:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908d0ac8-6036-5ac5-b556-2a39e8c80452 with scrape type 2
2026-03-26 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 908d0ac8-6036-5ac5-b556-2a39e8c80452 with scrape type 2
2026-03-26 14:58:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 908d0ac8-6036-5ac5-b556-2a39e8c80452, identifier: 7001131auction111032
2026-03-26 14:58:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 908d0ac8-6036-5ac5-b556-2a39e8c80452 with identifier: 7001131auction111032
2026-03-26 14:58:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 908d0ac8-6036-5ac5-b556-2a39e8c80452 with identifier: 7001131auction111032
2026-03-26 14:58:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 908d0ac8-6036-5ac5-b556-2a39e8c80452 with identifier: 7001131auction111032 to the API
2026-03-26 14:58:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001131>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '908d0ac8-6036-5ac5-b556-2a39e8c80452',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001131',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 106531,
'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': 'C3 Feel Business 1.2 PureTech 80CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Feel Business 1.2 PureTech 80CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001131auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:53 [ecarstrade.be] INFO: Saving data for 7001131auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450526.134298, 'last_price_update_time': 1774537133.835395}
2026-03-26 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001131auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001212> (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-26 14: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-26 14:58:56 [ecarstrade.be] INFO: Extracting details for car 7001212auction111032
2026-03-26 14:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a7675ac-ae71-51af-aab5-61786f647969 with identifier: 7001212auction111032
2026-03-26 14:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a7675ac-ae71-51af-aab5-61786f647969 with scrape type 2
2026-03-26 14:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a7675ac-ae71-51af-aab5-61786f647969 with scrape type 2
2026-03-26 14:58:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a7675ac-ae71-51af-aab5-61786f647969, identifier: 7001212auction111032
2026-03-26 14:58:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a7675ac-ae71-51af-aab5-61786f647969 with identifier: 7001212auction111032
2026-03-26 14:58:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a7675ac-ae71-51af-aab5-61786f647969 with identifier: 7001212auction111032
2026-03-26 14:58:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a7675ac-ae71-51af-aab5-61786f647969 with identifier: 7001212auction111032 to the API
2026-03-26 14:58:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001212>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '1a7675ac-ae71-51af-aab5-61786f647969',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001212',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 113895,
'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': 'Kadjar Business 1.2 TCe 130CV BVM6 E6',
'transmission': 'manual',
'trim': 'Business 1.2 TCe 130CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-26 14:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001212auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:56 [ecarstrade.be] INFO: Saving data for 7001212auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450474.611305, 'last_price_update_time': 1774537136.711928}
2026-03-26 14:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001212auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001086> (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-26 14:58:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001177> (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-26 14:58:56 [ecarstrade.be] INFO: Extracting details for car 7001086auction111031
2026-03-26 14:58:56 [ecarstrade.be] INFO: Extracting details for car 7001177auction111032
2026-03-26 14:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with identifier: 7001086auction111031
2026-03-26 14:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with scrape type 2
2026-03-26 14:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with scrape type 2
2026-03-26 14:58:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52, identifier: 7001086auction111031
2026-03-26 14:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with identifier: 7001177auction111032
2026-03-26 14:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with scrape type 2
2026-03-26 14:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with scrape type 2
2026-03-26 14:58:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0be2577-70a8-5cef-bbf9-21dc7988d2c5, identifier: 7001177auction111032
2026-03-26 14:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with identifier: 7001086auction111031
2026-03-26 14:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with identifier: 7001086auction111031
2026-03-26 14:58:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30a23e01-7522-5e23-b4b6-0b6fcb9e7f52 with identifier: 7001086auction111031 to the API
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001086>
{'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-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '30a23e01-7522-5e23-b4b6-0b6fcb9e7f52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001086',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 108552,
'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': '208 Premium 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001086auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:57 [ecarstrade.be] INFO: Saving data for 7001086auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450522.188881, 'last_price_update_time': 1774537137.457785}
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001086auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with identifier: 7001177auction111032
2026-03-26 14:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with identifier: 7001177auction111032
2026-03-26 14:58:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0be2577-70a8-5cef-bbf9-21dc7988d2c5 with identifier: 7001177auction111032 to the API
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:58:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001177>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'b0be2577-70a8-5cef-bbf9-21dc7988d2c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001177',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '2008',
'odometer': 92685,
'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': '2008 Allure Business 1.2 PureTech 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Allure Business 1.2 PureTech 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001177auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:58:57 [ecarstrade.be] INFO: Saving data for 7001177auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450538.558257, 'last_price_update_time': 1774537137.760492}
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001177auction111032') HTTP/1.1" 204 0
2026-03-26 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001093> (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-26 14:58:59 [ecarstrade.be] INFO: Extracting details for car 7001093auction111031
2026-03-26 14:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e9e5ab-6dba-5051-b456-c523ccee3897 with identifier: 7001093auction111031
2026-03-26 14:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e9e5ab-6dba-5051-b456-c523ccee3897 with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e9e5ab-6dba-5051-b456-c523ccee3897 with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6e9e5ab-6dba-5051-b456-c523ccee3897, identifier: 7001093auction111031
2026-03-26 14:58:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6e9e5ab-6dba-5051-b456-c523ccee3897 with identifier: 7001093auction111031
2026-03-26 14:58:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6e9e5ab-6dba-5051-b456-c523ccee3897 with identifier: 7001093auction111031
2026-03-26 14:58:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6e9e5ab-6dba-5051-b456-c523ccee3897 with identifier: 7001093auction111031 to the API
2026-03-26 14:58:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:58: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-26 14:58:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001093>
{'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-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e6e9e5ab-6dba-5051-b456-c523ccee3897',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001093',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 74188,
'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': 'Clio V Société Air Nav 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-26 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001093auction111031%27 HTTP/1.1" 200 None
2026-03-26 14:58:59 [ecarstrade.be] INFO: Saving data for 7001093auction111031: {'auction_closing_time': 1774622400.0, 'created_time': 1774450536.77916, 'last_price_update_time': 1774537139.603043}
2026-03-26 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001093auction111031') HTTP/1.1" 204 0
2026-03-26 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001193> (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-26 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001132> (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-26 14:58:59 [ecarstrade.be] INFO: Extracting details for car 7001193auction111032
2026-03-26 14:58:59 [ecarstrade.be] INFO: Extracting details for car 7001132auction111032
2026-03-26 14:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with identifier: 7001193auction111032
2026-03-26 14:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 209eb32b-3586-53e1-9d97-2b9fdc87a8c3, identifier: 7001193auction111032
2026-03-26 14:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e11f231-b398-504b-9285-bed370fbecbe with identifier: 7001132auction111032
2026-03-26 14:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e11f231-b398-504b-9285-bed370fbecbe with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e11f231-b398-504b-9285-bed370fbecbe with scrape type 2
2026-03-26 14:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e11f231-b398-504b-9285-bed370fbecbe, identifier: 7001132auction111032
2026-03-26 14:58:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with identifier: 7001193auction111032
2026-03-26 14:58:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with identifier: 7001193auction111032
2026-03-26 14:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 209eb32b-3586-53e1-9d97-2b9fdc87a8c3 with identifier: 7001193auction111032 to the API
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001193>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '209eb32b-3586-53e1-9d97-2b9fdc87a8c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001193',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 71284,
'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': 5,
'seller_name': None,
'title': '308 SW Active Business 1.2 PureTech 110CV BVM5 E6',
'transmission': 'manual',
'trim': 'SW Active Business 1.2 PureTech 110CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001193auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:59:00 [ecarstrade.be] INFO: Saving data for 7001193auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450523.203789, 'last_price_update_time': 1774537140.257493}
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001193auction111032') HTTP/1.1" 204 0
2026-03-26 14:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e11f231-b398-504b-9285-bed370fbecbe with identifier: 7001132auction111032
2026-03-26 14:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e11f231-b398-504b-9285-bed370fbecbe with identifier: 7001132auction111032
2026-03-26 14:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e11f231-b398-504b-9285-bed370fbecbe with identifier: 7001132auction111032 to the API
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14: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-26 14:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001132>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8e11f231-b398-504b-9285-bed370fbecbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001132',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 87344,
'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': 'C3 Aircross Feel Business 1.2 PureTech 110CV BVA6 E6dT',
'transmission': 'automatic',
'trim': 'Feel Business 1.2 PureTech 110CV BVA6 E6dT',
'vin': None,
'year': 2019}
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%277001132auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:59:00 [ecarstrade.be] INFO: Saving data for 7001132auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450583.557017, 'last_price_update_time': 1774537140.761444}
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001132auction111032') HTTP/1.1" 204 0
2026-03-26 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001145> (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-26 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001191> (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-26 14:59:00 [ecarstrade.be] INFO: Extracting details for car 7001145auction111032
2026-03-26 14:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91959289-aee3-5eb3-b39e-04f4edef396a with identifier: 7001145auction111032
2026-03-26 14:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91959289-aee3-5eb3-b39e-04f4edef396a with scrape type 2
2026-03-26 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91959289-aee3-5eb3-b39e-04f4edef396a with scrape type 2
2026-03-26 14:59:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91959289-aee3-5eb3-b39e-04f4edef396a, identifier: 7001145auction111032
2026-03-26 14:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91959289-aee3-5eb3-b39e-04f4edef396a with identifier: 7001145auction111032
2026-03-26 14:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91959289-aee3-5eb3-b39e-04f4edef396a with identifier: 7001145auction111032
2026-03-26 14:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91959289-aee3-5eb3-b39e-04f4edef396a with identifier: 7001145auction111032 to the API
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:59: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-26 14:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001145>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '91959289-aee3-5eb3-b39e-04f4edef396a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001145',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'DS3',
'odometer': 39717,
'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': '3 Crossback So Chic 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': '3 Crossback So Chic 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001145auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:59:01 [ecarstrade.be] INFO: Saving data for 7001145auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450490.053112, 'last_price_update_time': 1774537141.241019}
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001145auction111032') HTTP/1.1" 204 0
2026-03-26 14:59:01 [ecarstrade.be] INFO: Extracting details for car 7001191auction111032
2026-03-26 14:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f04647ec-9154-5757-8893-f9255eea5f4e with identifier: 7001191auction111032
2026-03-26 14:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f04647ec-9154-5757-8893-f9255eea5f4e with scrape type 2
2026-03-26 14:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f04647ec-9154-5757-8893-f9255eea5f4e with scrape type 2
2026-03-26 14:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f04647ec-9154-5757-8893-f9255eea5f4e, identifier: 7001191auction111032
2026-03-26 14:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f04647ec-9154-5757-8893-f9255eea5f4e with identifier: 7001191auction111032
2026-03-26 14:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f04647ec-9154-5757-8893-f9255eea5f4e with identifier: 7001191auction111032
2026-03-26 14:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f04647ec-9154-5757-8893-f9255eea5f4e with identifier: 7001191auction111032 to the API
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:59: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-26 14:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001191>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f04647ec-9154-5757-8893-f9255eea5f4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001191',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 84644,
'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-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001191auction111032%27 HTTP/1.1" 200 None
2026-03-26 14:59:01 [ecarstrade.be] INFO: Saving data for 7001191auction111032: {'auction_closing_time': 1774622400.0, 'created_time': 1774450537.707576, 'last_price_update_time': 1774537141.734854}
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001191auction111032') HTTP/1.1" 204 0
2026-03-26 14:59:02 [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-26 14:59:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002134auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002134auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002134auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002136auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002136auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002136auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002137auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002137auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002137auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002140auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002140auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002140auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002399auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002399auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002399auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002433auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002433auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002433auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002434auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002434auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002434auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002435auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002435auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002435auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002444auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002444auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002444auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002469auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002469auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002469auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002640auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002640auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002640auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002641auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002641auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002641auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002733auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002733auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002733auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002742auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002742auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002742auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002743auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002743auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002743auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002744auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002744auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002744auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002746auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002746auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002746auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002763auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002763auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002763auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 7002764auction111006
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002764auction111006%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 7002764auction111006: 0
2026-03-26 14:59:03 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:03 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-26 14: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-26 14:59:06 [scrapy.extensions.logstats] INFO: Crawled 722 pages (at 52 pages/min), scraped 649 items (at 48 items/min)
2026-03-26 14:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 14:59:10 [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-26 14:59:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-26 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:10 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-26 14:59:10 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 2
2026-03-26 14: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-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-26 14:59:11 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-26 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:11 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-26 14: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-26 14:59:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6625391> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 14:59:17 [ecarstrade.be] INFO: Extracting details for car 6625391auction106404
2026-03-26 14:59:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-26 14:59:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-26 14:59:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-26 14:59:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6625391auction106404
2026-03-26 14:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-26 14:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-26 14:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404 to the API
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%27161bac83-b20e-5be0-949a-e809ec76ec29%27 HTTP/1.1" 200 None
2026-03-26 14:59:17 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 161bac83-b20e-5be0-949a-e809ec76ec29: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Other\u0022, \u0022Model\u0022: \u0022Volkswagen\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6625391\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T14:56:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 6, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022161bac83-b20e-5be0-949a-e809ec76ec29\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 14:59:16 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 14:59:17 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 14:59:17 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T14:56:03Z',
'fuel_type': 'Diesel',
'id': '161bac83-b20e-5be0-949a-e809ec76ec29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6625391',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'transmission': 'automatic',
'trim': 'Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:17 [ecarstrade.be] INFO: Saving data for 6625391auction106404: {'auction_closing_time': 1774709763.0, 'created_time': 1773587150.429467, 'last_price_update_time': 1774537157.887907}
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6625391auction106404') HTTP/1.1" 204 0
2026-03-26 14:59:46 [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-26 14:59:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6745347auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276745347auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6745347auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6747731auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6747731auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276760880auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276764589auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276764590auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276764591auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-26 14:59:47 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-26 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:47 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-26 14: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-26 14:59:53 [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-26 14:59:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-26 14:59:53 [ecarstrade.be] INFO: Found listing with ID: 6808194auction106404
2026-03-26 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 14: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%276808194auction106404%27 HTTP/1.1" 200 None
2026-03-26 14:59:53 [ecarstrade.be] INFO: Scrape type for 6808194auction106404: 1
2026-03-26 14: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-26 14: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-26 15:00:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808194> (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-26 15:00:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:00:01 [ecarstrade.be] INFO: Extracting details for car 6808194auction106404
2026-03-26 15:00:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63937e9f-042e-526e-b56b-c8f3bf732e8b with identifier: 6808194auction106404
2026-03-26 15:00:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63937e9f-042e-526e-b56b-c8f3bf732e8b with scrape type 1
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_001/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_002/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_003/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_004/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839759auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842641auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842642auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842643auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842644auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842645auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842646auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842647auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850913auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850914auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852772auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852773auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-26 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900173auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-26 15: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-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_005/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6800001-6810000%252F6808194%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1769514852%27 HTTP/1.1" 200 None
2026-03-26 15:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_006/780x0__r.jpg?hash=1769514852 not downloaded yet
2026-03-26 15:00:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_001/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_004/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_002/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_005/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_003/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_006/780x0__r.jpg?hash=1769514852> (referer: https://ecarstrade.com/cars/6808194)
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63937e9f-042e-526e-b56b-c8f3bf732e8b
2026-03-26 15:00:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63937e9f-042e-526e-b56b-c8f3bf732e8b, skipping ID generation
2026-03-26 15:00:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63937e9f-042e-526e-b56b-c8f3bf732e8b with scrape type 1
2026-03-26 15:00:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63937e9f-042e-526e-b56b-c8f3bf732e8b sending to next pipeline
2026-03-26 15:00:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63937e9f-042e-526e-b56b-c8f3bf732e8b, identifier: 6808194auction106404
2026-03-26 15:00:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63937e9f-042e-526e-b56b-c8f3bf732e8b with identifier: 6808194auction106404
2026-03-26 15:00:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63937e9f-042e-526e-b56b-c8f3bf732e8b with identifier: 6808194auction106404
2026-03-26 15:00:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63937e9f-042e-526e-b56b-c8f3bf732e8b with identifier: 6808194auction106404 to the API
2026-03-26 15:00:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:00:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6808194/photo_006/780x0__r.jpg?hash=1769514852>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T14:56:03Z',
'fuel_type': 'Petrol',
'id': '63937e9f-042e-526e-b56b-c8f3bf732e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6808194',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno TCe 90',
'transmission': 'manual',
'trim': 'Techno TCe 90',
'vin': None,
'year': 2025}
2026-03-26 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276808194auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:04 [ecarstrade.be] INFO: Saving data for 6808194auction106404: {'created_time': 1774537204.422986, 'last_price_update_time': 1774537204.423001, 'auction_closing_time': 1774709763.0}
2026-03-26 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808194auction106404') HTTP/1.1" 204 0
2026-03-26 15:00:06 [scrapy.extensions.logstats] INFO: Crawled 728 pages (at 6 pages/min), scraped 650 items (at 1 items/min)
2026-03-26 15:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:00:08 [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-26 15:00:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900178auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900316auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900318auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900442auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-26 15:00:08 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:00:08 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-26 15:00:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:15 [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-26 15:00:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6951921auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6951921auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:15 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-26 15:00:15 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-26 15:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-26 15:00:16 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:16 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-26 15:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:23 [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-26 15:00:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951893auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951893auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951893auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-26 15:00:23 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-26 15:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:23 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-26 15:00:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:29 [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-26 15:00:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951865auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951865auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951865auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-26 15:00:30 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:30 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-26 15:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:36 [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-26 15:00:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6928534auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928534auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6928534auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:36 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-26 15:00:36 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-26 15:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-26 15:00:37 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-26 15:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:37 [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-26 15:00:37 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-26 15:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926692auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926692auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926692auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-26 15:00:44 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-26 15:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:00:44 [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-26 15:00:44 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-26 15:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:00:51 [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-26 15:00:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903159auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903159auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903159auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903125auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903125auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903125auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6904846auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904846auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6904846auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6904849auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904849auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6904849auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-26 15:00:51 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-26 15:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:51 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-26 15: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-26 15:00:59 [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-26 15:00:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6835247auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276835247auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6835247auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 0
2026-03-26 15:00:59 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-26 15:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:00:59 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 0
2026-03-26 15:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:05 [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-26 15:01:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6880550auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6880550auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6926667auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6926667auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6656186auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6656186auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6878920auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6878920auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6435333auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6435333auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6494184auction61871
2026-03-26 15:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:05 [ecarstrade.be] INFO: Scrape type for 6494184auction61871: 0
2026-03-26 15:01:05 [ecarstrade.be] INFO: Found listing with ID: 6418438auction61871
2026-03-26 15:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:06 [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-26 15:01:06 [ecarstrade.be] INFO: Scrape type for 6418438auction61871: 0
2026-03-26 15:01:06 [ecarstrade.be] INFO: Found listing with ID: 6973069auction61871
2026-03-26 15:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:06 [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-26 15:01:06 [ecarstrade.be] INFO: Scrape type for 6973069auction61871: 2
2026-03-26 15:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:06 [ecarstrade.be] INFO: Found listing with ID: 6973070auction61871
2026-03-26 15:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:06 [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-26 15:01:06 [ecarstrade.be] INFO: Scrape type for 6973070auction61871: 2
2026-03-26 15:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:06 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-26 15:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01: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-26 15:01:06 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 2
2026-03-26 15:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:06 [scrapy.extensions.logstats] INFO: Crawled 737 pages (at 9 pages/min), scraped 650 items (at 0 items/min)
2026-03-26 15:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974500> (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-26 15:01:12 [ecarstrade.be] INFO: Extracting details for car 6974500auction61871
2026-03-26 15:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-26 15:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57368944-8979-5ebe-a42d-1b3e11357706 with scrape type 2
2026-03-26 15:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57368944-8979-5ebe-a42d-1b3e11357706 with scrape type 2
2026-03-26 15:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57368944-8979-5ebe-a42d-1b3e11357706, identifier: 6974500auction61871
2026-03-26 15:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-26 15:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-26 15:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871 to the API
2026-03-26 15:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:13 [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-28T15:40:03Z',
'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-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:13 [ecarstrade.be] INFO: Saving data for 6974500auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761092.938325, 'last_price_update_time': 1774537273.041259}
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974500auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973070> (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-26 15:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973069> (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-26 15:01:13 [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-26 15:01:13 [ecarstrade.be] INFO: Extracting details for car 6973070auction61871
2026-03-26 15:01:13 [ecarstrade.be] INFO: Extracting details for car 6973069auction61871
2026-03-26 15:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-26 15:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0b98804-bb3f-55cc-842c-9eda05df17a1 with scrape type 2
2026-03-26 15:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0b98804-bb3f-55cc-842c-9eda05df17a1 with scrape type 2
2026-03-26 15:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0b98804-bb3f-55cc-842c-9eda05df17a1, identifier: 6973070auction61871
2026-03-26 15:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-26 15:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with scrape type 2
2026-03-26 15:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with scrape type 2
2026-03-26 15:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5, identifier: 6973069auction61871
2026-03-26 15:01:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-26 15:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-26 15:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871 to the API
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:13 [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-28T15:40:03Z',
'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-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:13 [ecarstrade.be] INFO: Saving data for 6973070auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760624.790671, 'last_price_update_time': 1774537273.799593}
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973070auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-26 15:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-26 15:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871 to the API
2026-03-26 15:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01: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-26 15:01:14 [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-28T15:40:03Z',
'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-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Saving data for 6973069auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760692.136472, 'last_price_update_time': 1774537274.253539}
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973069auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 0
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973068auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973068auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974499auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974499auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973065auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973065auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973066auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973066auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974497auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974497auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973060auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973060auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973064auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973064auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974493auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974493auction61871: 2
2026-03-26 15:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974494auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974494auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974496auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974496auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974487auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974487auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974487auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 2
2026-03-26 15:01:14 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-26 15:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:14 [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-26 15:01:14 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 2
2026-03-26 15:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973064> (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-26 15:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973065> (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-26 15:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974497> (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-26 15:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:20 [ecarstrade.be] INFO: Extracting details for car 6973064auction61871
2026-03-26 15:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-26 15:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adfcca08-79b8-5af8-9ca7-39daff93f30c with scrape type 2
2026-03-26 15:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adfcca08-79b8-5af8-9ca7-39daff93f30c with scrape type 2
2026-03-26 15:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: adfcca08-79b8-5af8-9ca7-39daff93f30c, identifier: 6973064auction61871
2026-03-26 15:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-26 15:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-26 15:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871 to the API
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:21 [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-28T15:40:03Z',
'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-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:21 [ecarstrade.be] INFO: Saving data for 6973064auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760788.950488, 'last_price_update_time': 1774537281.222428}
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973064auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:21 [ecarstrade.be] INFO: Extracting details for car 6973065auction61871
2026-03-26 15:01:21 [ecarstrade.be] INFO: Extracting details for car 6974497auction61871
2026-03-26 15:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973068> (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-26 15:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973060> (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-26 15:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973066> (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-26 15:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-26 15:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b672300-f09f-58da-8a08-6d43051de677 with scrape type 2
2026-03-26 15:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b672300-f09f-58da-8a08-6d43051de677 with scrape type 2
2026-03-26 15:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b672300-f09f-58da-8a08-6d43051de677, identifier: 6973065auction61871
2026-03-26 15:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-26 15:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b643ca-5084-5632-8545-c1c4a8e52d7d with scrape type 2
2026-03-26 15:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b643ca-5084-5632-8545-c1c4a8e52d7d with scrape type 2
2026-03-26 15:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26b643ca-5084-5632-8545-c1c4a8e52d7d, identifier: 6974497auction61871
2026-03-26 15:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-26 15:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-26 15:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871 to the API
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:21 [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-28T15:40:03Z',
'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-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:21 [ecarstrade.be] INFO: Saving data for 6973065auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760627.065596, 'last_price_update_time': 1774537281.95358}
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973065auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-26 15:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-26 15:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871 to the API
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:22 [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-28T15:40:03Z',
'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-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:22 [ecarstrade.be] INFO: Saving data for 6974497auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761159.902363, 'last_price_update_time': 1774537282.295328}
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974497auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:22 [ecarstrade.be] INFO: Extracting details for car 6973068auction61871
2026-03-26 15:01:22 [ecarstrade.be] INFO: Extracting details for car 6973060auction61871
2026-03-26 15:01:22 [ecarstrade.be] INFO: Extracting details for car 6973066auction61871
2026-03-26 15:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974499> (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-26 15:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-26 15:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421, identifier: 6973068auction61871
2026-03-26 15:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-26 15:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9, identifier: 6973060auction61871
2026-03-26 15:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-26 15:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fec274d-247c-5242-af0c-08a4eea28920 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fec274d-247c-5242-af0c-08a4eea28920 with scrape type 2
2026-03-26 15:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fec274d-247c-5242-af0c-08a4eea28920, identifier: 6973066auction61871
2026-03-26 15:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-26 15:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-26 15:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871 to the API
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:22 [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-28T15:40:03Z',
'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-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:22 [ecarstrade.be] INFO: Saving data for 6973068auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760623.869532, 'last_price_update_time': 1774537282.968881}
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973068auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-26 15:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-26 15:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871 to the API
2026-03-26 15:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:23 [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-28T15:40:03Z',
'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-26 15:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:23 [ecarstrade.be] INFO: Saving data for 6973060auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773767253.869902, 'last_price_update_time': 1774537283.325237}
2026-03-26 15:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973060auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-26 15:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-26 15:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871 to the API
2026-03-26 15:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:24 [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-28T15:40:03Z',
'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-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Saving data for 6973066auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760625.57222, 'last_price_update_time': 1774537284.156124}
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973066auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:24 [ecarstrade.be] INFO: Extracting details for car 6974499auction61871
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-26 15:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with scrape type 2
2026-03-26 15:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with scrape type 2
2026-03-26 15:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa, identifier: 6974499auction61871
2026-03-26 15:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-26 15:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-26 15:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871 to the API
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:24 [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-28T15:40:03Z',
'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-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Saving data for 6974499auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761176.964699, 'last_price_update_time': 1774537284.757164}
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974499auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-26 15:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:24 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 2
2026-03-26 15:01:24 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6973047auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973047auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973047auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6974471auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6974471auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 2
2026-03-26 15:01:25 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-26 15:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:25 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 2
2026-03-26 15:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974494> (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-26 15: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-26 15:01:29 [ecarstrade.be] INFO: Extracting details for car 6974494auction61871
2026-03-26 15:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-26 15:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af4bb50f-3da5-556a-81e9-c6cc8d106332 with scrape type 2
2026-03-26 15:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af4bb50f-3da5-556a-81e9-c6cc8d106332 with scrape type 2
2026-03-26 15:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af4bb50f-3da5-556a-81e9-c6cc8d106332, identifier: 6974494auction61871
2026-03-26 15:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-26 15:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-26 15:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871 to the API
2026-03-26 15:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:29 [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-28T15:40:03Z',
'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-26 15:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:29 [ecarstrade.be] INFO: Saving data for 6974494auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761164.964833, 'last_price_update_time': 1774537289.970892}
2026-03-26 15:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974494auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974496> (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-26 15: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-26 15:01:30 [ecarstrade.be] INFO: Extracting details for car 6974496auction61871
2026-03-26 15:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-26 15:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1f53b5b-3da0-5645-a732-3a05b38ca2d1, identifier: 6974496auction61871
2026-03-26 15:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-26 15:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-26 15:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871 to the API
2026-03-26 15:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:30 [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-28T15:40:03Z',
'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-26 15:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:30 [ecarstrade.be] INFO: Saving data for 6974496auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761091.949871, 'last_price_update_time': 1774537290.616373}
2026-03-26 15:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974496auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974489> (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-26 15: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-26 15:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974487> (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-26 15: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-26 15:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974485> (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-26 15: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-26 15:01:30 [ecarstrade.be] INFO: Extracting details for car 6974489auction61871
2026-03-26 15:01:30 [ecarstrade.be] INFO: Extracting details for car 6974487auction61871
2026-03-26 15:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-26 15:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfa6b33a-60c4-5bb5-a399-acd705bb05f6, identifier: 6974489auction61871
2026-03-26 15:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385fa9e7-2a98-52c3-a567-34900810a1ed with identifier: 6974487auction61871
2026-03-26 15:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385fa9e7-2a98-52c3-a567-34900810a1ed with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385fa9e7-2a98-52c3-a567-34900810a1ed with scrape type 2
2026-03-26 15:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 385fa9e7-2a98-52c3-a567-34900810a1ed, identifier: 6974487auction61871
2026-03-26 15:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-26 15:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-26 15:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871 to the API
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:31 [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-28T15:40:03Z',
'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-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:31 [ecarstrade.be] INFO: Saving data for 6974489auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761091.246397, 'last_price_update_time': 1774537291.403704}
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974489auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 385fa9e7-2a98-52c3-a567-34900810a1ed with identifier: 6974487auction61871
2026-03-26 15:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 385fa9e7-2a98-52c3-a567-34900810a1ed with identifier: 6974487auction61871
2026-03-26 15:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 385fa9e7-2a98-52c3-a567-34900810a1ed with identifier: 6974487auction61871 to the API
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974487>
{'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-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '385fa9e7-2a98-52c3-a567-34900810a1ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974487',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '3008',
'odometer': 198264,
'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 DIESEL - 2021 1.5 BlueHDi 130 Allure 5d',
'transmission': 'manual',
'trim': 'PEUGEOT DIESEL - 2021 1.5 BlueHDi 130 Allure 5d',
'vin': None,
'year': 2021}
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974487auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:31 [ecarstrade.be] INFO: Saving data for 6974487auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760991.975061, 'last_price_update_time': 1774537291.755455}
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974487auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:31 [ecarstrade.be] INFO: Extracting details for car 6974485auction61871
2026-03-26 15:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974490> (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-26 15: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-26 15:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973059> (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-26 15:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974493> (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-26 15: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-26 15: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-26 15:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-26 15:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9713602-7b36-52b0-b5b8-7df342181562 with scrape type 2
2026-03-26 15:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9713602-7b36-52b0-b5b8-7df342181562 with scrape type 2
2026-03-26 15:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9713602-7b36-52b0-b5b8-7df342181562, identifier: 6974485auction61871
2026-03-26 15:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-26 15:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-26 15:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871 to the API
2026-03-26 15:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:32 [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-28T15:40:03Z',
'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-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:32 [ecarstrade.be] INFO: Saving data for 6974485auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760993.139165, 'last_price_update_time': 1774537292.191631}
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974485auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:32 [ecarstrade.be] INFO: Extracting details for car 6974490auction61871
2026-03-26 15:01:32 [ecarstrade.be] INFO: Extracting details for car 6973059auction61871
2026-03-26 15:01:32 [ecarstrade.be] INFO: Extracting details for car 6974493auction61871
2026-03-26 15:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-26 15:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca2aaac-8893-53a5-a297-294f895985f0 with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca2aaac-8893-53a5-a297-294f895985f0 with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ca2aaac-8893-53a5-a297-294f895985f0, identifier: 6974490auction61871
2026-03-26 15:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-26 15:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd, identifier: 6973059auction61871
2026-03-26 15:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-26 15:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e759d92-1014-5441-aca9-7bd3cfa4549b with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e759d92-1014-5441-aca9-7bd3cfa4549b with scrape type 2
2026-03-26 15:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e759d92-1014-5441-aca9-7bd3cfa4549b, identifier: 6974493auction61871
2026-03-26 15:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-26 15:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-26 15:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871 to the API
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:32 [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-28T15:40:03Z',
'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-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:32 [ecarstrade.be] INFO: Saving data for 6974490auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760991.376734, 'last_price_update_time': 1774537292.811294}
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974490auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-26 15:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-26 15:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871 to the API
2026-03-26 15:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:33 [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-28T15:40:03Z',
'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-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:33 [ecarstrade.be] INFO: Saving data for 6973059auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760474.49314, 'last_price_update_time': 1774537293.14404}
2026-03-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973059auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-26 15:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-26 15:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871 to the API
2026-03-26 15:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:33 [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-28T15:40:03Z',
'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-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:33 [ecarstrade.be] INFO: Saving data for 6974493auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761140.201177, 'last_price_update_time': 1774537293.4431}
2026-03-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974493auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973053> (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-26 15: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-26 15:01:36 [ecarstrade.be] INFO: Extracting details for car 6973053auction61871
2026-03-26 15:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-26 15:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a8f7b43-c902-5101-8437-8e83e6a5c714 with scrape type 2
2026-03-26 15:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a8f7b43-c902-5101-8437-8e83e6a5c714 with scrape type 2
2026-03-26 15:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a8f7b43-c902-5101-8437-8e83e6a5c714, identifier: 6973053auction61871
2026-03-26 15:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-26 15:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-26 15:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871 to the API
2026-03-26 15:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:36 [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-28T15:40:03Z',
'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-26 15:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:36 [ecarstrade.be] INFO: Saving data for 6973053auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760471.967467, 'last_price_update_time': 1774537296.973531}
2026-03-26 15:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973053auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973058> (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-26 15:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:37 [ecarstrade.be] INFO: Extracting details for car 6973058auction61871
2026-03-26 15:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-26 15:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ee4b74-b658-57b7-9ba0-28ebb792d255 with scrape type 2
2026-03-26 15:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ee4b74-b658-57b7-9ba0-28ebb792d255 with scrape type 2
2026-03-26 15:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09ee4b74-b658-57b7-9ba0-28ebb792d255, identifier: 6973058auction61871
2026-03-26 15:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-26 15:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-26 15:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871 to the API
2026-03-26 15:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:37 [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-28T15:40:03Z',
'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-26 15:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:37 [ecarstrade.be] INFO: Saving data for 6973058auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760414.265975, 'last_price_update_time': 1774537297.648687}
2026-03-26 15:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973058auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974486> (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-26 15: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-26 15:01:38 [ecarstrade.be] INFO: Extracting details for car 6974486auction61871
2026-03-26 15:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-26 15:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with scrape type 2
2026-03-26 15:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with scrape type 2
2026-03-26 15:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8, identifier: 6974486auction61871
2026-03-26 15:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-26 15:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-26 15:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871 to the API
2026-03-26 15:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:38 [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-28T15:40:03Z',
'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-26 15:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:38 [ecarstrade.be] INFO: Saving data for 6974486auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773761089.597156, 'last_price_update_time': 1774537298.661086}
2026-03-26 15:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974486auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974481> (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-26 15: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-26 15:01:39 [ecarstrade.be] INFO: Extracting details for car 6974481auction61871
2026-03-26 15:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-26 15:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with scrape type 2
2026-03-26 15:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with scrape type 2
2026-03-26 15:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06, identifier: 6974481auction61871
2026-03-26 15:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-26 15:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-26 15:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871 to the API
2026-03-26 15:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:39 [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-28T15:40:03Z',
'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-26 15:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:39 [ecarstrade.be] INFO: Saving data for 6974481auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760691.367535, 'last_price_update_time': 1774537299.422298}
2026-03-26 15:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974481auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974477> (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-26 15: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-26 15:01:39 [ecarstrade.be] INFO: Extracting details for car 6974477auction61871
2026-03-26 15:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-26 15:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bf0f495-913b-5f36-a446-ca047f5ebea0 with scrape type 2
2026-03-26 15:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bf0f495-913b-5f36-a446-ca047f5ebea0 with scrape type 2
2026-03-26 15:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bf0f495-913b-5f36-a446-ca047f5ebea0, identifier: 6974477auction61871
2026-03-26 15:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-26 15:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-26 15:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871 to the API
2026-03-26 15:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:40 [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-28T15:40:03Z',
'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-26 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:40 [ecarstrade.be] INFO: Saving data for 6974477auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760689.929007, 'last_price_update_time': 1774537300.217765}
2026-03-26 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974477auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973055> (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-26 15: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-26 15:01:41 [ecarstrade.be] INFO: Extracting details for car 6973055auction61871
2026-03-26 15:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-26 15:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with scrape type 2
2026-03-26 15:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with scrape type 2
2026-03-26 15:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f, identifier: 6973055auction61871
2026-03-26 15:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-26 15:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-26 15:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871 to the API
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:41 [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-28T15:40:03Z',
'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-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:41 [ecarstrade.be] INFO: Saving data for 6973055auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760476.150872, 'last_price_update_time': 1774537301.488528}
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973055auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:41 [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-26 15: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-26 15:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974480> (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-26 15: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-26 15:01:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:01:41 [ecarstrade.be] INFO: Extracting details for car 6974480auction61871
2026-03-26 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:41 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 2
2026-03-26 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:41 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 2
2026-03-26 15:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-26 15:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d5e70a0-1add-5c96-89dc-cf191dbbceec with scrape type 2
2026-03-26 15:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d5e70a0-1add-5c96-89dc-cf191dbbceec with scrape type 2
2026-03-26 15:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d5e70a0-1add-5c96-89dc-cf191dbbceec, identifier: 6974480auction61871
2026-03-26 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:41 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 2
2026-03-26 15:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-26 15:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-26 15:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871 to the API
2026-03-26 15:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01: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-26 15:01:42 [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-28T15:40:03Z',
'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-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Saving data for 6974480auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760788.228422, 'last_price_update_time': 1774537302.187812}
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974480auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6980404auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980404auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6980404auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6980403auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6980403auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6388182auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276388182auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6388182auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6883888auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276883888auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6883888auction61871: 2
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6991571auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991571auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6991571auction61871: 0
2026-03-26 15:01:42 [ecarstrade.be] INFO: Found listing with ID: 6946076auction61871
2026-03-26 15:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:42 [ecarstrade.be] INFO: Scrape type for 6946076auction61871: 2
2026-03-26 15:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973037> (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-26 15: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-26 15:01:43 [ecarstrade.be] INFO: Extracting details for car 6973037auction61871
2026-03-26 15:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-26 15:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f02ade1-d60b-5a5f-922c-539e16dacc1e with scrape type 2
2026-03-26 15:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f02ade1-d60b-5a5f-922c-539e16dacc1e with scrape type 2
2026-03-26 15:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f02ade1-d60b-5a5f-922c-539e16dacc1e, identifier: 6973037auction61871
2026-03-26 15:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-26 15:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-26 15:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871 to the API
2026-03-26 15:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:44 [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-28T15:40:03Z',
'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-26 15:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:44 [ecarstrade.be] INFO: Saving data for 6973037auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760796.142728, 'last_price_update_time': 1774537304.17365}
2026-03-26 15:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973037auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974472> (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-26 15: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-26 15:01:45 [ecarstrade.be] INFO: Extracting details for car 6974472auction61871
2026-03-26 15:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-26 15:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a797e32-7fba-5281-a008-d11658bdc8d6 with scrape type 2
2026-03-26 15:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a797e32-7fba-5281-a008-d11658bdc8d6 with scrape type 2
2026-03-26 15:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a797e32-7fba-5281-a008-d11658bdc8d6, identifier: 6974472auction61871
2026-03-26 15:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-26 15:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-26 15:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871 to the API
2026-03-26 15:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:45 [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-28T15:40:03Z',
'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-26 15:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:45 [ecarstrade.be] INFO: Saving data for 6974472auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760785.852082, 'last_price_update_time': 1774537305.92249}
2026-03-26 15:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974472auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973043> (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-26 15: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-26 15:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974471> (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-26 15:01:46 [ecarstrade.be] INFO: Extracting details for car 6973043auction61871
2026-03-26 15:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-26 15:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6742032-38df-5814-b007-2239f8959c33 with scrape type 2
2026-03-26 15:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6742032-38df-5814-b007-2239f8959c33 with scrape type 2
2026-03-26 15:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6742032-38df-5814-b007-2239f8959c33, identifier: 6973043auction61871
2026-03-26 15:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-26 15:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-26 15:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871 to the API
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:46 [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-28T15:40:03Z',
'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-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:46 [ecarstrade.be] INFO: Saving data for 6973043auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760512.305243, 'last_price_update_time': 1774537306.437428}
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973043auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:46 [ecarstrade.be] INFO: Extracting details for car 6974471auction61871
2026-03-26 15:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf2784d-228c-5810-a576-b21b05819bc3 with identifier: 6974471auction61871
2026-03-26 15:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf2784d-228c-5810-a576-b21b05819bc3 with scrape type 2
2026-03-26 15:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf2784d-228c-5810-a576-b21b05819bc3 with scrape type 2
2026-03-26 15:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddf2784d-228c-5810-a576-b21b05819bc3, identifier: 6974471auction61871
2026-03-26 15:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddf2784d-228c-5810-a576-b21b05819bc3 with identifier: 6974471auction61871
2026-03-26 15:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddf2784d-228c-5810-a576-b21b05819bc3 with identifier: 6974471auction61871
2026-03-26 15:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddf2784d-228c-5810-a576-b21b05819bc3 with identifier: 6974471auction61871 to the API
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974471>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': 'ddf2784d-228c-5810-a576-b21b05819bc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974471',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'B-Class',
'odometer': 99906,
'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, B-Class '18, Mercedes-Benz B-Klasse B 180 Business "
'Solution Aut',
'transmission': 'automatic',
'trim': ", '18, -Benz B-Klasse B 180 Business Solution Aut",
'vin': None,
'year': 2022}
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:46 [ecarstrade.be] INFO: Saving data for 6974471auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760891.896129, 'last_price_update_time': 1774537306.896271}
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974471auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974474> (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-26 15: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-26 15:01:48 [ecarstrade.be] INFO: Extracting details for car 6974474auction61871
2026-03-26 15:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-26 15:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with scrape type 2
2026-03-26 15:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with scrape type 2
2026-03-26 15:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e, identifier: 6974474auction61871
2026-03-26 15:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-26 15:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-26 15:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871 to the API
2026-03-26 15:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01: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-26 15:01:48 [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-28T15:40:03Z',
'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-26 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:48 [ecarstrade.be] INFO: Saving data for 6974474auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760793.338922, 'last_price_update_time': 1774537308.624629}
2026-03-26 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974474auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973042> (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-26 15: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-26 15:01:51 [ecarstrade.be] INFO: Extracting details for car 6973042auction61871
2026-03-26 15:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-26 15:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e67a95-14af-5a10-a02e-2f38a1998069 with scrape type 2
2026-03-26 15:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5e67a95-14af-5a10-a02e-2f38a1998069 with scrape type 2
2026-03-26 15:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5e67a95-14af-5a10-a02e-2f38a1998069, identifier: 6973042auction61871
2026-03-26 15:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-26 15:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-26 15:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871 to the API
2026-03-26 15:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:01:51 [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-28T15:40:03Z',
'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-26 15:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:51 [ecarstrade.be] INFO: Saving data for 6973042auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760511.867407, 'last_price_update_time': 1774537311.653323}
2026-03-26 15:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973042auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974478> (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-26 15: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-26 15:01:51 [ecarstrade.be] INFO: Extracting details for car 6974478auction61871
2026-03-26 15:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-26 15:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92e76af2-82e5-5ff3-8f32-53ce33bb934c with scrape type 2
2026-03-26 15:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92e76af2-82e5-5ff3-8f32-53ce33bb934c with scrape type 2
2026-03-26 15:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92e76af2-82e5-5ff3-8f32-53ce33bb934c, identifier: 6974478auction61871
2026-03-26 15:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-26 15:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-26 15:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871 to the API
2026-03-26 15:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:52 [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-28T15:40:03Z',
'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-26 15:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:52 [ecarstrade.be] INFO: Saving data for 6974478auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760794.796714, 'last_price_update_time': 1774537312.231077}
2026-03-26 15:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974478auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973051> (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-26 15: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-26 15:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973047> (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-26 15: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-26 15:01:52 [ecarstrade.be] INFO: Extracting details for car 6973051auction61871
2026-03-26 15:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-26 15:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 457c121a-d4ed-50e3-98ee-773720313c24 with scrape type 2
2026-03-26 15:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 457c121a-d4ed-50e3-98ee-773720313c24 with scrape type 2
2026-03-26 15:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 457c121a-d4ed-50e3-98ee-773720313c24, identifier: 6973051auction61871
2026-03-26 15:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-26 15:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-26 15:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871 to the API
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:53 [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-28T15:40:03Z',
'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-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:53 [ecarstrade.be] INFO: Saving data for 6973051auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760471.361175, 'last_price_update_time': 1774537313.349915}
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973051auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:53 [ecarstrade.be] INFO: Extracting details for car 6973047auction61871
2026-03-26 15:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973050> (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-26 15:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with identifier: 6973047auction61871
2026-03-26 15:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with scrape type 2
2026-03-26 15:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with scrape type 2
2026-03-26 15:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fc74bdc-3a9c-5923-adc9-e59c1b636881, identifier: 6973047auction61871
2026-03-26 15:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with identifier: 6973047auction61871
2026-03-26 15:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with identifier: 6973047auction61871
2026-03-26 15:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fc74bdc-3a9c-5923-adc9-e59c1b636881 with identifier: 6973047auction61871 to the API
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973047>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Other',
'id': '2fc74bdc-3a9c-5923-adc9-e59c1b636881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973047',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X5',
'odometer': 96538,
'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 X5 xDrive45e (155kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive45e (155kW) 5d',
'vin': None,
'year': 2020}
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973047auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:53 [ecarstrade.be] INFO: Saving data for 6973047auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760795.647909, 'last_price_update_time': 1774537313.863296}
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973047auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:53 [ecarstrade.be] INFO: Extracting details for car 6973050auction61871
2026-03-26 15:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-26 15:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09fdf1ae-0a98-5804-a710-37d66a10aca1 with scrape type 2
2026-03-26 15:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09fdf1ae-0a98-5804-a710-37d66a10aca1 with scrape type 2
2026-03-26 15:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09fdf1ae-0a98-5804-a710-37d66a10aca1, identifier: 6973050auction61871
2026-03-26 15:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-26 15:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-26 15:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871 to the API
2026-03-26 15:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01: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-26 15:01:54 [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-28T15:40:03Z',
'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-26 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:54 [ecarstrade.be] INFO: Saving data for 6973050auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760470.739926, 'last_price_update_time': 1774537314.309785}
2026-03-26 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973050auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973046> (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-26 15: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-26 15:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973049> (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-26 15: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-26 15:01:54 [ecarstrade.be] INFO: Extracting details for car 6973046auction61871
2026-03-26 15:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-26 15:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae540560-d461-5372-b664-eb1962ad79af with scrape type 2
2026-03-26 15:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae540560-d461-5372-b664-eb1962ad79af with scrape type 2
2026-03-26 15:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae540560-d461-5372-b664-eb1962ad79af, identifier: 6973046auction61871
2026-03-26 15:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-26 15:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-26 15:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871 to the API
2026-03-26 15:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:55 [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-28T15:40:03Z',
'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-26 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:55 [ecarstrade.be] INFO: Saving data for 6973046auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760513.483163, 'last_price_update_time': 1774537315.432628}
2026-03-26 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973046auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:55 [ecarstrade.be] INFO: Extracting details for car 6973049auction61871
2026-03-26 15:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-26 15:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5707634-152e-57a6-ad0e-ecd780151181 with scrape type 2
2026-03-26 15:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5707634-152e-57a6-ad0e-ecd780151181 with scrape type 2
2026-03-26 15:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5707634-152e-57a6-ad0e-ecd780151181, identifier: 6973049auction61871
2026-03-26 15:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-26 15:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-26 15:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871 to the API
2026-03-26 15:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:56 [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-28T15:40:03Z',
'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-26 15:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:56 [ecarstrade.be] INFO: Saving data for 6973049auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760485.197808, 'last_price_update_time': 1774537316.600563}
2026-03-26 15:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973049auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973056> (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-26 15: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-26 15:01:57 [ecarstrade.be] INFO: Extracting details for car 6973056auction61871
2026-03-26 15:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-26 15:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0be6937-6de3-506b-a11b-360142629ff3 with scrape type 2
2026-03-26 15:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0be6937-6de3-506b-a11b-360142629ff3 with scrape type 2
2026-03-26 15:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0be6937-6de3-506b-a11b-360142629ff3, identifier: 6973056auction61871
2026-03-26 15:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-26 15:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-26 15:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871 to the API
2026-03-26 15:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:01: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-26 15:01:58 [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-28T15:40:03Z',
'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-26 15:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:58 [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-26 15:01:58 [ecarstrade.be] INFO: Saving data for 6973056auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760476.547393, 'last_price_update_time': 1774537318.720564}
2026-03-26 15:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973056auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973052> (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-26 15:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:01:58 [ecarstrade.be] INFO: Extracting details for car 6973052auction61871
2026-03-26 15:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-26 15:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df160d90-ed4b-50a8-96e4-63c3d5e643f3 with scrape type 2
2026-03-26 15:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df160d90-ed4b-50a8-96e4-63c3d5e643f3 with scrape type 2
2026-03-26 15:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df160d90-ed4b-50a8-96e4-63c3d5e643f3, identifier: 6973052auction61871
2026-03-26 15:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-26 15:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-26 15:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871 to the API
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:59 [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-28T15:40:03Z',
'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-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:59 [ecarstrade.be] INFO: Saving data for 6973052auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760473.909179, 'last_price_update_time': 1774537319.299978}
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973052auction61871') HTTP/1.1" 204 0
2026-03-26 15:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974476> (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-26 15: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-26 15:01:59 [ecarstrade.be] INFO: Extracting details for car 6974476auction61871
2026-03-26 15:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-26 15:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5282fc43-ea8a-5426-956a-1a7a03416c8a with scrape type 2
2026-03-26 15:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5282fc43-ea8a-5426-956a-1a7a03416c8a with scrape type 2
2026-03-26 15:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5282fc43-ea8a-5426-956a-1a7a03416c8a, identifier: 6974476auction61871
2026-03-26 15:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-26 15:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-26 15:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871 to the API
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:01:59 [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-28T15:40:03Z',
'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-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:01:59 [ecarstrade.be] INFO: Saving data for 6974476auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760689.226651, 'last_price_update_time': 1774537319.821094}
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974476auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946076> (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-26 15:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883888> (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-26 15:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:00 [ecarstrade.be] INFO: Extracting details for car 6946076auction61871
2026-03-26 15:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-26 15:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-26 15:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-26 15:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b1319a8-024a-5d46-b49e-2f9bcae60521, identifier: 6946076auction61871
2026-03-26 15:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-26 15:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871
2026-03-26 15:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 6946076auction61871 to the API
2026-03-26 15:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946076>
{'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-28T15:40:03Z',
'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/6946076',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'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-26 15:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:00 [ecarstrade.be] INFO: Saving data for 6946076auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773127682.582379, 'last_price_update_time': 1774537320.605179}
2026-03-26 15:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946076auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:00 [ecarstrade.be] INFO: Extracting details for car 6883888auction61871
2026-03-26 15:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5edf2f50-bb5c-5628-9214-08a916c013c0 with identifier: 6883888auction61871
2026-03-26 15:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5edf2f50-bb5c-5628-9214-08a916c013c0 with scrape type 2
2026-03-26 15:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5edf2f50-bb5c-5628-9214-08a916c013c0 with scrape type 2
2026-03-26 15:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5edf2f50-bb5c-5628-9214-08a916c013c0, identifier: 6883888auction61871
2026-03-26 15:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5edf2f50-bb5c-5628-9214-08a916c013c0 with identifier: 6883888auction61871
2026-03-26 15:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5edf2f50-bb5c-5628-9214-08a916c013c0 with identifier: 6883888auction61871
2026-03-26 15:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5edf2f50-bb5c-5628-9214-08a916c013c0 with identifier: 6883888auction61871 to the API
2026-03-26 15:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6883888>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '5edf2f50-bb5c-5628-9214-08a916c013c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6883888',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 238826,
'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 GLE Coupé GLE 350 de 4MATIC 5d !! Technical issues '
'!!!',
'transmission': 'automatic',
'trim': '-Benz GLE Coupé GLE 350 de 4MATIC 5d !! Technical issues !!!',
'vin': None,
'year': 2021}
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276883888auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:01 [ecarstrade.be] INFO: Saving data for 6883888auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773957695.42559, 'last_price_update_time': 1774537321.040766}
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883888auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6388182> (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-26 15: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-26 15:02:01 [ecarstrade.be] INFO: Extracting details for car 6388182auction61871
2026-03-26 15:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7ce60fb-a334-526e-a60c-322dc1a1e174 with identifier: 6388182auction61871
2026-03-26 15:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7ce60fb-a334-526e-a60c-322dc1a1e174 with scrape type 2
2026-03-26 15:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7ce60fb-a334-526e-a60c-322dc1a1e174 with scrape type 2
2026-03-26 15:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7ce60fb-a334-526e-a60c-322dc1a1e174, identifier: 6388182auction61871
2026-03-26 15:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7ce60fb-a334-526e-a60c-322dc1a1e174 with identifier: 6388182auction61871
2026-03-26 15:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7ce60fb-a334-526e-a60c-322dc1a1e174 with identifier: 6388182auction61871
2026-03-26 15:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7ce60fb-a334-526e-a60c-322dc1a1e174 with identifier: 6388182auction61871 to the API
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6388182>
{'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-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': 'd7ce60fb-a334-526e-a60c-322dc1a1e174',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6388182',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'B-Class',
'odometer': 120800,
'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-Benz B-Klasse B 180 d Launch Edition 5d !!! Technical '
'Issue !!!',
'transmission': 'automatic',
'trim': '-Benz B-Klasse B 180 d Launch Edition 5d !!! Technical Issue !!!',
'vin': None,
'year': 2020}
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276388182auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:01 [ecarstrade.be] INFO: Saving data for 6388182auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773957699.007773, 'last_price_update_time': 1774537321.805072}
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6388182auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980403> (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-26 15:02:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:03 [ecarstrade.be] INFO: Extracting details for car 6980403auction61871
2026-03-26 15:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a380193-0029-5519-ad2d-f39f8cfbf1bc with identifier: 6980403auction61871
2026-03-26 15:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a380193-0029-5519-ad2d-f39f8cfbf1bc with scrape type 2
2026-03-26 15:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a380193-0029-5519-ad2d-f39f8cfbf1bc with scrape type 2
2026-03-26 15:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a380193-0029-5519-ad2d-f39f8cfbf1bc, identifier: 6980403auction61871
2026-03-26 15:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a380193-0029-5519-ad2d-f39f8cfbf1bc with identifier: 6980403auction61871
2026-03-26 15:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a380193-0029-5519-ad2d-f39f8cfbf1bc with identifier: 6980403auction61871
2026-03-26 15:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a380193-0029-5519-ad2d-f39f8cfbf1bc with identifier: 6980403auction61871 to the API
2026-03-26 15:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980403>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '5a380193-0029-5519-ad2d-f39f8cfbf1bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980403',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 7870,
'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': 3,
'seller_name': None,
'title': 'Renault Trafic L2H1 dCi 150 EDC Confort 2.9T 4d !! Damaged cars !!',
'transmission': 'automatic',
'trim': 'L2H1 dCi 150 EDC Confort 2.9T 4d !! Damaged cars !!',
'vin': None,
'year': 2024}
2026-03-26 15:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:03 [ecarstrade.be] INFO: Saving data for 6980403auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958400.347844, 'last_price_update_time': 1774537323.47671}
2026-03-26 15:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980403auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980404> (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-26 15:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:05 [ecarstrade.be] INFO: Extracting details for car 6980404auction61871
2026-03-26 15:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca1ed050-383b-5700-86df-030fc19722c7 with identifier: 6980404auction61871
2026-03-26 15:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca1ed050-383b-5700-86df-030fc19722c7 with scrape type 2
2026-03-26 15:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca1ed050-383b-5700-86df-030fc19722c7 with scrape type 2
2026-03-26 15:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca1ed050-383b-5700-86df-030fc19722c7, identifier: 6980404auction61871
2026-03-26 15:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca1ed050-383b-5700-86df-030fc19722c7 with identifier: 6980404auction61871
2026-03-26 15:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca1ed050-383b-5700-86df-030fc19722c7 with identifier: 6980404auction61871
2026-03-26 15:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca1ed050-383b-5700-86df-030fc19722c7 with identifier: 6980404auction61871 to the API
2026-03-26 15:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980404>
{'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-28T15:40:03Z',
'fuel_type': 'Other',
'id': 'ca1ed050-383b-5700-86df-030fc19722c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980404',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Audi',
'model': 'A3',
'odometer': 56135,
'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': 'Audi A3 Sportback 1.4 40 TFSI e Attraction 5d !! Damaged car !!',
'transmission': 'automatic',
'trim': 'Sportback 1.4 40 TFSI e Attraction 5d !! Damaged car !!',
'vin': None,
'year': 2023}
2026-03-26 15:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980404auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:06 [ecarstrade.be] INFO: Saving data for 6980404auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958399.92444, 'last_price_update_time': 1774537326.220301}
2026-03-26 15:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980404auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:06 [scrapy.extensions.logstats] INFO: Crawled 785 pages (at 48 pages/min), scraped 695 items (at 45 items/min)
2026-03-26 15:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812191> (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-26 15: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-26 15:02:07 [ecarstrade.be] INFO: Extracting details for car 6812191auction61871
2026-03-26 15:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-26 15:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-26 15:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-26 15:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b5d3abb-6444-5b70-b5d5-e1955927127d, identifier: 6812191auction61871
2026-03-26 15:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-26 15:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-26 15:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871 to the API
2026-03-26 15:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:07 [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-28T15:40:03Z',
'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-26 15:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:07 [ecarstrade.be] INFO: Saving data for 6812191auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450670.124134, 'last_price_update_time': 1774537327.930323}
2026-03-26 15:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812191auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694675> (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-26 15: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-26 15:02:08 [ecarstrade.be] INFO: Extracting details for car 6694675auction61871
2026-03-26 15:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-26 15:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with scrape type 2
2026-03-26 15:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with scrape type 2
2026-03-26 15:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf, identifier: 6694675auction61871
2026-03-26 15:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-26 15:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-26 15:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871 to the API
2026-03-26 15:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:08 [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-28T15:40:03Z',
'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-26 15:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:08 [ecarstrade.be] INFO: Saving data for 6694675auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450676.860217, 'last_price_update_time': 1774537328.452745}
2026-03-26 15:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694675auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974469> (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-26 15: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-26 15:02:11 [ecarstrade.be] INFO: Extracting details for car 6974469auction61871
2026-03-26 15:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-26 15:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6176f1e-258b-56b1-ab01-bec284fbc0e3 with scrape type 2
2026-03-26 15:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6176f1e-258b-56b1-ab01-bec284fbc0e3 with scrape type 2
2026-03-26 15:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6176f1e-258b-56b1-ab01-bec284fbc0e3, identifier: 6974469auction61871
2026-03-26 15:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-26 15:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-26 15:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871 to the API
2026-03-26 15:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:11 [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-28T15:40:03Z',
'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-26 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:11 [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-26 15:02:11 [ecarstrade.be] INFO: Saving data for 6974469auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760888.612958, 'last_price_update_time': 1774537331.474406}
2026-03-26 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974469auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974466> (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-26 15:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6954131> (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-26 15:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:12 [ecarstrade.be] INFO: Extracting details for car 6974466auction61871
2026-03-26 15:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-26 15:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4edfe9da-cde7-5611-8a0b-30c29b643d77 with scrape type 2
2026-03-26 15:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4edfe9da-cde7-5611-8a0b-30c29b643d77 with scrape type 2
2026-03-26 15:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4edfe9da-cde7-5611-8a0b-30c29b643d77, identifier: 6974466auction61871
2026-03-26 15:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-26 15:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-26 15:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871 to the API
2026-03-26 15:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:12 [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-28T15:40:03Z',
'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-26 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:12 [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-26 15:02:12 [ecarstrade.be] INFO: Saving data for 6974466auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760790.337405, 'last_price_update_time': 1774537332.758646}
2026-03-26 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974466auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:12 [ecarstrade.be] INFO: Extracting details for car 6954131auction61871
2026-03-26 15:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-26 15:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c46a63-b0df-54c5-8a0d-809203c8b88b with scrape type 2
2026-03-26 15:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c46a63-b0df-54c5-8a0d-809203c8b88b with scrape type 2
2026-03-26 15:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64c46a63-b0df-54c5-8a0d-809203c8b88b, identifier: 6954131auction61871
2026-03-26 15:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-26 15:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-26 15:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871 to the API
2026-03-26 15:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:13 [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-28T15:40:03Z',
'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-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:13 [ecarstrade.be] INFO: Saving data for 6954131auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450673.293442, 'last_price_update_time': 1774537333.208517}
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6954131auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907040> (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-26 15:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974464> (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-26 15: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-26 15: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-26 15:02:13 [ecarstrade.be] INFO: Extracting details for car 6907040auction61871
2026-03-26 15:02:13 [ecarstrade.be] INFO: Extracting details for car 6974464auction61871
2026-03-26 15:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-26 15:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with scrape type 2
2026-03-26 15:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with scrape type 2
2026-03-26 15:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53, identifier: 6907040auction61871
2026-03-26 15:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-26 15:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with scrape type 2
2026-03-26 15:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with scrape type 2
2026-03-26 15:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09, identifier: 6974464auction61871
2026-03-26 15:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-26 15:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-26 15:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871 to the API
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:13 [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-28T15:40:03Z',
'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-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:13 [ecarstrade.be] INFO: Saving data for 6907040auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450676.440558, 'last_price_update_time': 1774537333.790985}
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907040auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-26 15:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-26 15:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871 to the API
2026-03-26 15:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:14 [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-28T15:40:03Z',
'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-26 15:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:14 [ecarstrade.be] INFO: Saving data for 6974464auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760993.925411, 'last_price_update_time': 1774537334.246127}
2026-03-26 15:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974464auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974468> (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-26 15:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:17 [ecarstrade.be] INFO: Extracting details for car 6974468auction61871
2026-03-26 15:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-26 15:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb116923-29a9-59c9-8002-72a915ef7764 with scrape type 2
2026-03-26 15:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb116923-29a9-59c9-8002-72a915ef7764 with scrape type 2
2026-03-26 15:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb116923-29a9-59c9-8002-72a915ef7764, identifier: 6974468auction61871
2026-03-26 15:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-26 15:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-26 15:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871 to the API
2026-03-26 15:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:18 [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-28T15:40:03Z',
'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-26 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:18 [ecarstrade.be] INFO: Saving data for 6974468auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760789.645176, 'last_price_update_time': 1774537338.338199}
2026-03-26 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974468auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973036> (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-26 15:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:19 [ecarstrade.be] INFO: Extracting details for car 6973036auction61871
2026-03-26 15:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-26 15:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd7c32a-3e12-5266-80ba-b5b39589342b with scrape type 2
2026-03-26 15:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fd7c32a-3e12-5266-80ba-b5b39589342b with scrape type 2
2026-03-26 15:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fd7c32a-3e12-5266-80ba-b5b39589342b, identifier: 6973036auction61871
2026-03-26 15:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-26 15:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-26 15:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871 to the API
2026-03-26 15:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:20 [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-28T15:40:03Z',
'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-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:20 [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-26 15:02:20 [ecarstrade.be] INFO: Saving data for 6973036auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760475.473827, 'last_price_update_time': 1774537340.20159}
2026-03-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973036auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974465> (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-26 15:02:20 [ecarstrade.be] INFO: Extracting details for car 6974465auction61871
2026-03-26 15:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-26 15:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842373a4-e577-5b09-b69c-15dcc9e59a81 with scrape type 2
2026-03-26 15:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842373a4-e577-5b09-b69c-15dcc9e59a81 with scrape type 2
2026-03-26 15:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 842373a4-e577-5b09-b69c-15dcc9e59a81, identifier: 6974465auction61871
2026-03-26 15:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-26 15:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-26 15:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871 to the API
2026-03-26 15:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:20 [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-28T15:40:03Z',
'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-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:20 [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-26 15:02:20 [ecarstrade.be] INFO: Saving data for 6974465auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760894.251781, 'last_price_update_time': 1774537340.747734}
2026-03-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974465auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974463> (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-26 15:02:21 [ecarstrade.be] INFO: Extracting details for car 6974463auction61871
2026-03-26 15:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-26 15:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88c8441c-60a7-507b-9211-96bddb63a163 with scrape type 2
2026-03-26 15:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88c8441c-60a7-507b-9211-96bddb63a163 with scrape type 2
2026-03-26 15:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88c8441c-60a7-507b-9211-96bddb63a163, identifier: 6974463auction61871
2026-03-26 15:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-26 15:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-26 15:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871 to the API
2026-03-26 15:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:21 [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-28T15:40:03Z',
'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-26 15:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:21 [ecarstrade.be] INFO: Saving data for 6974463auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760786.567789, 'last_price_update_time': 1774537341.914481}
2026-03-26 15:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974463auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974470> (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-26 15:02:23 [ecarstrade.be] INFO: Extracting details for car 6974470auction61871
2026-03-26 15:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-26 15:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with scrape type 2
2026-03-26 15:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with scrape type 2
2026-03-26 15:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01ae8d82-6026-5f50-b90d-1c3c3b043a75, identifier: 6974470auction61871
2026-03-26 15:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-26 15:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-26 15:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871 to the API
2026-03-26 15:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:23 [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-28T15:40:03Z',
'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-26 15:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:23 [ecarstrade.be] INFO: Saving data for 6974470auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760792.490026, 'last_price_update_time': 1774537343.449843}
2026-03-26 15:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974470auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974467> (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-26 15:02:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:02:24 [ecarstrade.be] INFO: Extracting details for car 6974467auction61871
2026-03-26 15:02:24 [ecarstrade.be] INFO: Found listing with ID: 6875427auction61871
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:24 [ecarstrade.be] INFO: Scrape type for 6875427auction61871: 2
2026-03-26 15:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:24 [ecarstrade.be] INFO: Found listing with ID: 6875414auction61871
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:24 [ecarstrade.be] INFO: Scrape type for 6875414auction61871: 2
2026-03-26 15:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-26 15:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 374b0ace-b49d-5bb0-aefc-994b528cf247 with scrape type 2
2026-03-26 15:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 374b0ace-b49d-5bb0-aefc-994b528cf247 with scrape type 2
2026-03-26 15:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 374b0ace-b49d-5bb0-aefc-994b528cf247, identifier: 6974467auction61871
2026-03-26 15:02:24 [ecarstrade.be] INFO: Found listing with ID: 6875416auction61871
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:24 [ecarstrade.be] INFO: Scrape type for 6875416auction61871: 2
2026-03-26 15:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-26 15:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-26 15:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871 to the API
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:24 [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-28T15:40:03Z',
'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-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:24 [ecarstrade.be] INFO: Saving data for 6974467auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760791.067126, 'last_price_update_time': 1774537344.963319}
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974467auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:24 [ecarstrade.be] INFO: Found listing with ID: 6875422auction61871
2026-03-26 15:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:24 [ecarstrade.be] INFO: Scrape type for 6875422auction61871: 2
2026-03-26 15: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-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6875403auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6875403auction61871: 2
2026-03-26 15: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-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6875398auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6875398auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6875377auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6875377auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6875376auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6875376auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6875385auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6875385auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6931215auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6931215auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6931213auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6931213auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6980405auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6980405auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6980408auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6980408auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6980410auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6980410auction61871: 2
2026-03-26 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6980411auction61871
2026-03-26 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:25 [ecarstrade.be] INFO: Scrape type for 6980411auction61871: 2
2026-03-26 15:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973035> (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-26 15: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-26 15:02:25 [ecarstrade.be] INFO: Extracting details for car 6973035auction61871
2026-03-26 15:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-26 15:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4bf663b-36fb-5c3c-a5b1-7283a8262269 with scrape type 2
2026-03-26 15:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4bf663b-36fb-5c3c-a5b1-7283a8262269 with scrape type 2
2026-03-26 15:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4bf663b-36fb-5c3c-a5b1-7283a8262269, identifier: 6973035auction61871
2026-03-26 15:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-26 15:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-26 15:02: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-26 15:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:26 [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-28T15:40:03Z',
'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-26 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:26 [ecarstrade.be] INFO: Saving data for 6973035auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760408.963528, 'last_price_update_time': 1774537346.16768}
2026-03-26 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973035auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974482> (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-26 15: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-26 15:02:27 [ecarstrade.be] INFO: Extracting details for car 6974482auction61871
2026-03-26 15:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-26 15:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f73fb253-1085-5e67-ae40-979100958d25 with scrape type 2
2026-03-26 15:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f73fb253-1085-5e67-ae40-979100958d25 with scrape type 2
2026-03-26 15:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f73fb253-1085-5e67-ae40-979100958d25, identifier: 6974482auction61871
2026-03-26 15:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-26 15:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-26 15:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871 to the API
2026-03-26 15:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:27 [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-28T15:40:03Z',
'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-26 15:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:27 [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-26 15:02:27 [ecarstrade.be] INFO: Saving data for 6974482auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773760995.301615, 'last_price_update_time': 1774537347.598704}
2026-03-26 15:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974482auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875414> (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-26 15: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-26 15:02:31 [ecarstrade.be] INFO: Extracting details for car 6875414auction61871
2026-03-26 15:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-26 15:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-26 15:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-26 15:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe, identifier: 6875414auction61871
2026-03-26 15:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-26 15:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871
2026-03-26 15:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 6875414auction61871 to the API
2026-03-26 15:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875414>
{'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-28T15:40:03Z',
'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/6875414',
'listing': 'directbuy',
'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-26 15:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:31 [ecarstrade.be] INFO: Saving data for 6875414auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613637.201629, 'last_price_update_time': 1774537351.708625}
2026-03-26 15:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875414auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875416> (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-26 15: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-26 15:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875427> (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-26 15:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:32 [ecarstrade.be] INFO: Extracting details for car 6875416auction61871
2026-03-26 15:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-26 15:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0106f422-a13e-572b-a6f6-ca95c89ce383 with scrape type 2
2026-03-26 15:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0106f422-a13e-572b-a6f6-ca95c89ce383 with scrape type 2
2026-03-26 15:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0106f422-a13e-572b-a6f6-ca95c89ce383, identifier: 6875416auction61871
2026-03-26 15:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-26 15:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871
2026-03-26 15:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0106f422-a13e-572b-a6f6-ca95c89ce383 with identifier: 6875416auction61871 to the API
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875416>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '0106f422-a13e-572b-a6f6-ca95c89ce383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875416',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 188705,
'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 Q2 DIESEL - 2021 30 TDi 116hp Business Edition Advanced S '
'tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 30 TDi 116hp Business Edition Advanced S tronic '
'5d',
'vin': None,
'year': 2023}
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:32 [ecarstrade.be] INFO: Saving data for 6875416auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613666.593796, 'last_price_update_time': 1774537352.483123}
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875416auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:32 [ecarstrade.be] INFO: Extracting details for car 6875427auction61871
2026-03-26 15:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-26 15:02: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-26 15:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 2
2026-03-26 15:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d585e530-65c3-5ea8-88f6-99489a295b27, identifier: 6875427auction61871
2026-03-26 15:02:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-26 15:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871
2026-03-26 15:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 6875427auction61871 to the API
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875427>
{'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-28T15:40:03Z',
'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/6875427',
'listing': 'directbuy',
'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-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:32 [ecarstrade.be] INFO: Saving data for 6875427auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613617.74201, 'last_price_update_time': 1774537352.956798}
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875427auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:32 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-26 15:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:32 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 2
2026-03-26 15:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875422> (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-26 15:02:32 [ecarstrade.be] INFO: Found listing with ID: 6991539auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991539auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991540auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991540auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991541auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991541auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991542auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991542auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991543auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991543auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991545auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991545auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991546auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991546auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991547auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991547auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991548auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991548auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991549auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991549auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991550auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991550auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991552auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991552auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991554auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991554auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991555auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991555auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991557auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991557auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991558auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991558auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991559auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991559auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991560auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991560auction61871: 0
2026-03-26 15:02:33 [ecarstrade.be] INFO: Found listing with ID: 6991561auction61871
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Scrape type for 6991561auction61871: 0
2026-03-26 15:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:33 [ecarstrade.be] INFO: Extracting details for car 6875422auction61871
2026-03-26 15:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-26 15:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-26 15:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-26 15:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b59daf6a-89de-55b3-9269-ae0d61d41879, identifier: 6875422auction61871
2026-03-26 15:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-26 15:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871
2026-03-26 15:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 6875422auction61871 to the API
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875422>
{'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-28T15:40:03Z',
'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/6875422',
'listing': 'directbuy',
'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-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:33 [ecarstrade.be] INFO: Saving data for 6875422auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613604.868167, 'last_price_update_time': 1774537353.742177}
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875422auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859943> (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-26 15: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-26 15:02:34 [ecarstrade.be] INFO: Extracting details for car 6859943auction61871
2026-03-26 15:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-26 15:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with scrape type 2
2026-03-26 15:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with scrape type 2
2026-03-26 15:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7bda0eb-e254-55bd-b2c9-37e97e8f9422, identifier: 6859943auction61871
2026-03-26 15:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-26 15:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-26 15:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871 to the API
2026-03-26 15:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:35 [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-28T15:40:03Z',
'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-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:35 [ecarstrade.be] INFO: Saving data for 6859943auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450700.556983, 'last_price_update_time': 1774537355.178041}
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859943auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875398> (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-26 15:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:35 [ecarstrade.be] INFO: Extracting details for car 6875398auction61871
2026-03-26 15:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-26 15:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd773205-44ec-5c3d-90a2-73423c0cd02b with scrape type 2
2026-03-26 15:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd773205-44ec-5c3d-90a2-73423c0cd02b with scrape type 2
2026-03-26 15:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd773205-44ec-5c3d-90a2-73423c0cd02b, identifier: 6875398auction61871
2026-03-26 15:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-26 15:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871
2026-03-26 15:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd773205-44ec-5c3d-90a2-73423c0cd02b with identifier: 6875398auction61871 to the API
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875398>
{'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-28T15:40:03Z',
'fuel_type': 'Other',
'id': 'dd773205-44ec-5c3d-90a2-73423c0cd02b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875398',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'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': ", XC40 '17 PHEV, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:35 [ecarstrade.be] INFO: Saving data for 6875398auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613637.716485, 'last_price_update_time': 1774537355.699458}
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875398auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875377> (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-26 15: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-26 15:02:39 [ecarstrade.be] INFO: Extracting details for car 6875377auction61871
2026-03-26 15:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-26 15:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-26 15:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-26 15:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f4e064-3180-51c3-abfe-247bd143ed45, identifier: 6875377auction61871
2026-03-26 15:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-26 15:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871
2026-03-26 15:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 6875377auction61871 to the API
2026-03-26 15:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875377>
{'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-28T15:40:03Z',
'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/6875377',
'listing': 'directbuy',
'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-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:40 [ecarstrade.be] INFO: Saving data for 6875377auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773097661.104735, 'last_price_update_time': 1774537360.196143}
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875377auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875403> (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-26 15:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:40 [ecarstrade.be] INFO: Extracting details for car 6875403auction61871
2026-03-26 15:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-26 15:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d20225bb-f07c-5087-a456-e6909204c52f with scrape type 2
2026-03-26 15:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d20225bb-f07c-5087-a456-e6909204c52f with scrape type 2
2026-03-26 15:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d20225bb-f07c-5087-a456-e6909204c52f, identifier: 6875403auction61871
2026-03-26 15:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-26 15:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871
2026-03-26 15:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d20225bb-f07c-5087-a456-e6909204c52f with identifier: 6875403auction61871 to the API
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875403>
{'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-28T15:40:03Z',
'fuel_type': 'Other',
'id': 'd20225bb-f07c-5087-a456-e6909204c52f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875403',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'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': ", XC90 FL'20 PHEV, XC90 2.0 T8 4WD Plus Dark Aut. 5d",
'vin': None,
'year': 2023}
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:40 [ecarstrade.be] INFO: Saving data for 6875403auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613633.474182, 'last_price_update_time': 1774537360.694763}
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875403auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875376> (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-26 15:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6931215> (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-26 15:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:40 [ecarstrade.be] INFO: Extracting details for car 6875376auction61871
2026-03-26 15:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-26 15:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-26 15:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-26 15:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382f90a2-2605-5f82-8ba3-e4432822baaa, identifier: 6875376auction61871
2026-03-26 15:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-26 15:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871
2026-03-26 15:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 6875376auction61871 to the API
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875376>
{'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-28T15:40:03Z',
'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/6875376',
'listing': 'directbuy',
'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-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:41 [ecarstrade.be] INFO: Saving data for 6875376auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773097737.171266, 'last_price_update_time': 1774537361.241039}
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875376auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:41 [ecarstrade.be] INFO: Extracting details for car 6931215auction61871
2026-03-26 15:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ee14b5-220b-5567-afd0-bbca634e8653 with identifier: 6931215auction61871
2026-03-26 15:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ee14b5-220b-5567-afd0-bbca634e8653 with scrape type 2
2026-03-26 15:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6ee14b5-220b-5567-afd0-bbca634e8653 with scrape type 2
2026-03-26 15:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6ee14b5-220b-5567-afd0-bbca634e8653, identifier: 6931215auction61871
2026-03-26 15:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6ee14b5-220b-5567-afd0-bbca634e8653 with identifier: 6931215auction61871
2026-03-26 15:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6ee14b5-220b-5567-afd0-bbca634e8653 with identifier: 6931215auction61871
2026-03-26 15:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6ee14b5-220b-5567-afd0-bbca634e8653 with identifier: 6931215auction61871 to the API
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6931215>
{'auction_title': '',
'c_o_2_emission_value': 262,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': 'c6ee14b5-220b-5567-afd0-bbca634e8653',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6931215',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Other',
'model': '',
'odometer': 152692,
'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': 1,
'seller_name': None,
'title': 'MAN TGE 3.140 3.5 103/140 Auto L1H2 4d !!! Technical issues !!',
'transmission': 'automatic',
'trim': 'MAN TGE 3.140 3.5 103/140 Auto L1H2 4d !!! Technical issues !!',
'vin': None,
'year': 2021}
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:41 [ecarstrade.be] INFO: Saving data for 6931215auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773957701.597791, 'last_price_update_time': 1774537361.734393}
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6931215auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875385> (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-26 15:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6840034> (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-26 15:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:02:42 [ecarstrade.be] INFO: Extracting details for car 6875385auction61871
2026-03-26 15:02:42 [ecarstrade.be] INFO: Extracting details for car 6840034auction61871
2026-03-26 15:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-26 15:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-26 15:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-26 15:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0, identifier: 6875385auction61871
2026-03-26 15:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-26 15:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-26 15:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-26 15:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5a0857e-f562-52a8-b139-c804ae3a01f7, identifier: 6840034auction61871
2026-03-26 15:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-26 15:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871
2026-03-26 15:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 6875385auction61871 to the API
2026-03-26 15:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875385>
{'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-28T15:40:03Z',
'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/6875385',
'listing': 'directbuy',
'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-26 15:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:42 [ecarstrade.be] INFO: Saving data for 6875385auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613620.354277, 'last_price_update_time': 1774537362.672412}
2026-03-26 15:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875385auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-26 15:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-26 15:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871 to the API
2026-03-26 15:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:43 [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-28T15:40:03Z',
'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-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:43 [ecarstrade.be] INFO: Saving data for 6840034auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613732.405716, 'last_price_update_time': 1774537363.053633}
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6840034auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980411> (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-26 15: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-26 15:02:43 [ecarstrade.be] INFO: Extracting details for car 6980411auction61871
2026-03-26 15:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with identifier: 6980411auction61871
2026-03-26 15:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with scrape type 2
2026-03-26 15:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with scrape type 2
2026-03-26 15:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4, identifier: 6980411auction61871
2026-03-26 15:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with identifier: 6980411auction61871
2026-03-26 15:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with identifier: 6980411auction61871
2026-03-26 15:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7537fc3a-59ed-543c-bfc9-bc0c6f467ff4 with identifier: 6980411auction61871 to the API
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980411>
{'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-28T15:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7537fc3a-59ed-543c-bfc9-bc0c6f467ff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980411',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 119840,
'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': 'Skoda Octavia Combi 1.4 TSI PHEV 150kW DSG6 Style 5d !! technical '
'issues !!!',
'transmission': 'automatic',
'trim': 'Combi 1.4 TSI PHEV 150kW DSG6 Style 5d !! technical issues !!!',
'vin': None,
'year': 2021}
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:43 [ecarstrade.be] INFO: Saving data for 6980411auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958355.675905, 'last_price_update_time': 1774537363.562602}
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980411auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6931213> (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-26 15: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-26 15:02:43 [ecarstrade.be] INFO: Extracting details for car 6931213auction61871
2026-03-26 15:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with identifier: 6931213auction61871
2026-03-26 15:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with scrape type 2
2026-03-26 15:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with scrape type 2
2026-03-26 15:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b47ba4f3-1de0-5b9f-884a-d02eeb769cc3, identifier: 6931213auction61871
2026-03-26 15:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with identifier: 6931213auction61871
2026-03-26 15:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with identifier: 6931213auction61871
2026-03-26 15:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b47ba4f3-1de0-5b9f-884a-d02eeb769cc3 with identifier: 6931213auction61871 to the API
2026-03-26 15:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6931213>
{'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-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': 'b47ba4f3-1de0-5b9f-884a-d02eeb769cc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6931213',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Renault',
'model': 'Captur',
'odometer': 138085,
'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': 'Renault Captur E-TECH Plug-in Hybrid Initiale Paris 5d !! technical '
'issues !!',
'transmission': 'automatic',
'trim': 'E-TECH Plug-in Hybrid Initiale Paris 5d !! technical issues !!',
'vin': None,
'year': 2022}
2026-03-26 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:44 [ecarstrade.be] INFO: Saving data for 6931213auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773957697.959617, 'last_price_update_time': 1774537364.068529}
2026-03-26 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6931213auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980410> (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-26 15: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-26 15:02:46 [ecarstrade.be] INFO: Extracting details for car 6980410auction61871
2026-03-26 15:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40da1cf7-16c8-503f-a56f-87d1932a13e3 with identifier: 6980410auction61871
2026-03-26 15:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40da1cf7-16c8-503f-a56f-87d1932a13e3 with scrape type 2
2026-03-26 15:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40da1cf7-16c8-503f-a56f-87d1932a13e3 with scrape type 2
2026-03-26 15:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40da1cf7-16c8-503f-a56f-87d1932a13e3, identifier: 6980410auction61871
2026-03-26 15:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40da1cf7-16c8-503f-a56f-87d1932a13e3 with identifier: 6980410auction61871
2026-03-26 15:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40da1cf7-16c8-503f-a56f-87d1932a13e3 with identifier: 6980410auction61871
2026-03-26 15:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40da1cf7-16c8-503f-a56f-87d1932a13e3 with identifier: 6980410auction61871 to the API
2026-03-26 15:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980410>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Electric',
'id': '40da1cf7-16c8-503f-a56f-87d1932a13e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980410',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 86313,
'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': 'Mercedes-Benz EQE EQE 300 Business Line 4d !! Damaged car !!',
'transmission': 'automatic',
'trim': '-Benz 300 Business Line 4d !! Damaged car !!',
'vin': None,
'year': 2023}
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:47 [ecarstrade.be] INFO: Saving data for 6980410auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958394.744678, 'last_price_update_time': 1774537367.011097}
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980410auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980408> (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-26 15:02:47 [ecarstrade.be] INFO: Extracting details for car 6980408auction61871
2026-03-26 15:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with identifier: 6980408auction61871
2026-03-26 15:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with scrape type 2
2026-03-26 15:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with scrape type 2
2026-03-26 15:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4b3dab1-45f9-52c1-a0a3-405c605dd3e6, identifier: 6980408auction61871
2026-03-26 15:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with identifier: 6980408auction61871
2026-03-26 15:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with identifier: 6980408auction61871
2026-03-26 15:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4b3dab1-45f9-52c1-a0a3-405c605dd3e6 with identifier: 6980408auction61871 to the API
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980408>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': 'c4b3dab1-45f9-52c1-a0a3-405c605dd3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980408',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 10681,
'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': 3,
'seller_name': None,
'title': 'Renault Trafic L2H1 dCi 150 EDC Confort 2.9T 4d !! Damaged Car !!',
'transmission': 'automatic',
'trim': 'L2H1 dCi 150 EDC Confort 2.9T 4d !! Damaged Car !!',
'vin': None,
'year': 2024}
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:47 [ecarstrade.be] INFO: Saving data for 6980408auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958393.74591, 'last_price_update_time': 1774537367.79284}
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980408auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6602167> (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-26 15:02:47 [ecarstrade.be] INFO: Extracting details for car 6602167auction61871
2026-03-26 15:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-26 15:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-26 15:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-26 15:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7dc59b3-a809-5c52-a72a-9fb086335bcf, identifier: 6602167auction61871
2026-03-26 15:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-26 15:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-26 15:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871 to the API
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:48 [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-28T15:40:03Z',
'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-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:48 [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-26 15:02:48 [ecarstrade.be] INFO: Saving data for 6602167auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613737.925025, 'last_price_update_time': 1774537368.361278}
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6602167auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980405> (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-26 15:02:48 [ecarstrade.be] INFO: Extracting details for car 6980405auction61871
2026-03-26 15:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73627136-73f6-5ee9-93e2-b89dd8930dc2 with identifier: 6980405auction61871
2026-03-26 15:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73627136-73f6-5ee9-93e2-b89dd8930dc2 with scrape type 2
2026-03-26 15:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73627136-73f6-5ee9-93e2-b89dd8930dc2 with scrape type 2
2026-03-26 15:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73627136-73f6-5ee9-93e2-b89dd8930dc2, identifier: 6980405auction61871
2026-03-26 15:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73627136-73f6-5ee9-93e2-b89dd8930dc2 with identifier: 6980405auction61871
2026-03-26 15:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73627136-73f6-5ee9-93e2-b89dd8930dc2 with identifier: 6980405auction61871
2026-03-26 15:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73627136-73f6-5ee9-93e2-b89dd8930dc2 with identifier: 6980405auction61871 to the API
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980405>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '73627136-73f6-5ee9-93e2-b89dd8930dc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980405',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150994,
'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': 'Peugeot 5008 1.5 BlueHDi 96kW S&S Allure 5d !!Technical issue!!',
'transmission': 'manual',
'trim': '1.5 BlueHDi 96kW S&S Allure 5d !!Technical issue!!',
'vin': None,
'year': 2019}
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:48 [ecarstrade.be] INFO: Saving data for 6980405auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1773958396.666314, 'last_price_update_time': 1774537368.930064}
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980405auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878928> (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-26 15:02:49 [ecarstrade.be] INFO: Extracting details for car 6878928auction61871
2026-03-26 15:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-26 15:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-26 15:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-26 15:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a03107ef-e937-5538-9773-71a8cedb1129, identifier: 6878928auction61871
2026-03-26 15:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-26 15:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-26 15:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871 to the API
2026-03-26 15:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:49 [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-28T15:40:03Z',
'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-26 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:49 [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-26 15:02:49 [ecarstrade.be] INFO: Saving data for 6878928auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613736.598173, 'last_price_update_time': 1774537369.441534}
2026-03-26 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878928auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865596> (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-26 15:02:50 [ecarstrade.be] INFO: Extracting details for car 6865596auction61871
2026-03-26 15:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-26 15:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-26 15:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-26 15:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ceecfcab-6f6a-5f26-a9f7-e31927772179, identifier: 6865596auction61871
2026-03-26 15:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-26 15:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-26 15:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871 to the API
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:02: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-26 15:02:51 [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-28T15:40:03Z',
'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-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Saving data for 6865596auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613735.525093, 'last_price_update_time': 1774537371.226887}
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865596auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:51 [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-26 15:02:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991562auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991562auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991563auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991563auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991564auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991564auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991565auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991565auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991566auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991566auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991567auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991567auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991568auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991568auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991569auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991569auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991570auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991570auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991572auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991572auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991573auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991573auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6991574auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6991574auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-26 15:02:51 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-26 15:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:51 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-26 15: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-26 15:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6791952> (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-26 15:02:53 [ecarstrade.be] INFO: Extracting details for car 6791952auction61871
2026-03-26 15:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-26 15:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-26 15:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-26 15:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74, identifier: 6791952auction61871
2026-03-26 15:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-26 15:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-26 15:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871 to the API
2026-03-26 15:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:02:54 [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-28T15:40:03Z',
'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-26 15:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:54 [ecarstrade.be] INFO: Saving data for 6791952auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1772613734.441304, 'last_price_update_time': 1774537374.228358}
2026-03-26 15:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6791952auction61871') HTTP/1.1" 204 0
2026-03-26 15:02:58 [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-26 15:02:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997615auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997615auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997635auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997635auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-26 15:02:59 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:02:59 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-26 15:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:06 [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-26 15:03:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997656auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997656auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-26 15:03:06 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-26 15:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:06 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-26 15:03:06 [scrapy.extensions.logstats] INFO: Crawled 826 pages (at 41 pages/min), scraped 731 items (at 36 items/min)
2026-03-26 15:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15: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-26 15:03:13 [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-26 15:03:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-26 15:03:13 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-26 15:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997688auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:13 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-26 15:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984007> (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-26 15:03:20 [ecarstrade.be] INFO: Extracting details for car 6984007auction61871
2026-03-26 15:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-26 15:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-26 15:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-26 15:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5, identifier: 6984007auction61871
2026-03-26 15:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-26 15:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-26 15:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871 to the API
2026-03-26 15:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:03: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-26 15:03:20 [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-28T15:40:03Z',
'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-26 15:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:20 [ecarstrade.be] INFO: Saving data for 6984007auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774018162.646114, 'last_price_update_time': 1774537400.624108}
2026-03-26 15:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984007auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:20 [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-26 15:03:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 2
2026-03-26 15: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-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 2
2026-03-26 15: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-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 2
2026-03-26 15: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-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 1
2026-03-26 15: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-26 15:03:21 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-26 15:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:21 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 1
2026-03-26 15: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-26 15: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-26 15:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004006> (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-26 15:03:27 [ecarstrade.be] INFO: Extracting details for car 7004006auction61871
2026-03-26 15:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-26 15:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 1
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_001/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_002/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_003/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_004/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_005/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004006%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_006/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999697> (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-26 15:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004007> (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-26 15:03:27 [ecarstrade.be] INFO: Extracting details for car 6999697auction61871
2026-03-26 15:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_002/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_001/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-26 15:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c2493f9-f483-5b74-91fa-15dffac29359 with scrape type 2
2026-03-26 15:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c2493f9-f483-5b74-91fa-15dffac29359 with scrape type 2
2026-03-26 15:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c2493f9-f483-5b74-91fa-15dffac29359, identifier: 6999697auction61871
2026-03-26 15:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-26 15:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-26 15:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871 to the API
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:28 [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-28T15:40:03Z',
'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-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Saving data for 6999697auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450795.806143, 'last_price_update_time': 1774537408.235752}
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999697auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_003/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_004/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Extracting details for car 7004007auction61871
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_006/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:28 [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-26 15:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-26 15:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 1
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_001/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_002/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_003/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_004/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_005/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_005/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004006)
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004007%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523449%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_006/780x0__r.jpg?hash=1774523449 not downloaded yet
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_002/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_001/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 1
2026-03-26 15: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-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_003/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 1
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_005/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15: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-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_004/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 1
2026-03-26 15: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-26 15:03:28 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 1
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999695> (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-26 15: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-26 15:03:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2e99b927-8720-5558-b8f0-5c613560a9be
2026-03-26 15:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e99b927-8720-5558-b8f0-5c613560a9be, skipping ID generation
2026-03-26 15:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 1
2026-03-26 15:03:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e99b927-8720-5558-b8f0-5c613560a9be sending to next pipeline
2026-03-26 15:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e99b927-8720-5558-b8f0-5c613560a9be, identifier: 7004006auction61871
2026-03-26 15:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_006/780x0__r.jpg?hash=1774523449> (referer: https://ecarstrade.com/cars/7004007)
2026-03-26 15:03:28 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:28 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 1
2026-03-26 15:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-26 15:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-26 15:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871 to the API
2026-03-26 15:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004006/photo_005/780x0__r.jpg?hash=1774523451>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Saving data for 7004006auction61871: {'created_time': 1774537409.02895, 'last_price_update_time': 1774537409.028959, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004006auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:29 [ecarstrade.be] INFO: Extracting details for car 6999695auction61871
2026-03-26 15: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-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 1
2026-03-26 15: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-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-26 15:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef326831-e36b-5c67-b4c3-07ba8929d62f with scrape type 2
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef326831-e36b-5c67-b4c3-07ba8929d62f with scrape type 2
2026-03-26 15:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef326831-e36b-5c67-b4c3-07ba8929d62f, identifier: 6999695auction61871
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49356698-3f41-5e3a-8325-18309b3246a0
2026-03-26 15:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49356698-3f41-5e3a-8325-18309b3246a0, skipping ID generation
2026-03-26 15:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 1
2026-03-26 15:03:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49356698-3f41-5e3a-8325-18309b3246a0 sending to next pipeline
2026-03-26 15:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49356698-3f41-5e3a-8325-18309b3246a0, identifier: 7004007auction61871
2026-03-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 1
2026-03-26 15:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-26 15:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-26 15:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871 to the API
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:29 [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-28T15:40:03Z',
'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-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Saving data for 6999695auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450783.77438, 'last_price_update_time': 1774537409.56461}
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999695auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-26 15:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-26 15:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871 to the API
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004007/photo_006/780x0__r.jpg?hash=1774523449>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Saving data for 7004007auction61871: {'created_time': 1774537409.88305, 'last_price_update_time': 1774537409.88306, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004007auction61871') HTTP/1.1" 204 0
2026-03-26 15: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-26 15:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999698> (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-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 1
2026-03-26 15: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-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 1
2026-03-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 1
2026-03-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:29 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 1
2026-03-26 15:03:29 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-26 15:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Extracting details for car 6999698auction61871
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 1
2026-03-26 15:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-26 15:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with scrape type 2
2026-03-26 15:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with scrape type 2
2026-03-26 15:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab, identifier: 6999698auction61871
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 1
2026-03-26 15:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-26 15:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-26 15:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871 to the API
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:30 [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-28T15:40:03Z',
'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-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Saving data for 6999698auction61871: {'auction_closing_time': 1774712403.0, 'created_time': 1774450785.175367, 'last_price_update_time': 1774537410.459049}
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999698auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 1
2026-03-26 15:03:30 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-26 15:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:30 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 1
2026-03-26 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004013> (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-26 15: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-26 15:03:36 [ecarstrade.be] INFO: Extracting details for car 7004013auction61871
2026-03-26 15:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-26 15:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 1
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_001/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_002/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_003/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_004/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_005/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004013%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523459%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_006/780x0__r.jpg?hash=1774523459 not downloaded yet
2026-03-26 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004010> (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-26 15: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-26 15:03:36 [ecarstrade.be] INFO: Extracting details for car 7004010auction61871
2026-03-26 15:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-26 15:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 1
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523454%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_001/780x0__r.jpg?hash=1774523454 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523455%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_002/780x0__r.jpg?hash=1774523455 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523454%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_003/780x0__r.jpg?hash=1774523454 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523455%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_004/780x0__r.jpg?hash=1774523455 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523455%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_005/780x0__r.jpg?hash=1774523455 not downloaded yet
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004010%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523455%27 HTTP/1.1" 200 None
2026-03-26 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_006/780x0__r.jpg?hash=1774523455 not downloaded yet
2026-03-26 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004008> (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-26 15: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-26 15:03:37 [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-26 15:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:37 [ecarstrade.be] INFO: Extracting details for car 7004008auction61871
2026-03-26 15:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004009> (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-26 15:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-26 15:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 1
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_001/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_002/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_003/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_004/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_005/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004008%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523452%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_006/780x0__r.jpg?hash=1774523452 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Extracting details for car 7004009auction61871
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 1
2026-03-26 15:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004016> (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-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 1
2026-03-26 15:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-26 15:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 1
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523453%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_001/780x0__r.jpg?hash=1774523453 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523453%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_002/780x0__r.jpg?hash=1774523453 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523454%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_003/780x0__r.jpg?hash=1774523454 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Extracting details for car 7004016auction61871
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523453%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_004/780x0__r.jpg?hash=1774523453 not downloaded yet
2026-03-26 15:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-26 15:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 1
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_001/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523454%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_005/780x0__r.jpg?hash=1774523454 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_002/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004009%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523453%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_006/780x0__r.jpg?hash=1774523453 not downloaded yet
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_003/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_004/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_005/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 1
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004016%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_006/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004041auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004041auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004041auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004042auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004042auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004042auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 1
2026-03-26 15:03:37 [ecarstrade.be] INFO: Found listing with ID: 7004051auction61871
2026-03-26 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:37 [ecarstrade.be] INFO: Scrape type for 7004051auction61871: 1
2026-03-26 15:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004015> (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-26 15:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:38 [ecarstrade.be] INFO: Extracting details for car 7004015auction61871
2026-03-26 15:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-26 15:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 1
2026-03-26 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_001/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_002/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_003/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_004/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_005/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004015%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523460%27 HTTP/1.1" 200 None
2026-03-26 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_006/780x0__r.jpg?hash=1774523460 not downloaded yet
2026-03-26 15:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004019> (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-26 15: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-26 15:03:43 [ecarstrade.be] INFO: Extracting details for car 7004019auction61871
2026-03-26 15:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-26 15:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 1
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_001/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_002/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_003/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_004/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_005/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004019%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523466%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_006/780x0__r.jpg?hash=1774523466 not downloaded yet
2026-03-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004017> (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-26 15: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-26 15:03:43 [ecarstrade.be] INFO: Extracting details for car 7004017auction61871
2026-03-26 15:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-26 15:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 1
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_001/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_002/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_003/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_004/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_005/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004017%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523461%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_006/780x0__r.jpg?hash=1774523461 not downloaded yet
2026-03-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004018> (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-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_006/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15:03:43 [ecarstrade.be] INFO: Extracting details for car 7004018auction61871
2026-03-26 15:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-26 15:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 1
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_001/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_002/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_003/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_006/780x0__r.jpg?hash=1774523455> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_004/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_005/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004018%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523467%27 HTTP/1.1" 200 None
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_006/780x0__r.jpg?hash=1774523467 not downloaded yet
2026-03-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_005/780x0__r.jpg?hash=1774523455> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_004/780x0__r.jpg?hash=1774523455> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15: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-26 15:03:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:03:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004021> (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-26 15: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-26 15:03:44 [ecarstrade.be] INFO: Extracting details for car 7004021auction61871
2026-03-26 15:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-26 15:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 1
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523469%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_001/780x0__r.jpg?hash=1774523469 not downloaded yet
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523469%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_002/780x0__r.jpg?hash=1774523469 not downloaded yet
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523469%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_003/780x0__r.jpg?hash=1774523469 not downloaded yet
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523469%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_004/780x0__r.jpg?hash=1774523469 not downloaded yet
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523469%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_005/780x0__r.jpg?hash=1774523469 not downloaded yet
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004021%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_006/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004020> (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-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_006/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15:03:45 [ecarstrade.be] INFO: Extracting details for car 7004020auction61871
2026-03-26 15:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-26 15:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 1
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_001/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_006/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_002/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_003/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_004/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_005/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004020%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523468%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_006/780x0__r.jpg?hash=1774523468 not downloaded yet
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_006/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_005/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004023> (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-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_003/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_006/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:45 [ecarstrade.be] INFO: Extracting details for car 7004023auction61871
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_005/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-26 15:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 1
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_001/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_004/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_002/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_003/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_004/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_006/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_005/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004023%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523472%27 HTTP/1.1" 200 None
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_006/780x0__r.jpg?hash=1774523472 not downloaded yet
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_005/780x0__r.jpg?hash=1774523469> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_001/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_006/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_005/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_004/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_003/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_002/780x0__r.jpg?hash=1774523468> (referer: https://ecarstrade.com/cars/7004020)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_004/780x0__r.jpg?hash=1774523469> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_001/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e7a69f2-0cc6-59cb-af14-67239d1bc076
2026-03-26 15:03:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e7a69f2-0cc6-59cb-af14-67239d1bc076, skipping ID generation
2026-03-26 15:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 1
2026-03-26 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 sending to next pipeline
2026-03-26 15:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e7a69f2-0cc6-59cb-af14-67239d1bc076, identifier: 7004020auction61871
2026-03-26 15:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-26 15:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-26 15:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871 to the API
2026-03-26 15:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:03: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-26 15:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004020/photo_002/780x0__r.jpg?hash=1774523468>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:46 [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-26 15:03:46 [ecarstrade.be] INFO: Saving data for 7004020auction61871: {'created_time': 1774537426.531782, 'last_price_update_time': 1774537426.531791, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004020auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_006/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_004/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_005/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_003/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_002/780x0__r.jpg?hash=1774523472> (referer: https://ecarstrade.com/cars/7004023)
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_003/780x0__r.jpg?hash=1774523469> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_001/780x0__r.jpg?hash=1774523469> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_002/780x0__r.jpg?hash=1774523469> (referer: https://ecarstrade.com/cars/7004021)
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c79d998-bd27-5b4d-932c-457d50f9c276
2026-03-26 15:03:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c79d998-bd27-5b4d-932c-457d50f9c276, skipping ID generation
2026-03-26 15:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 1
2026-03-26 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c79d998-bd27-5b4d-932c-457d50f9c276 sending to next pipeline
2026-03-26 15:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c79d998-bd27-5b4d-932c-457d50f9c276, identifier: 7004023auction61871
2026-03-26 15:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-26 15:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-26 15:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871 to the API
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004023/photo_002/780x0__r.jpg?hash=1774523472>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:47 [ecarstrade.be] INFO: Saving data for 7004023auction61871: {'created_time': 1774537427.267434, 'last_price_update_time': 1774537427.267446, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004023auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_002/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_001/780x0__r.jpg?hash=1774523467> (referer: https://ecarstrade.com/cars/7004018)
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004022> (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-26 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3bcd612b-f771-52c1-ac80-bcaadb2375a1
2026-03-26 15:03:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3bcd612b-f771-52c1-ac80-bcaadb2375a1, skipping ID generation
2026-03-26 15:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 1
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 sending to next pipeline
2026-03-26 15:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bcd612b-f771-52c1-ac80-bcaadb2375a1, identifier: 7004021auction61871
2026-03-26 15:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-26 15:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-26 15:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871 to the API
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004021/photo_002/780x0__r.jpg?hash=1774523469>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:47 [ecarstrade.be] INFO: Saving data for 7004021auction61871: {'created_time': 1774537427.679112, 'last_price_update_time': 1774537427.679123, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004021auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_003/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_002/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_004/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:47 [ecarstrade.be] INFO: Extracting details for car 7004022auction61871
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e635b931-71f4-5804-8fa4-15cd93fcc97f
2026-03-26 15:03:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e635b931-71f4-5804-8fa4-15cd93fcc97f, skipping ID generation
2026-03-26 15:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 1
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e635b931-71f4-5804-8fa4-15cd93fcc97f sending to next pipeline
2026-03-26 15:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e635b931-71f4-5804-8fa4-15cd93fcc97f, identifier: 7004018auction61871
2026-03-26 15:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-26 15:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 1
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_001/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-26 15:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-26 15:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871 to the API
2026-03-26 15:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004018/photo_001/780x0__r.jpg?hash=1774523467>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [ecarstrade.be] INFO: Saving data for 7004018auction61871: {'created_time': 1774537428.095514, 'last_price_update_time': 1774537428.095525, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004018auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_005/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_001/780x0__r.jpg?hash=1774523461> (referer: https://ecarstrade.com/cars/7004017)
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_002/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_004/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_003/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_004/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_005/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004022%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523470%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_006/780x0__r.jpg?hash=1774523470 not downloaded yet
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_003/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 99523950-a1df-5519-985e-faa4c184ae6d
2026-03-26 15:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99523950-a1df-5519-985e-faa4c184ae6d, skipping ID generation
2026-03-26 15:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 1
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99523950-a1df-5519-985e-faa4c184ae6d sending to next pipeline
2026-03-26 15:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99523950-a1df-5519-985e-faa4c184ae6d, identifier: 7004017auction61871
2026-03-26 15:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-26 15:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-26 15:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871 to the API
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004017/photo_001/780x0__r.jpg?hash=1774523461>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:48 [ecarstrade.be] INFO: Saving data for 7004017auction61871: {'created_time': 1774537428.737284, 'last_price_update_time': 1774537428.737295, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004017auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_002/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_001/780x0__r.jpg?hash=1774523466> (referer: https://ecarstrade.com/cars/7004019)
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_005/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_004/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_003/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_002/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c9c6072-9c23-54d5-af03-c42239654124
2026-03-26 15:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c9c6072-9c23-54d5-af03-c42239654124, skipping ID generation
2026-03-26 15:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 1
2026-03-26 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c9c6072-9c23-54d5-af03-c42239654124 sending to next pipeline
2026-03-26 15:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c9c6072-9c23-54d5-af03-c42239654124, identifier: 7004019auction61871
2026-03-26 15:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-26 15:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-26 15:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871 to the API
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004019/photo_001/780x0__r.jpg?hash=1774523466>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:49 [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-26 15:03:49 [ecarstrade.be] INFO: Saving data for 7004019auction61871: {'created_time': 1774537429.213467, 'last_price_update_time': 1774537429.213477, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004019auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_001/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_001/780x0__r.jpg?hash=1774523460> (referer: https://ecarstrade.com/cars/7004015)
2026-03-26 15: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-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_006/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77b72e3b-69ca-5e87-a29a-56ecec77fca1
2026-03-26 15:03:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77b72e3b-69ca-5e87-a29a-56ecec77fca1, skipping ID generation
2026-03-26 15:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 1
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 sending to next pipeline
2026-03-26 15:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77b72e3b-69ca-5e87-a29a-56ecec77fca1, identifier: 7004015auction61871
2026-03-26 15:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-26 15:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-26 15:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871 to the API
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004015/photo_001/780x0__r.jpg?hash=1774523460>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:49 [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-26 15:03:49 [ecarstrade.be] INFO: Saving data for 7004015auction61871: {'created_time': 1774537429.815613, 'last_price_update_time': 1774537429.815623, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004015auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_005/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_004/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_003/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_002/780x0__r.jpg?hash=1774523470> (referer: https://ecarstrade.com/cars/7004022)
2026-03-26 15: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-26 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a95572c9-2430-54ea-8de4-a459d424d5a4
2026-03-26 15:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a95572c9-2430-54ea-8de4-a459d424d5a4, skipping ID generation
2026-03-26 15:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 1
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a95572c9-2430-54ea-8de4-a459d424d5a4 sending to next pipeline
2026-03-26 15:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a95572c9-2430-54ea-8de4-a459d424d5a4, identifier: 7004022auction61871
2026-03-26 15:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-26 15:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-26 15:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871 to the API
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004022/photo_002/780x0__r.jpg?hash=1774523470>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [ecarstrade.be] INFO: Saving data for 7004022auction61871: {'created_time': 1774537430.548665, 'last_price_update_time': 1774537430.548675, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004022auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004030> (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-26 15: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-26 15:03:50 [ecarstrade.be] INFO: Extracting details for car 7004030auction61871
2026-03-26 15:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-26 15:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 1
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523484%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_001/780x0__r.jpg?hash=1774523484 not downloaded yet
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523483%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_002/780x0__r.jpg?hash=1774523483 not downloaded yet
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523484%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_003/780x0__r.jpg?hash=1774523484 not downloaded yet
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523484%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_004/780x0__r.jpg?hash=1774523484 not downloaded yet
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523484%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_005/780x0__r.jpg?hash=1774523484 not downloaded yet
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004030%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523484%27 HTTP/1.1" 200 None
2026-03-26 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_006/780x0__r.jpg?hash=1774523484 not downloaded yet
2026-03-26 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004024> (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-26 15: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-26 15:03:51 [ecarstrade.be] INFO: Extracting details for car 7004024auction61871
2026-03-26 15:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-26 15:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 1
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523464%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_001/780x0__r.jpg?hash=1774523464 not downloaded yet
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523464%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_002/780x0__r.jpg?hash=1774523464 not downloaded yet
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523465%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_003/780x0__r.jpg?hash=1774523465 not downloaded yet
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523464%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_004/780x0__r.jpg?hash=1774523464 not downloaded yet
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523465%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_005/780x0__r.jpg?hash=1774523465 not downloaded yet
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004024%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523465%27 HTTP/1.1" 200 None
2026-03-26 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_006/780x0__r.jpg?hash=1774523465 not downloaded yet
2026-03-26 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004051> (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-26 15: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-26 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004029> (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-26 15: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-26 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7004051auction61871
2026-03-26 15:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 7004051auction61871
2026-03-26 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a649e3-bb16-571a-82be-3ae93ece22d0 with scrape type 1
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_001/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_002/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_003/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_004/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7004029auction61871
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_005/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-26 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 1
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_001/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004051%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523519%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_006/780x0__r.jpg?hash=1774523519 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_002/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_003/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_004/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_005/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004029%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523482%27 HTTP/1.1" 200 None
2026-03-26 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_006/780x0__r.jpg?hash=1774523482 not downloaded yet
2026-03-26 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004049> (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-26 15: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-26 15:03:56 [ecarstrade.be] INFO: Extracting details for car 7004049auction61871
2026-03-26 15:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-26 15:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 1
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_001/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_002/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_003/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_004/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_005/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004049%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523499%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_006/780x0__r.jpg?hash=1774523499 not downloaded yet
2026-03-26 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004050> (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-26 15: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-26 15:03:56 [ecarstrade.be] INFO: Extracting details for car 7004050auction61871
2026-03-26 15:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-26 15:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 1
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_001/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_002/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_003/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_004/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_005/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004050%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523508%27 HTTP/1.1" 200 None
2026-03-26 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_006/780x0__r.jpg?hash=1774523508 not downloaded yet
2026-03-26 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004046> (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-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_006/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15: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-26 15:03:57 [ecarstrade.be] INFO: Extracting details for car 7004046auction61871
2026-03-26 15:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-26 15:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 1
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_001/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_002/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_003/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_004/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_005/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004046%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523513%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_006/780x0__r.jpg?hash=1774523513 not downloaded yet
2026-03-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004048> (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-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_005/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15:03:57 [ecarstrade.be] INFO: Extracting details for car 7004048auction61871
2026-03-26 15:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-26 15:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 1
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_001/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_002/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_006/780x0__r.jpg?hash=1774523484> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_003/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_004/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_005/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004048%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523517%27 HTTP/1.1" 200 None
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_006/780x0__r.jpg?hash=1774523517 not downloaded yet
2026-03-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_006/780x0__r.jpg?hash=1774523465> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_005/780x0__r.jpg?hash=1774523465> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_006/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_006/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_006/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_005/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_006/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_005/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004047> (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-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_002/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_006/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:58 [ecarstrade.be] INFO: Extracting details for car 7004047auction61871
2026-03-26 15:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-26 15:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 1
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_001/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_005/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_004/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_002/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_003/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_004/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_005/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004047%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523515%27 HTTP/1.1" 200 None
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_006/780x0__r.jpg?hash=1774523515 not downloaded yet
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_001/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_003/780x0__r.jpg?hash=1774523517> (referer: https://ecarstrade.com/cars/7004048)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_004/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_003/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60
2026-03-26 15:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60, skipping ID generation
2026-03-26 15:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 1
2026-03-26 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 sending to next pipeline
2026-03-26 15:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60, identifier: 7004048auction61871
2026-03-26 15:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-26 15:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-26 15:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871 to the API
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:03: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-26 15:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004048/photo_003/780x0__r.jpg?hash=1774523517>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [ecarstrade.be] INFO: Saving data for 7004048auction61871: {'created_time': 1774537439.266764, 'last_price_update_time': 1774537439.266777, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004048auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_002/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_001/780x0__r.jpg?hash=1774523513> (referer: https://ecarstrade.com/cars/7004046)
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004045> (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-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_003/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3
2026-03-26 15:03:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3, skipping ID generation
2026-03-26 15:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 1
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 sending to next pipeline
2026-03-26 15:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3, identifier: 7004046auction61871
2026-03-26 15:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-26 15:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-26 15:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871 to the API
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:03: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-26 15:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004046/photo_001/780x0__r.jpg?hash=1774523513>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [ecarstrade.be] INFO: Saving data for 7004046auction61871: {'created_time': 1774537439.757336, 'last_price_update_time': 1774537439.757346, 'auction_closing_time': 1774712403.0}
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004046auction61871') HTTP/1.1" 204 0
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_001/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_002/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:59 [ecarstrade.be] INFO: Extracting details for car 7004045auction61871
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_004/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-26 15:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 1
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_001/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_002/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_003/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_004/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_006/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_005/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_005/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004045%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523505%27 HTTP/1.1" 200 None
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_006/780x0__r.jpg?hash=1774523505 not downloaded yet
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_004/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_002/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_003/780x0__r.jpg?hash=1774523515> (referer: https://ecarstrade.com/cars/7004047)
2026-03-26 15:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_001/780x0__r.jpg?hash=1774523508> (referer: https://ecarstrade.com/cars/7004050)
2026-03-26 15:03:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_005/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_003/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004044> (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-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_004/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_002/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4928483-b1d0-51b3-b0ce-e75898f78126
2026-03-26 15:04:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4928483-b1d0-51b3-b0ce-e75898f78126, skipping ID generation
2026-03-26 15:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 1
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4928483-b1d0-51b3-b0ce-e75898f78126 sending to next pipeline
2026-03-26 15:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4928483-b1d0-51b3-b0ce-e75898f78126, identifier: 7004047auction61871
2026-03-26 15:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-26 15:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-26 15:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871 to the API
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004047/photo_003/780x0__r.jpg?hash=1774523515>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:00 [ecarstrade.be] INFO: Saving data for 7004047auction61871: {'created_time': 1774537440.556237, 'last_price_update_time': 1774537440.556248, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004047auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_001/780x0__r.jpg?hash=1774523499> (referer: https://ecarstrade.com/cars/7004049)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_003/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_004/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_006/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [ecarstrade.be] INFO: Extracting details for car 7004044auction61871
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004012> (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-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_001/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_002/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_005/780x0__r.jpg?hash=1774523505> (referer: https://ecarstrade.com/cars/7004045)
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64ccea2f-44a9-5a18-82a7-1e92b567fd12
2026-03-26 15:04:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64ccea2f-44a9-5a18-82a7-1e92b567fd12, skipping ID generation
2026-03-26 15:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 1
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 sending to next pipeline
2026-03-26 15:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64ccea2f-44a9-5a18-82a7-1e92b567fd12, identifier: 7004050auction61871
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-26 15:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 1
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_001/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:04:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_005/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-26 15:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-26 15:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871 to the API
2026-03-26 15:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004050/photo_001/780x0__r.jpg?hash=1774523508>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [ecarstrade.be] INFO: Saving data for 7004050auction61871: {'created_time': 1774537441.096588, 'last_price_update_time': 1774537441.096598, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004050auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:01 [ecarstrade.be] INFO: Extracting details for car 7004012auction61871
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_002/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a28a346-2eee-5c3c-8367-8c1e711b425f
2026-03-26 15:04:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a28a346-2eee-5c3c-8367-8c1e711b425f, skipping ID generation
2026-03-26 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 1
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a28a346-2eee-5c3c-8367-8c1e711b425f sending to next pipeline
2026-03-26 15:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a28a346-2eee-5c3c-8367-8c1e711b425f, identifier: 7004049auction61871
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_002/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_003/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_006/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-26 15:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-26 15:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871 to the API
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004049/photo_001/780x0__r.jpg?hash=1774523499>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [ecarstrade.be] INFO: Saving data for 7004049auction61871: {'created_time': 1774537441.532326, 'last_price_update_time': 1774537441.532342, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004049auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_004/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_003/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_001/780x0__r.jpg?hash=1774523482> (referer: https://ecarstrade.com/cars/7004029)
2026-03-26 15:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-26 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 1
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_001/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72
2026-03-26 15:04:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72, skipping ID generation
2026-03-26 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 1
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 sending to next pipeline
2026-03-26 15:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72, identifier: 7004045auction61871
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_004/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_005/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_004/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-26 15:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-26 15:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871 to the API
2026-03-26 15:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004045/photo_005/780x0__r.jpg?hash=1774523505>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [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-26 15:04:02 [ecarstrade.be] INFO: Saving data for 7004045auction61871: {'created_time': 1774537442.088487, 'last_price_update_time': 1774537442.088499, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004045auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_003/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_002/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_002/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_001/780x0__r.jpg?hash=1774523519> (referer: https://ecarstrade.com/cars/7004051)
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_005/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6fc3769-7760-58b0-9bb4-de1f6d6d1399
2026-03-26 15:04:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6fc3769-7760-58b0-9bb4-de1f6d6d1399, skipping ID generation
2026-03-26 15:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 1
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 sending to next pipeline
2026-03-26 15:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6fc3769-7760-58b0-9bb4-de1f6d6d1399, identifier: 7004029auction61871
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_003/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-26 15:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-26 15:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871 to the API
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004029/photo_001/780x0__r.jpg?hash=1774523482>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [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-26 15:04:02 [ecarstrade.be] INFO: Saving data for 7004029auction61871: {'created_time': 1774537442.560307, 'last_price_update_time': 1774537442.560317, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004029auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_003/780x0__r.jpg?hash=1774523465> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_004/780x0__r.jpg?hash=1774523464> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_001/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004044%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523506%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_006/780x0__r.jpg?hash=1774523506 not downloaded yet
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_002/780x0__r.jpg?hash=1774523464> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_001/780x0__r.jpg?hash=1774523464> (referer: https://ecarstrade.com/cars/7004024)
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_004/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_005/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 34a649e3-bb16-571a-82be-3ae93ece22d0
2026-03-26 15:04:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34a649e3-bb16-571a-82be-3ae93ece22d0, skipping ID generation
2026-03-26 15:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a649e3-bb16-571a-82be-3ae93ece22d0 with scrape type 1
2026-03-26 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34a649e3-bb16-571a-82be-3ae93ece22d0 sending to next pipeline
2026-03-26 15:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34a649e3-bb16-571a-82be-3ae93ece22d0, identifier: 7004051auction61871
2026-03-26 15:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 7004051auction61871
2026-03-26 15:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 7004051auction61871
2026-03-26 15:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34a649e3-bb16-571a-82be-3ae93ece22d0 with identifier: 7004051auction61871 to the API
2026-03-26 15:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004051/photo_001/780x0__r.jpg?hash=1774523519>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': '34a649e3-bb16-571a-82be-3ae93ece22d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004051',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Niro',
'odometer': 38079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': "Kia, Niro FL'19, KIA Niro Business Line 1.6 GDi HEV 6DCT 5d",
'transmission': 'automatic',
'trim': ", FL'19, KIA Business Line 1.6 GDi HEV 6DCT 5d",
'vin': None,
'year': 2021}
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [ecarstrade.be] INFO: Saving data for 7004051auction61871: {'created_time': 1774537443.028692, 'last_price_update_time': 1774537443.028703, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004051auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_002/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_005/780x0__r.jpg?hash=1774523484> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_003/780x0__r.jpg?hash=1774523484> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_003/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004012%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523458%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_006/780x0__r.jpg?hash=1774523458 not downloaded yet
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_004/780x0__r.jpg?hash=1774523484> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004042> (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-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a1b9231-8824-505b-8111-9ed9968ac9ca
2026-03-26 15:04:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a1b9231-8824-505b-8111-9ed9968ac9ca, skipping ID generation
2026-03-26 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 1
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a1b9231-8824-505b-8111-9ed9968ac9ca sending to next pipeline
2026-03-26 15:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1b9231-8824-505b-8111-9ed9968ac9ca, identifier: 7004024auction61871
2026-03-26 15:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-26 15:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-26 15:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871 to the API
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004024/photo_001/780x0__r.jpg?hash=1774523464>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [ecarstrade.be] INFO: Saving data for 7004024auction61871: {'created_time': 1774537443.449093, 'last_price_update_time': 1774537443.449102, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004024auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_001/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_004/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_005/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:03 [ecarstrade.be] INFO: Extracting details for car 7004042auction61871
2026-03-26 15: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-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_002/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_002/780x0__r.jpg?hash=1774523483> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 7004042auction61871
2026-03-26 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16fac07a-ea84-54ba-91de-81c43be6f206 with scrape type 1
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_001/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_003/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_005/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_006/780x0__r.jpg?hash=1774523506> (referer: https://ecarstrade.com/cars/7004044)
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_002/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15: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-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_003/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_004/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_005/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_006/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_004/780x0__r.jpg?hash=1774523458> (referer: https://ecarstrade.com/cars/7004012)
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004042%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523503%27 HTTP/1.1" 200 None
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_006/780x0__r.jpg?hash=1774523503 not downloaded yet
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_004/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15: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-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16c112d1-86db-5ab9-8661-0559d5746c53
2026-03-26 15:04:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16c112d1-86db-5ab9-8661-0559d5746c53, skipping ID generation
2026-03-26 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 1
2026-03-26 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16c112d1-86db-5ab9-8661-0559d5746c53 sending to next pipeline
2026-03-26 15:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16c112d1-86db-5ab9-8661-0559d5746c53, identifier: 7004044auction61871
2026-03-26 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004040> (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-26 15:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-26 15:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-26 15:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871 to the API
2026-03-26 15:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004044/photo_006/780x0__r.jpg?hash=1774523506>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [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-26 15:04:04 [ecarstrade.be] INFO: Saving data for 7004044auction61871: {'created_time': 1774537444.135237, 'last_price_update_time': 1774537444.135247, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004044auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_003/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_006/780x0__r.jpg?hash=1774523453> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_001/780x0__r.jpg?hash=1774523484> (referer: https://ecarstrade.com/cars/7004030)
2026-03-26 15:04:04 [ecarstrade.be] INFO: Extracting details for car 7004040auction61871
2026-03-26 15:04:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404
2026-03-26 15:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404, skipping ID generation
2026-03-26 15:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 1
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 sending to next pipeline
2026-03-26 15:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404, identifier: 7004012auction61871
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-26 15:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 1
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523500%27 HTTP/1.1" 200 None
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_001/780x0__r.jpg?hash=1774523500 not downloaded yet
2026-03-26 15:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-26 15:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-26 15:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871 to the API
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004012/photo_004/780x0__r.jpg?hash=1774523458>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [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-26 15:04:04 [ecarstrade.be] INFO: Saving data for 7004012auction61871: {'created_time': 1774537444.59047, 'last_price_update_time': 1774537444.590479, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004012auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_002/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_001/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_005/780x0__r.jpg?hash=1774523454> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523501%27 HTTP/1.1" 200 None
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_002/780x0__r.jpg?hash=1774523501 not downloaded yet
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6cd4c891-5dd7-55bf-83bb-39c4af536be0
2026-03-26 15:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cd4c891-5dd7-55bf-83bb-39c4af536be0, skipping ID generation
2026-03-26 15:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 1
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 sending to next pipeline
2026-03-26 15:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cd4c891-5dd7-55bf-83bb-39c4af536be0, identifier: 7004030auction61871
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523500%27 HTTP/1.1" 200 None
2026-03-26 15:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_003/780x0__r.jpg?hash=1774523500 not downloaded yet
2026-03-26 15:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-26 15:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-26 15:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871 to the API
2026-03-26 15:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004030/photo_001/780x0__r.jpg?hash=1774523484>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:05 [ecarstrade.be] INFO: Saving data for 7004030auction61871: {'created_time': 1774537445.05349, 'last_price_update_time': 1774537445.0535, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004030auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_004/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_001/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004016)
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_005/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523501%27 HTTP/1.1" 200 None
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_004/780x0__r.jpg?hash=1774523501 not downloaded yet
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523501%27 HTTP/1.1" 200 None
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_005/780x0__r.jpg?hash=1774523501 not downloaded yet
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004040%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523501%27 HTTP/1.1" 200 None
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_006/780x0__r.jpg?hash=1774523501 not downloaded yet
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ec1ea0b1-a120-5319-ba7e-471023ab74f9
2026-03-26 15:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec1ea0b1-a120-5319-ba7e-471023ab74f9, skipping ID generation
2026-03-26 15:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 1
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 sending to next pipeline
2026-03-26 15:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec1ea0b1-a120-5319-ba7e-471023ab74f9, identifier: 7004016auction61871
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-26 15:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-26 15:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871 to the API
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004016/photo_001/780x0__r.jpg?hash=1774523463>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:05 [ecarstrade.be] INFO: Saving data for 7004016auction61871: {'created_time': 1774537445.581154, 'last_price_update_time': 1774537445.581163, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004016auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_002/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_006/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_003/780x0__r.jpg?hash=1774523503> (referer: https://ecarstrade.com/cars/7004042)
2026-03-26 15: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-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004041> (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-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_001/780x0__r.jpg?hash=1774523500> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15: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-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_004/780x0__r.jpg?hash=1774523453> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_003/780x0__r.jpg?hash=1774523454> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16fac07a-ea84-54ba-91de-81c43be6f206
2026-03-26 15:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16fac07a-ea84-54ba-91de-81c43be6f206, skipping ID generation
2026-03-26 15:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16fac07a-ea84-54ba-91de-81c43be6f206 with scrape type 1
2026-03-26 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16fac07a-ea84-54ba-91de-81c43be6f206 sending to next pipeline
2026-03-26 15:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16fac07a-ea84-54ba-91de-81c43be6f206, identifier: 7004042auction61871
2026-03-26 15:04:05 [ecarstrade.be] INFO: Extracting details for car 7004041auction61871
2026-03-26 15:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 7004042auction61871
2026-03-26 15:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 7004042auction61871
2026-03-26 15:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16fac07a-ea84-54ba-91de-81c43be6f206 with identifier: 7004042auction61871 to the API
2026-03-26 15:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004042/photo_003/780x0__r.jpg?hash=1774523503>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '16fac07a-ea84-54ba-91de-81c43be6f206',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004042',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 37689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 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 e Business Solution 5d",
'vin': None,
'year': 2022}
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004042auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [ecarstrade.be] INFO: Saving data for 7004042auction61871: {'created_time': 1774537446.723264, 'last_price_update_time': 1774537446.723273, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004042auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_003/780x0__r.jpg?hash=1774523500> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_002/780x0__r.jpg?hash=1774523501> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15:04:06 [scrapy.extensions.logstats] INFO: Crawled 869 pages (at 43 pages/min), scraped 759 items (at 28 items/min)
2026-03-26 15:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 7004041auction61871
2026-03-26 15:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with scrape type 1
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_001/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_002/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_003/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_004/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_002/780x0__r.jpg?hash=1774523453> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_006/780x0__r.jpg?hash=1774523501> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_005/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004041%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523502%27 HTTP/1.1" 200 None
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_006/780x0__r.jpg?hash=1774523502 not downloaded yet
2026-03-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_005/780x0__r.jpg?hash=1774523501> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15: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-26 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_004/780x0__r.jpg?hash=1774523501> (referer: https://ecarstrade.com/cars/7004040)
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939
2026-03-26 15:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939, skipping ID generation
2026-03-26 15:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 1
2026-03-26 15:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 sending to next pipeline
2026-03-26 15:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939, identifier: 7004040auction61871
2026-03-26 15:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-26 15:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-26 15:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871 to the API
2026-03-26 15:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004040/photo_004/780x0__r.jpg?hash=1774523501>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:07 [ecarstrade.be] INFO: Saving data for 7004040auction61871: {'created_time': 1774537447.485038, 'last_price_update_time': 1774537447.485049, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004040auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_001/780x0__r.jpg?hash=1774523453> (referer: https://ecarstrade.com/cars/7004009)
2026-03-26 15: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-26 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711
2026-03-26 15:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711, skipping ID generation
2026-03-26 15:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 1
2026-03-26 15:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 sending to next pipeline
2026-03-26 15:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711, identifier: 7004009auction61871
2026-03-26 15:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-26 15:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-26 15:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871 to the API
2026-03-26 15:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004009/photo_001/780x0__r.jpg?hash=1774523453>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:08 [ecarstrade.be] INFO: Saving data for 7004009auction61871: {'created_time': 1774537448.694122, 'last_price_update_time': 1774537448.694134, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004009auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004038> (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-26 15:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_006/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15: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-26 15:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004036> (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-26 15:04:10 [ecarstrade.be] INFO: Extracting details for car 7004038auction61871
2026-03-26 15:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-26 15:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 1
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523496%27 HTTP/1.1" 200 None
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_001/780x0__r.jpg?hash=1774523496 not downloaded yet
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523495%27 HTTP/1.1" 200 None
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_002/780x0__r.jpg?hash=1774523495 not downloaded yet
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523496%27 HTTP/1.1" 200 None
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_003/780x0__r.jpg?hash=1774523496 not downloaded yet
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523495%27 HTTP/1.1" 200 None
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_004/780x0__r.jpg?hash=1774523495 not downloaded yet
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523496%27 HTTP/1.1" 200 None
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_005/780x0__r.jpg?hash=1774523496 not downloaded yet
2026-03-26 15:04:10 [ecarstrade.be] INFO: Extracting details for car 7004036auction61871
2026-03-26 15:04:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_005/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004038%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523496%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_006/780x0__r.jpg?hash=1774523496 not downloaded yet
2026-03-26 15:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-26 15:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 1
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523492%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_001/780x0__r.jpg?hash=1774523492 not downloaded yet
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523492%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_002/780x0__r.jpg?hash=1774523492 not downloaded yet
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523493%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_003/780x0__r.jpg?hash=1774523493 not downloaded yet
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523493%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_004/780x0__r.jpg?hash=1774523493 not downloaded yet
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523493%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_005/780x0__r.jpg?hash=1774523493 not downloaded yet
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004036%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523493%27 HTTP/1.1" 200 None
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_006/780x0__r.jpg?hash=1774523493 not downloaded yet
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_003/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_004/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_006/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_005/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_002/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_001/780x0__r.jpg?hash=1774523502> (referer: https://ecarstrade.com/cars/7004041)
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_004/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004035> (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-26 15:04:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4b4304e3-cdbf-505c-b54f-fb332fdcf391
2026-03-26 15:04:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b4304e3-cdbf-505c-b54f-fb332fdcf391, skipping ID generation
2026-03-26 15:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with scrape type 1
2026-03-26 15:04:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b4304e3-cdbf-505c-b54f-fb332fdcf391 sending to next pipeline
2026-03-26 15:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b4304e3-cdbf-505c-b54f-fb332fdcf391, identifier: 7004041auction61871
2026-03-26 15:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 7004041auction61871
2026-03-26 15:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 7004041auction61871
2026-03-26 15:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b4304e3-cdbf-505c-b54f-fb332fdcf391 with identifier: 7004041auction61871 to the API
2026-03-26 15:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004041/photo_001/780x0__r.jpg?hash=1774523502>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': '4b4304e3-cdbf-505c-b54f-fb332fdcf391',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004041',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 64913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, B-Class '18, Mercedes-Benz B-Klasse B 180 Business "
'Solution Aut',
'transmission': 'automatic',
'trim': ", B-Class '18, -Benz B-Klasse Business Solution Aut",
'vin': None,
'year': 2021}
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004041auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [ecarstrade.be] INFO: Saving data for 7004041auction61871: {'created_time': 1774537452.049013, 'last_price_update_time': 1774537452.049026, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004041auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_003/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_005/780x0__r.jpg?hash=1774523496> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:12 [ecarstrade.be] INFO: Extracting details for car 7004035auction61871
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-26 15:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 1
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_001/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_002/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_003/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_004/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_005/780x0__r.jpg?hash=1774523493> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_005/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_006/780x0__r.jpg?hash=1774523493> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004035%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523491%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_006/780x0__r.jpg?hash=1774523491 not downloaded yet
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_004/780x0__r.jpg?hash=1774523493> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004037> (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-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_003/780x0__r.jpg?hash=1774523493> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_002/780x0__r.jpg?hash=1774523492> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_006/780x0__r.jpg?hash=1774523496> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_001/780x0__r.jpg?hash=1774523492> (referer: https://ecarstrade.com/cars/7004036)
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [ecarstrade.be] INFO: Extracting details for car 7004037auction61871
2026-03-26 15:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-26 15:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 1
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_001/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_003/780x0__r.jpg?hash=1774523496> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_002/780x0__r.jpg?hash=1774523495> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_002/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_004/780x0__r.jpg?hash=1774523495> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_003/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_004/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_005/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1
2026-03-26 15:04:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1, skipping ID generation
2026-03-26 15:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 1
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 sending to next pipeline
2026-03-26 15:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1, identifier: 7004036auction61871
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_004/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_005/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004037%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523494%27 HTTP/1.1" 200 None
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_006/780x0__r.jpg?hash=1774523494 not downloaded yet
2026-03-26 15:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-26 15:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-26 15:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871 to the API
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004036/photo_001/780x0__r.jpg?hash=1774523492>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [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-26 15:04:12 [ecarstrade.be] INFO: Saving data for 7004036auction61871: {'created_time': 1774537452.890208, 'last_price_update_time': 1774537452.890223, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004036auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_006/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_003/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_001/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_002/780x0__r.jpg?hash=1774523491> (referer: https://ecarstrade.com/cars/7004035)
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_001/780x0__r.jpg?hash=1774523496> (referer: https://ecarstrade.com/cars/7004038)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004034> (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-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_002/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_001/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 78911527-f395-5cbe-a777-f3ab5557e5e8
2026-03-26 15:04:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 78911527-f395-5cbe-a777-f3ab5557e5e8, skipping ID generation
2026-03-26 15:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 1
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 78911527-f395-5cbe-a777-f3ab5557e5e8 sending to next pipeline
2026-03-26 15:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78911527-f395-5cbe-a777-f3ab5557e5e8, identifier: 7004035auction61871
2026-03-26 15:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-26 15:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-26 15:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871 to the API
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004035/photo_002/780x0__r.jpg?hash=1774523491>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:13 [ecarstrade.be] INFO: Saving data for 7004035auction61871: {'created_time': 1774537453.475063, 'last_price_update_time': 1774537453.475072, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004035auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_001/780x0__r.jpg?hash=1774523452> (referer: https://ecarstrade.com/cars/7004008)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_002/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_005/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_004/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [ecarstrade.be] INFO: Extracting details for car 7004034auction61871
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac366a70-b8bb-534d-b08c-340a99579ef9
2026-03-26 15:04:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac366a70-b8bb-534d-b08c-340a99579ef9, skipping ID generation
2026-03-26 15:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 1
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac366a70-b8bb-534d-b08c-340a99579ef9 sending to next pipeline
2026-03-26 15:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac366a70-b8bb-534d-b08c-340a99579ef9, identifier: 7004038auction61871
2026-03-26 15:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-26 15:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 1
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523486%27 HTTP/1.1" 200 None
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_001/780x0__r.jpg?hash=1774523486 not downloaded yet
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-26 15:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-26 15:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871 to the API
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004038/photo_001/780x0__r.jpg?hash=1774523496>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:13 [ecarstrade.be] INFO: Saving data for 7004038auction61871: {'created_time': 1774537453.920438, 'last_price_update_time': 1774537453.920448, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004038auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_006/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_003/780x0__r.jpg?hash=1774523494> (referer: https://ecarstrade.com/cars/7004037)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_002/780x0__r.jpg?hash=1774523455> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_003/780x0__r.jpg?hash=1774523454> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523486%27 HTTP/1.1" 200 None
2026-03-26 15:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_002/780x0__r.jpg?hash=1774523486 not downloaded yet
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004033> (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-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfe07976-d0b2-5daf-8b49-8d538c3cf254
2026-03-26 15:04:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfe07976-d0b2-5daf-8b49-8d538c3cf254, skipping ID generation
2026-03-26 15:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 1
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 sending to next pipeline
2026-03-26 15:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfe07976-d0b2-5daf-8b49-8d538c3cf254, identifier: 7004008auction61871
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523487%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_003/780x0__r.jpg?hash=1774523487 not downloaded yet
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004032> (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-26 15:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-26 15:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-26 15:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871 to the API
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004008/photo_001/780x0__r.jpg?hash=1774523452>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [ecarstrade.be] INFO: Saving data for 7004008auction61871: {'created_time': 1774537454.459754, 'last_price_update_time': 1774537454.459765, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004008auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:14 [ecarstrade.be] INFO: Extracting details for car 7004033auction61871
2026-03-26 15:04:14 [ecarstrade.be] INFO: Extracting details for car 7004032auction61871
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6fe849b-330e-5994-b95c-7146f8c9580a
2026-03-26 15:04:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6fe849b-330e-5994-b95c-7146f8c9580a, skipping ID generation
2026-03-26 15:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 1
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6fe849b-330e-5994-b95c-7146f8c9580a sending to next pipeline
2026-03-26 15:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6fe849b-330e-5994-b95c-7146f8c9580a, identifier: 7004037auction61871
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_005/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_001/780x0__r.jpg?hash=1774523454> (referer: https://ecarstrade.com/cars/7004010)
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_004/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_003/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523487%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_004/780x0__r.jpg?hash=1774523487 not downloaded yet
2026-03-26 15:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-26 15:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-26 15:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871 to the API
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004037/photo_003/780x0__r.jpg?hash=1774523494>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [ecarstrade.be] INFO: Saving data for 7004037auction61871: {'created_time': 1774537454.916273, 'last_price_update_time': 1774537454.916283, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004037auction61871') HTTP/1.1" 204 0
2026-03-26 15: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-26 15: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-26 15: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-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_002/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15: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-26 15:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_001/780x0__r.jpg?hash=1774523459> (referer: https://ecarstrade.com/cars/7004013)
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523487%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_005/780x0__r.jpg?hash=1774523487 not downloaded yet
2026-03-26 15:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-26 15:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 1
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523488%27 HTTP/1.1" 200 None
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_001/780x0__r.jpg?hash=1774523488 not downloaded yet
2026-03-26 15:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-26 15:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 1
2026-03-26 15:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_001/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_001/780x0__r.jpg?hash=1774523486> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004034%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523487%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_006/780x0__r.jpg?hash=1774523487 not downloaded yet
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523489%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_002/780x0__r.jpg?hash=1774523489 not downloaded yet
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_002/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e8ad296-cdd9-571a-bcac-3cf173e78602
2026-03-26 15:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e8ad296-cdd9-571a-bcac-3cf173e78602, skipping ID generation
2026-03-26 15:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 1
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 sending to next pipeline
2026-03-26 15:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e8ad296-cdd9-571a-bcac-3cf173e78602, identifier: 7004010auction61871
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-26 15:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-26 15:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871 to the API
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004010/photo_001/780x0__r.jpg?hash=1774523454>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [ecarstrade.be] INFO: Saving data for 7004010auction61871: {'created_time': 1774537455.439321, 'last_price_update_time': 1774537455.439331, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004010auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_002/780x0__r.jpg?hash=1774523486> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523489%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_003/780x0__r.jpg?hash=1774523489 not downloaded yet
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_003/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_003/780x0__r.jpg?hash=1774523487> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523489%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_004/780x0__r.jpg?hash=1774523489 not downloaded yet
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_004/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6d5ec08-283e-5df3-b035-aa9632c54b80
2026-03-26 15:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6d5ec08-283e-5df3-b035-aa9632c54b80, skipping ID generation
2026-03-26 15:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 1
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6d5ec08-283e-5df3-b035-aa9632c54b80 sending to next pipeline
2026-03-26 15:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6d5ec08-283e-5df3-b035-aa9632c54b80, identifier: 7004013auction61871
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523489%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_005/780x0__r.jpg?hash=1774523489 not downloaded yet
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_005/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-26 15:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-26 15:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871 to the API
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004013/photo_001/780x0__r.jpg?hash=1774523459>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:15 [ecarstrade.be] INFO: Saving data for 7004013auction61871: {'created_time': 1774537455.979346, 'last_price_update_time': 1774537455.979356, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004013auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_004/780x0__r.jpg?hash=1774523487> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_001/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004033%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523489%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_006/780x0__r.jpg?hash=1774523489 not downloaded yet
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004032%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523485%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_006/780x0__r.jpg?hash=1774523485 not downloaded yet
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004031> (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-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_005/780x0__r.jpg?hash=1774523487> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_001/780x0__r.jpg?hash=1774523488> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_002/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_006/780x0__r.jpg?hash=1774523487> (referer: https://ecarstrade.com/cars/7004034)
2026-03-26 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7004031auction61871
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_002/780x0__r.jpg?hash=1774523489> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-26 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 1
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_001/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_002/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_003/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_003/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_003/780x0__r.jpg?hash=1774523489> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_004/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_005/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_004/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004031%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523473%27 HTTP/1.1" 200 None
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_006/780x0__r.jpg?hash=1774523473 not downloaded yet
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5
2026-03-26 15:04:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5, skipping ID generation
2026-03-26 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 1
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 sending to next pipeline
2026-03-26 15:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5, identifier: 7004034auction61871
2026-03-26 15:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-26 15:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-26 15:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871 to the API
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004034/photo_006/780x0__r.jpg?hash=1774523487>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [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-26 15:04:16 [ecarstrade.be] INFO: Saving data for 7004034auction61871: {'created_time': 1774537456.856068, 'last_price_update_time': 1774537456.856079, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004034auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_005/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_005/780x0__r.jpg?hash=1774523489> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_006/780x0__r.jpg?hash=1774523485> (referer: https://ecarstrade.com/cars/7004032)
2026-03-26 15:04:16 [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-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_004/780x0__r.jpg?hash=1774523489> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_006/780x0__r.jpg?hash=1774523489> (referer: https://ecarstrade.com/cars/7004033)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_001/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_002/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a57cbf54-529c-59d0-a325-e62737cbe742
2026-03-26 15:04:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a57cbf54-529c-59d0-a325-e62737cbe742, skipping ID generation
2026-03-26 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 1
2026-03-26 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a57cbf54-529c-59d0-a325-e62737cbe742 sending to next pipeline
2026-03-26 15:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a57cbf54-529c-59d0-a325-e62737cbe742, identifier: 7004032auction61871
2026-03-26 15:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-26 15:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-26 15:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871 to the API
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004032/photo_006/780x0__r.jpg?hash=1774523485>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:17 [ecarstrade.be] INFO: Saving data for 7004032auction61871: {'created_time': 1774537457.333765, 'last_price_update_time': 1774537457.333776, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004032auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_004/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_003/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_006/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_005/780x0__r.jpg?hash=1774523473> (referer: https://ecarstrade.com/cars/7004031)
2026-03-26 15:04:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c226e509-27b8-5556-b436-fd4125ab253a
2026-03-26 15:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c226e509-27b8-5556-b436-fd4125ab253a, skipping ID generation
2026-03-26 15:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 1
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c226e509-27b8-5556-b436-fd4125ab253a sending to next pipeline
2026-03-26 15:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c226e509-27b8-5556-b436-fd4125ab253a, identifier: 7004033auction61871
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-26 15:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-26 15:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871 to the API
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004033/photo_006/780x0__r.jpg?hash=1774523489>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:17 [ecarstrade.be] INFO: Saving data for 7004033auction61871: {'created_time': 1774537457.807559, 'last_price_update_time': 1774537457.80757, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004033auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:17 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:17 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 1
2026-03-26 15: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-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 344bc160-80f7-5d48-be5e-546d964eeb04
2026-03-26 15:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 344bc160-80f7-5d48-be5e-546d964eeb04, skipping ID generation
2026-03-26 15:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 1
2026-03-26 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 344bc160-80f7-5d48-be5e-546d964eeb04 sending to next pipeline
2026-03-26 15:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 344bc160-80f7-5d48-be5e-546d964eeb04, identifier: 7004031auction61871
2026-03-26 15:04:17 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-26 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:17 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 1
2026-03-26 15:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-26 15:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-26 15:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871 to the API
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004031/photo_005/780x0__r.jpg?hash=1774523473>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Saving data for 7004031auction61871: {'created_time': 1774537458.24651, 'last_price_update_time': 1774537458.24652, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004031auction61871') HTTP/1.1" 204 0
2026-03-26 15: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-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 1
2026-03-26 15: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-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 1
2026-03-26 15: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-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005244auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005244auction61871: 1
2026-03-26 15:04:18 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-26 15:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:18 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 1
2026-03-26 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004027> (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-26 15:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:22 [ecarstrade.be] INFO: Extracting details for car 7004027auction61871
2026-03-26 15:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-26 15:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 1
2026-03-26 15:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_001/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_002/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_003/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_004/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_005/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004027%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523479%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_006/780x0__r.jpg?hash=1774523479 not downloaded yet
2026-03-26 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004028> (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-26 15: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-26 15:04:23 [ecarstrade.be] INFO: Extracting details for car 7004028auction61871
2026-03-26 15:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-26 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 1
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523480%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_001/780x0__r.jpg?hash=1774523480 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523480%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_002/780x0__r.jpg?hash=1774523480 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523481%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_003/780x0__r.jpg?hash=1774523481 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523481%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_004/780x0__r.jpg?hash=1774523481 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523481%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_005/780x0__r.jpg?hash=1774523481 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004028%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523481%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_006/780x0__r.jpg?hash=1774523481 not downloaded yet
2026-03-26 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004026> (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-26 15: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-26 15:04:23 [ecarstrade.be] INFO: Extracting details for car 7004026auction61871
2026-03-26 15:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-26 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 1
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523475%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_001/780x0__r.jpg?hash=1774523475 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523475%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_002/780x0__r.jpg?hash=1774523475 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523475%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_003/780x0__r.jpg?hash=1774523475 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523475%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_004/780x0__r.jpg?hash=1774523475 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523476%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_005/780x0__r.jpg?hash=1774523476 not downloaded yet
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004026%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523475%27 HTTP/1.1" 200 None
2026-03-26 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_006/780x0__r.jpg?hash=1774523475 not downloaded yet
2026-03-26 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004053> (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-26 15: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-26 15:04:24 [ecarstrade.be] INFO: Extracting details for car 7004053auction61871
2026-03-26 15:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-26 15:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 1
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_001/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_002/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_003/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_004/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_005/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004053%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523523%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_006/780x0__r.jpg?hash=1774523523 not downloaded yet
2026-03-26 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004054> (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-26 15: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-26 15:04:24 [ecarstrade.be] INFO: Extracting details for car 7004054auction61871
2026-03-26 15:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-26 15:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 1
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523525%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_001/780x0__r.jpg?hash=1774523525 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523525%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_002/780x0__r.jpg?hash=1774523525 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523525%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_003/780x0__r.jpg?hash=1774523525 not downloaded yet
2026-03-26 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004052> (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-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523525%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_004/780x0__r.jpg?hash=1774523525 not downloaded yet
2026-03-26 15: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-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523525%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_005/780x0__r.jpg?hash=1774523525 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004054%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523526%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_006/780x0__r.jpg?hash=1774523526 not downloaded yet
2026-03-26 15:04:24 [ecarstrade.be] INFO: Extracting details for car 7004052auction61871
2026-03-26 15:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-26 15:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 1
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_001/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_002/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_003/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_004/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_005/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004052%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523521%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_006/780x0__r.jpg?hash=1774523521 not downloaded yet
2026-03-26 15:04:25 [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-26 15: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-26 15:04:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005262auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005262auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005262auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 1
2026-03-26 15:04:25 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-26 15:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:25 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 1
2026-03-26 15:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004055> (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-26 15:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:29 [ecarstrade.be] INFO: Extracting details for car 7004055auction61871
2026-03-26 15:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-26 15:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 1
2026-03-26 15:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_001/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_002/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_003/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_004/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_005/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004055%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523528%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_006/780x0__r.jpg?hash=1774523528 not downloaded yet
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004056> (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-26 15: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-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004057> (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-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_006/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:04:30 [ecarstrade.be] INFO: Extracting details for car 7004056auction61871
2026-03-26 15:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-26 15:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 1
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_001/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [ecarstrade.be] INFO: Extracting details for car 7004057auction61871
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_002/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004058> (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-26 15:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-26 15:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 1
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_001/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_006/780x0__r.jpg?hash=1774523481> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_003/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_002/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_004/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_003/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_005/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_004/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [ecarstrade.be] INFO: Extracting details for car 7004058auction61871
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004056%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523530%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_006/780x0__r.jpg?hash=1774523530 not downloaded yet
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_006/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_006/780x0__r.jpg?hash=1774523475> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_005/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004057%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523532%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_006/780x0__r.jpg?hash=1774523532 not downloaded yet
2026-03-26 15:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-26 15:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 1
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_001/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_002/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_003/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_006/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_004/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15: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-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_003/780x0__r.jpg?hash=1774523525> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_005/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004058%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523534%27 HTTP/1.1" 200 None
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_006/780x0__r.jpg?hash=1774523534 not downloaded yet
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_006/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_005/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_004/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_001/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_002/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_004/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_005/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_003/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_004/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_006/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_005/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_002/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_001/780x0__r.jpg?hash=1774523534> (referer: https://ecarstrade.com/cars/7004058)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_006/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbe29d06-7f74-508e-9844-0b8c46a72bb2
2026-03-26 15:04:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbe29d06-7f74-508e-9844-0b8c46a72bb2, skipping ID generation
2026-03-26 15:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 1
2026-03-26 15:04:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 sending to next pipeline
2026-03-26 15:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe29d06-7f74-508e-9844-0b8c46a72bb2, identifier: 7004058auction61871
2026-03-26 15:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-26 15:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-26 15:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871 to the API
2026-03-26 15:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004058/photo_001/780x0__r.jpg?hash=1774523534>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:32 [ecarstrade.be] INFO: Saving data for 7004058auction61871: {'created_time': 1774537472.85221, 'last_price_update_time': 1774537472.852223, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004058auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_005/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005235> (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-26 15:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005234> (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-26 15:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004059> (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-26 15:04:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004025> (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-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_006/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_002/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_003/780x0__r.jpg?hash=1774523532> (referer: https://ecarstrade.com/cars/7004057)
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_004/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:33 [ecarstrade.be] INFO: Extracting details for car 7005235auction61871
2026-03-26 15:04:33 [ecarstrade.be] INFO: Extracting details for car 7005234auction61871
2026-03-26 15:04:33 [ecarstrade.be] INFO: Extracting details for car 7004059auction61871
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_001/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_001/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536923%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_001/780x0__r.jpg?hash=1774536923 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_001/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_002/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_003/780x0__r.jpg?hash=1774523530> (referer: https://ecarstrade.com/cars/7004056)
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_001/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_003/780x0__r.jpg?hash=1774523528> (referer: https://ecarstrade.com/cars/7004055)
2026-03-26 15:04:33 [ecarstrade.be] INFO: Extracting details for car 7004025auction61871
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_002/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536923%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_002/780x0__r.jpg?hash=1774536923 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_002/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_003/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536924%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_003/780x0__r.jpg?hash=1774536924 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_003/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523477%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_001/780x0__r.jpg?hash=1774523477 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5cd5b791-3407-5592-a00b-56687ce0d6f2
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5cd5b791-3407-5592-a00b-56687ce0d6f2, skipping ID generation
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 sending to next pipeline
2026-03-26 15:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cd5b791-3407-5592-a00b-56687ce0d6f2, identifier: 7004057auction61871
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-26 15:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-26 15:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871 to the API
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004057/photo_003/780x0__r.jpg?hash=1774523532>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [ecarstrade.be] INFO: Saving data for 7004057auction61871: {'created_time': 1774537473.764915, 'last_price_update_time': 1774537473.764926, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004057auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_004/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536924%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_004/780x0__r.jpg?hash=1774536924 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_004/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523478%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_002/780x0__r.jpg?hash=1774523478 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_005/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_005/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_005/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523478%27 HTTP/1.1" 200 None
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_003/780x0__r.jpg?hash=1774523478 not downloaded yet
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d860410a-1ad8-567b-b7b1-32b98edb1431
2026-03-26 15:04:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d860410a-1ad8-567b-b7b1-32b98edb1431, skipping ID generation
2026-03-26 15:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 1
2026-03-26 15:04:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d860410a-1ad8-567b-b7b1-32b98edb1431 sending to next pipeline
2026-03-26 15:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d860410a-1ad8-567b-b7b1-32b98edb1431, identifier: 7004056auction61871
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 170b7232-e45f-55c3-80e7-a18645400e19
2026-03-26 15:04:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 170b7232-e45f-55c3-80e7-a18645400e19, skipping ID generation
2026-03-26 15:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 1
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 170b7232-e45f-55c3-80e7-a18645400e19 sending to next pipeline
2026-03-26 15:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 170b7232-e45f-55c3-80e7-a18645400e19, identifier: 7004055auction61871
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005235%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_006/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005234%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536926%27 HTTP/1.1" 200 None
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_006/780x0__r.jpg?hash=1774536926 not downloaded yet
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004059%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523536%27 HTTP/1.1" 200 None
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_006/780x0__r.jpg?hash=1774523536 not downloaded yet
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523477%27 HTTP/1.1" 200 None
2026-03-26 15:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_004/780x0__r.jpg?hash=1774523477 not downloaded yet
2026-03-26 15:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-26 15:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-26 15:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871 to the API
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004056/photo_003/780x0__r.jpg?hash=1774523530>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:34 [ecarstrade.be] INFO: Saving data for 7004056auction61871: {'created_time': 1774537474.785455, 'last_price_update_time': 1774537474.785465, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004056auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-26 15:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-26 15:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871 to the API
2026-03-26 15:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004055/photo_003/780x0__r.jpg?hash=1774523528>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:35 [ecarstrade.be] INFO: Saving data for 7004055auction61871: {'created_time': 1774537475.097026, 'last_price_update_time': 1774537475.097037, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004055auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523478%27 HTTP/1.1" 200 None
2026-03-26 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_005/780x0__r.jpg?hash=1774523478 not downloaded yet
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004025%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523478%27 HTTP/1.1" 200 None
2026-03-26 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_006/780x0__r.jpg?hash=1774523478 not downloaded yet
2026-03-26 15:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005236> (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-26 15: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-26 15:04:36 [ecarstrade.be] INFO: Extracting details for car 7005236auction61871
2026-03-26 15:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-26 15:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 1
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536929%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_001/780x0__r.jpg?hash=1774536929 not downloaded yet
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536929%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_002/780x0__r.jpg?hash=1774536929 not downloaded yet
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536928%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_003/780x0__r.jpg?hash=1774536928 not downloaded yet
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536929%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_004/780x0__r.jpg?hash=1774536929 not downloaded yet
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536928%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_005/780x0__r.jpg?hash=1774536928 not downloaded yet
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005236%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536929%27 HTTP/1.1" 200 None
2026-03-26 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_006/780x0__r.jpg?hash=1774536929 not downloaded yet
2026-03-26 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005245> (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-26 15: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-26 15:04:39 [ecarstrade.be] INFO: Extracting details for car 7005245auction61871
2026-03-26 15:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 7005245auction61871
2026-03-26 15:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84b5e0f-86a6-532c-946e-365ece839c90 with scrape type 1
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536952%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_001/780x0__r.jpg?hash=1774536952 not downloaded yet
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536952%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_002/780x0__r.jpg?hash=1774536952 not downloaded yet
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_003/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_004/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_005/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005245%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536952%27 HTTP/1.1" 200 None
2026-03-26 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_006/780x0__r.jpg?hash=1774536952 not downloaded yet
2026-03-26 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005264> (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-26 15: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-26 15:04:41 [ecarstrade.be] INFO: Extracting details for car 7005264auction61871
2026-03-26 15:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-26 15:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 1
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537001%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_001/780x0__r.jpg?hash=1774537001 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537002%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_002/780x0__r.jpg?hash=1774537002 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537002%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_003/780x0__r.jpg?hash=1774537002 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537002%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_005/780x0__r.jpg?hash=1774537002 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537002%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_006/780x0__r.jpg?hash=1774537002 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005264%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774537002%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_007/780x0__r.jpg?hash=1774537002 not downloaded yet
2026-03-26 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005265> (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-26 15: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-26 15:04:41 [ecarstrade.be] INFO: Extracting details for car 7005265auction61871
2026-03-26 15:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-26 15:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 1
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_001/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_002/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_003/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_004/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_005/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005265%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537004%27 HTTP/1.1" 200 None
2026-03-26 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_006/780x0__r.jpg?hash=1774537004 not downloaded yet
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005260> (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-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005261> (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-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_001/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_001/780x0__r.jpg?hash=1774536923> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7005260auction61871
2026-03-26 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7005261auction61871
2026-03-26 15:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-26 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 1
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536988%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_001/780x0__r.jpg?hash=1774536988 not downloaded yet
2026-03-26 15:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-26 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 1
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536992%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_001/780x0__r.jpg?hash=1774536992 not downloaded yet
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536988%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_002/780x0__r.jpg?hash=1774536988 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536992%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_002/780x0__r.jpg?hash=1774536992 not downloaded yet
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_001/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536988%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_003/780x0__r.jpg?hash=1774536988 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536993%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_003/780x0__r.jpg?hash=1774536993 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536989%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_004/780x0__r.jpg?hash=1774536989 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536993%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_004/780x0__r.jpg?hash=1774536993 not downloaded yet
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536988%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_005/780x0__r.jpg?hash=1774536988 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536993%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_005/780x0__r.jpg?hash=1774536993 not downloaded yet
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_006/780x0__r.jpg?hash=1774523478> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005260%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536989%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_006/780x0__r.jpg?hash=1774536989 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005261%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536993%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_006/780x0__r.jpg?hash=1774536993 not downloaded yet
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_006/780x0__r.jpg?hash=1774536929> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_006/780x0__r.jpg?hash=1774536952> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005263> (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-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_007/780x0__r.jpg?hash=1774537002> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005259> (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-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_006/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7005263auction61871
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_005/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-26 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 1
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536996%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_001/780x0__r.jpg?hash=1774536996 not downloaded yet
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536995%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_002/780x0__r.jpg?hash=1774536995 not downloaded yet
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_004/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536995%27 HTTP/1.1" 200 None
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_003/780x0__r.jpg?hash=1774536995 not downloaded yet
2026-03-26 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7005259auction61871
2026-03-26 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_003/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536996%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_004/780x0__r.jpg?hash=1774536996 not downloaded yet
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_002/780x0__r.jpg?hash=1774536992> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536996%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_005/780x0__r.jpg?hash=1774536996 not downloaded yet
2026-03-26 15:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-26 15:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 1
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536989%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_001/780x0__r.jpg?hash=1774536989 not downloaded yet
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005263%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536996%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_006/780x0__r.jpg?hash=1774536996 not downloaded yet
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536989%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_002/780x0__r.jpg?hash=1774536989 not downloaded yet
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_005/780x0__r.jpg?hash=1774536993> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_006/780x0__r.jpg?hash=1774536993> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536990%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_003/780x0__r.jpg?hash=1774536990 not downloaded yet
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_006/780x0__r.jpg?hash=1774536989> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536991%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_004/780x0__r.jpg?hash=1774536991 not downloaded yet
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536991%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_005/780x0__r.jpg?hash=1774536991 not downloaded yet
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_005/780x0__r.jpg?hash=1774536988> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_004/780x0__r.jpg?hash=1774536993> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005259%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536991%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_006/780x0__r.jpg?hash=1774536991 not downloaded yet
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_004/780x0__r.jpg?hash=1774536989> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_003/780x0__r.jpg?hash=1774536988> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_003/780x0__r.jpg?hash=1774536993> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_002/780x0__r.jpg?hash=1774536995> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_003/780x0__r.jpg?hash=1774536995> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_002/780x0__r.jpg?hash=1774536989> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_004/780x0__r.jpg?hash=1774536996> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_006/780x0__r.jpg?hash=1774536996> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_005/780x0__r.jpg?hash=1774536991> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_003/780x0__r.jpg?hash=1774536990> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_006/780x0__r.jpg?hash=1774536991> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_004/780x0__r.jpg?hash=1774536991> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_001/780x0__r.jpg?hash=1774536989> (referer: https://ecarstrade.com/cars/7005259)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_005/780x0__r.jpg?hash=1774536996> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_001/780x0__r.jpg?hash=1774536996> (referer: https://ecarstrade.com/cars/7005263)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_002/780x0__r.jpg?hash=1774536988> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_001/780x0__r.jpg?hash=1774536992> (referer: https://ecarstrade.com/cars/7005261)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01911db0-cd99-57cc-9e30-1171216e40b5
2026-03-26 15:04:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01911db0-cd99-57cc-9e30-1171216e40b5, skipping ID generation
2026-03-26 15:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 1
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01911db0-cd99-57cc-9e30-1171216e40b5 sending to next pipeline
2026-03-26 15:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01911db0-cd99-57cc-9e30-1171216e40b5, identifier: 7005259auction61871
2026-03-26 15:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-26 15:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-26 15:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871 to the API
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005259/photo_001/780x0__r.jpg?hash=1774536989>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:43 [ecarstrade.be] INFO: Saving data for 7005259auction61871: {'created_time': 1774537483.965741, 'last_price_update_time': 1774537483.96575, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005259auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_001/780x0__r.jpg?hash=1774536988> (referer: https://ecarstrade.com/cars/7005260)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_002/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_001/780x0__r.jpg?hash=1774537004> (referer: https://ecarstrade.com/cars/7005265)
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87
2026-03-26 15:04:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87, skipping ID generation
2026-03-26 15:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 1
2026-03-26 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 sending to next pipeline
2026-03-26 15:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87, identifier: 7005263auction61871
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed
2026-03-26 15:04:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed, skipping ID generation
2026-03-26 15:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 1
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed sending to next pipeline
2026-03-26 15:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed, identifier: 7005261auction61871
2026-03-26 15:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-26 15:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-26 15:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871 to the API
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005263/photo_001/780x0__r.jpg?hash=1774536996>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:44 [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-26 15:04:44 [ecarstrade.be] INFO: Saving data for 7005263auction61871: {'created_time': 1774537484.437988, 'last_price_update_time': 1774537484.437997, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005263auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-26 15:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-26 15:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871 to the API
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005261/photo_001/780x0__r.jpg?hash=1774536992>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:44 [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-26 15:04:44 [ecarstrade.be] INFO: Saving data for 7005261auction61871: {'created_time': 1774537484.732386, 'last_price_update_time': 1774537484.732397, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005261auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_003/780x0__r.jpg?hash=1774537002> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_006/780x0__r.jpg?hash=1774537002> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_005/780x0__r.jpg?hash=1774537002> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bcbe0ecc-2e15-5c39-99d1-39aa64937d92
2026-03-26 15:04:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bcbe0ecc-2e15-5c39-99d1-39aa64937d92, skipping ID generation
2026-03-26 15:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 1
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 sending to next pipeline
2026-03-26 15:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcbe0ecc-2e15-5c39-99d1-39aa64937d92, identifier: 7005260auction61871
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 904b2821-b122-51b6-a7c4-fde02df36743
2026-03-26 15:04:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 904b2821-b122-51b6-a7c4-fde02df36743, skipping ID generation
2026-03-26 15:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 1
2026-03-26 15:04:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 904b2821-b122-51b6-a7c4-fde02df36743 sending to next pipeline
2026-03-26 15:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 904b2821-b122-51b6-a7c4-fde02df36743, identifier: 7005265auction61871
2026-03-26 15:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-26 15:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-26 15:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871 to the API
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005260/photo_001/780x0__r.jpg?hash=1774536988>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:45 [ecarstrade.be] INFO: Saving data for 7005260auction61871: {'created_time': 1774537485.393522, 'last_price_update_time': 1774537485.393531, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005260auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-26 15:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-26 15:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871 to the API
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005265/photo_001/780x0__r.jpg?hash=1774537004>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:45 [ecarstrade.be] INFO: Saving data for 7005265auction61871: {'created_time': 1774537485.69844, 'last_price_update_time': 1774537485.698452, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005265auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_001/780x0__r.jpg?hash=1774537001> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_002/780x0__r.jpg?hash=1774537002> (referer: https://ecarstrade.com/cars/7005264)
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_005/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_003/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_004/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_002/780x0__r.jpg?hash=1774536952> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 79ed278a-69c2-5cce-a91e-f47f159b1c8a
2026-03-26 15:04:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79ed278a-69c2-5cce-a91e-f47f159b1c8a, skipping ID generation
2026-03-26 15:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 1
2026-03-26 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a sending to next pipeline
2026-03-26 15:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79ed278a-69c2-5cce-a91e-f47f159b1c8a, identifier: 7005264auction61871
2026-03-26 15:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-26 15:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-26 15:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871 to the API
2026-03-26 15:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005264/photo_002/780x0__r.jpg?hash=1774537002>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:46 [ecarstrade.be] INFO: Saving data for 7005264auction61871: {'created_time': 1774537486.201031, 'last_price_update_time': 1774537486.201041, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005264auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_001/780x0__r.jpg?hash=1774536952> (referer: https://ecarstrade.com/cars/7005245)
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_005/780x0__r.jpg?hash=1774536928> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_004/780x0__r.jpg?hash=1774536929> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_002/780x0__r.jpg?hash=1774536929> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_001/780x0__r.jpg?hash=1774536929> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f84b5e0f-86a6-532c-946e-365ece839c90
2026-03-26 15:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f84b5e0f-86a6-532c-946e-365ece839c90, skipping ID generation
2026-03-26 15:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84b5e0f-86a6-532c-946e-365ece839c90 with scrape type 1
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f84b5e0f-86a6-532c-946e-365ece839c90 sending to next pipeline
2026-03-26 15:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f84b5e0f-86a6-532c-946e-365ece839c90, identifier: 7005245auction61871
2026-03-26 15:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 7005245auction61871
2026-03-26 15:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 7005245auction61871
2026-03-26 15:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f84b5e0f-86a6-532c-946e-365ece839c90 with identifier: 7005245auction61871 to the API
2026-03-26 15:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005245/photo_001/780x0__r.jpg?hash=1774536952>
{'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-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': 'f84b5e0f-86a6-532c-946e-365ece839c90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005245',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Puma',
'odometer': 55946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 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-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:46 [ecarstrade.be] INFO: Saving data for 7005245auction61871: {'created_time': 1774537486.801287, 'last_price_update_time': 1774537486.801297, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005245auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_003/780x0__r.jpg?hash=1774536928> (referer: https://ecarstrade.com/cars/7005236)
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_005/780x0__r.jpg?hash=1774523478> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_004/780x0__r.jpg?hash=1774523477> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d
2026-03-26 15:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d, skipping ID generation
2026-03-26 15:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 1
2026-03-26 15:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d sending to next pipeline
2026-03-26 15:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d, identifier: 7005236auction61871
2026-03-26 15:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-26 15:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-26 15:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871 to the API
2026-03-26 15:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005236/photo_003/780x0__r.jpg?hash=1774536928>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:47 [ecarstrade.be] INFO: Saving data for 7005236auction61871: {'created_time': 1774537487.899484, 'last_price_update_time': 1774537487.899496, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005236auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_006/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_006/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_006/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005258> (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-26 15:04:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005257> (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-26 15:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_005/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_003/780x0__r.jpg?hash=1774523478> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_005/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_005/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:48 [ecarstrade.be] INFO: Extracting details for car 7005258auction61871
2026-03-26 15:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-26 15:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 1
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536986%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_001/780x0__r.jpg?hash=1774536986 not downloaded yet
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_004/780x0__r.jpg?hash=1774536924> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_002/780x0__r.jpg?hash=1774523478> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_004/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536986%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_002/780x0__r.jpg?hash=1774536986 not downloaded yet
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_001/780x0__r.jpg?hash=1774523477> (referer: https://ecarstrade.com/cars/7004025)
2026-03-26 15:04:48 [ecarstrade.be] INFO: Extracting details for car 7005257auction61871
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_004/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536987%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_003/780x0__r.jpg?hash=1774536987 not downloaded yet
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536986%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_004/780x0__r.jpg?hash=1774536986 not downloaded yet
2026-03-26 15:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-26 15:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 1
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536983%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_001/780x0__r.jpg?hash=1774536983 not downloaded yet
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_003/780x0__r.jpg?hash=1774536924> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536986%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_005/780x0__r.jpg?hash=1774536986 not downloaded yet
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536983%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_002/780x0__r.jpg?hash=1774536983 not downloaded yet
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_002/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_002/780x0__r.jpg?hash=1774536923> (referer: https://ecarstrade.com/cars/7005234)
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005258%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536986%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_006/780x0__r.jpg?hash=1774536986 not downloaded yet
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536983%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_003/780x0__r.jpg?hash=1774536983 not downloaded yet
2026-03-26 15:04:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005256> (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-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 97cced92-3f35-51dc-8de5-a5ac875b3719
2026-03-26 15:04:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97cced92-3f35-51dc-8de5-a5ac875b3719, skipping ID generation
2026-03-26 15:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 1
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97cced92-3f35-51dc-8de5-a5ac875b3719 sending to next pipeline
2026-03-26 15:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cced92-3f35-51dc-8de5-a5ac875b3719, identifier: 7004025auction61871
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_003/780x0__r.jpg?hash=1774523536> (referer: https://ecarstrade.com/cars/7004059)
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_002/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536984%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_004/780x0__r.jpg?hash=1774536984 not downloaded yet
2026-03-26 15:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-26 15:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-26 15:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871 to the API
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004025/photo_001/780x0__r.jpg?hash=1774523477>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [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-26 15:04:48 [ecarstrade.be] INFO: Saving data for 7004025auction61871: {'created_time': 1774537488.676706, 'last_price_update_time': 1774537488.676715, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004025auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_003/780x0__r.jpg?hash=1774536926> (referer: https://ecarstrade.com/cars/7005235)
2026-03-26 15:04:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:04:48 [ecarstrade.be] INFO: Extracting details for car 7005256auction61871
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536984%27 HTTP/1.1" 200 None
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_005/780x0__r.jpg?hash=1774536984 not downloaded yet
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3
2026-03-26 15:04:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3, skipping ID generation
2026-03-26 15:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 1
2026-03-26 15:04:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 sending to next pipeline
2026-03-26 15:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3, identifier: 7005234auction61871
2026-03-26 15:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-26 15:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-26 15:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871 to the API
2026-03-26 15:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005234/photo_002/780x0__r.jpg?hash=1774536923>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:49 [ecarstrade.be] INFO: Saving data for 7005234auction61871: {'created_time': 1774537489.108721, 'last_price_update_time': 1774537489.108731, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005234auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_001/780x0__r.jpg?hash=1774536986> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005257%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536984%27 HTTP/1.1" 200 None
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_006/780x0__r.jpg?hash=1774536984 not downloaded yet
2026-03-26 15:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-26 15:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 1
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536975%27 HTTP/1.1" 200 None
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_001/780x0__r.jpg?hash=1774536975 not downloaded yet
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee1059b0-0354-509e-954a-dc62e6357bc9
2026-03-26 15:04:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee1059b0-0354-509e-954a-dc62e6357bc9, skipping ID generation
2026-03-26 15:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 1
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee1059b0-0354-509e-954a-dc62e6357bc9 sending to next pipeline
2026-03-26 15:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee1059b0-0354-509e-954a-dc62e6357bc9, identifier: 7004059auction61871
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005255> (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-26 15:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-26 15:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-26 15:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871 to the API
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004059/photo_003/780x0__r.jpg?hash=1774523536>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:49 [ecarstrade.be] INFO: Saving data for 7004059auction61871: {'created_time': 1774537489.616198, 'last_price_update_time': 1774537489.61621, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004059auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a78500c8-6f51-5c17-ac2a-48b73de8685c
2026-03-26 15:04:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a78500c8-6f51-5c17-ac2a-48b73de8685c, skipping ID generation
2026-03-26 15:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 1
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a78500c8-6f51-5c17-ac2a-48b73de8685c sending to next pipeline
2026-03-26 15:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a78500c8-6f51-5c17-ac2a-48b73de8685c, identifier: 7005235auction61871
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536976%27 HTTP/1.1" 200 None
2026-03-26 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_002/780x0__r.jpg?hash=1774536976 not downloaded yet
2026-03-26 15:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-26 15:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-26 15:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871 to the API
2026-03-26 15:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005235/photo_003/780x0__r.jpg?hash=1774536926>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [ecarstrade.be] INFO: Saving data for 7005235auction61871: {'created_time': 1774537490.033669, 'last_price_update_time': 1774537490.033678, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005235auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_002/780x0__r.jpg?hash=1774536986> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15:04:50 [ecarstrade.be] INFO: Extracting details for car 7005255auction61871
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_003/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-26 15:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 1
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_001/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_004/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_002/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_005/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_003/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_001/780x0__r.jpg?hash=1774536983> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005256%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536977%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_006/780x0__r.jpg?hash=1774536977 not downloaded yet
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_002/780x0__r.jpg?hash=1774536983> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536978%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_004/780x0__r.jpg?hash=1774536978 not downloaded yet
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536978%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_005/780x0__r.jpg?hash=1774536978 not downloaded yet
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005255%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536978%27 HTTP/1.1" 200 None
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_006/780x0__r.jpg?hash=1774536978 not downloaded yet
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_005/780x0__r.jpg?hash=1774536986> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_003/780x0__r.jpg?hash=1774536983> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_006/780x0__r.jpg?hash=1774536986> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_004/780x0__r.jpg?hash=1774536986> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_004/780x0__r.jpg?hash=1774536984> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_005/780x0__r.jpg?hash=1774536984> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_001/780x0__r.jpg?hash=1774536975> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_005/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_006/780x0__r.jpg?hash=1774536984> (referer: https://ecarstrade.com/cars/7005257)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_006/780x0__r.jpg?hash=1774536978> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_006/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 447b3ac2-a960-5774-96a3-7ede180cb4b7
2026-03-26 15:04:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 447b3ac2-a960-5774-96a3-7ede180cb4b7, skipping ID generation
2026-03-26 15:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 1
2026-03-26 15:04:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 sending to next pipeline
2026-03-26 15:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447b3ac2-a960-5774-96a3-7ede180cb4b7, identifier: 7005257auction61871
2026-03-26 15:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-26 15:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-26 15:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871 to the API
2026-03-26 15:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005257/photo_006/780x0__r.jpg?hash=1774536984>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:51 [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-26 15:04:51 [ecarstrade.be] INFO: Saving data for 7005257auction61871: {'created_time': 1774537491.078769, 'last_price_update_time': 1774537491.078779, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005257auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_005/780x0__r.jpg?hash=1774536978> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_004/780x0__r.jpg?hash=1774536978> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_003/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_002/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_004/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_003/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_002/780x0__r.jpg?hash=1774536976> (referer: https://ecarstrade.com/cars/7005256)
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_001/780x0__r.jpg?hash=1774536977> (referer: https://ecarstrade.com/cars/7005255)
2026-03-26 15: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-26 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_003/780x0__r.jpg?hash=1774536987> (referer: https://ecarstrade.com/cars/7005258)
2026-03-26 15: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-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f
2026-03-26 15:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f, skipping ID generation
2026-03-26 15:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 1
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f sending to next pipeline
2026-03-26 15:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f, identifier: 7005256auction61871
2026-03-26 15:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-26 15:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-26 15:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871 to the API
2026-03-26 15:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005256/photo_002/780x0__r.jpg?hash=1774536976>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:51 [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-26 15:04:51 [ecarstrade.be] INFO: Saving data for 7005256auction61871: {'created_time': 1774537491.93686, 'last_price_update_time': 1774537491.936873, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005256auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 65afc31b-bf68-5491-b302-d9c72375c9b3
2026-03-26 15:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65afc31b-bf68-5491-b302-d9c72375c9b3, skipping ID generation
2026-03-26 15:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 1
2026-03-26 15:04:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65afc31b-bf68-5491-b302-d9c72375c9b3 sending to next pipeline
2026-03-26 15:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65afc31b-bf68-5491-b302-d9c72375c9b3, identifier: 7005255auction61871
2026-03-26 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a
2026-03-26 15:04:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a, skipping ID generation
2026-03-26 15:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 1
2026-03-26 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a sending to next pipeline
2026-03-26 15:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a, identifier: 7005258auction61871
2026-03-26 15:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-26 15:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-26 15:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871 to the API
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005255/photo_001/780x0__r.jpg?hash=1774536977>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:52 [ecarstrade.be] INFO: Saving data for 7005255auction61871: {'created_time': 1774537492.402649, 'last_price_update_time': 1774537492.40266, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005255auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-26 15:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-26 15:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871 to the API
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005258/photo_003/780x0__r.jpg?hash=1774536987>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:52 [ecarstrade.be] INFO: Saving data for 7005258auction61871: {'created_time': 1774537492.743271, 'last_price_update_time': 1774537492.743281, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005258auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005253> (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-26 15: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-26 15:04:56 [ecarstrade.be] INFO: Extracting details for car 7005253auction61871
2026-03-26 15:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-26 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 1
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536970%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_001/780x0__r.jpg?hash=1774536970 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536970%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_002/780x0__r.jpg?hash=1774536970 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536971%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_003/780x0__r.jpg?hash=1774536971 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536971%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_004/780x0__r.jpg?hash=1774536971 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536971%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_005/780x0__r.jpg?hash=1774536971 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005253%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536971%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_006/780x0__r.jpg?hash=1774536971 not downloaded yet
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005254> (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-26 15: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-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005250> (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-26 15: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-26 15:04:56 [ecarstrade.be] INFO: Extracting details for car 7005254auction61871
2026-03-26 15:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-26 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 1
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536971%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_001/780x0__r.jpg?hash=1774536971 not downloaded yet
2026-03-26 15:04:56 [ecarstrade.be] INFO: Extracting details for car 7005250auction61871
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536972%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_002/780x0__r.jpg?hash=1774536972 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536973%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_003/780x0__r.jpg?hash=1774536973 not downloaded yet
2026-03-26 15:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-26 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 1
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_001/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536972%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_004/780x0__r.jpg?hash=1774536972 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536965%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_002/780x0__r.jpg?hash=1774536965 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536972%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_005/780x0__r.jpg?hash=1774536972 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536965%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_003/780x0__r.jpg?hash=1774536965 not downloaded yet
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005251> (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-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005254%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536972%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_006/780x0__r.jpg?hash=1774536972 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536965%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_004/780x0__r.jpg?hash=1774536965 not downloaded yet
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005252> (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-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_005/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005250%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536964%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_006/780x0__r.jpg?hash=1774536964 not downloaded yet
2026-03-26 15:04:56 [ecarstrade.be] INFO: Extracting details for car 7005251auction61871
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_005/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_004/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-26 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 1
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536967%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_001/780x0__r.jpg?hash=1774536967 not downloaded yet
2026-03-26 15:04:56 [ecarstrade.be] INFO: Extracting details for car 7005252auction61871
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536967%27 HTTP/1.1" 200 None
2026-03-26 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_002/780x0__r.jpg?hash=1774536967 not downloaded yet
2026-03-26 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536967%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_003/780x0__r.jpg?hash=1774536967 not downloaded yet
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_002/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_003/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-26 15:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 1
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536968%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_001/780x0__r.jpg?hash=1774536968 not downloaded yet
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536968%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_004/780x0__r.jpg?hash=1774536968 not downloaded yet
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536968%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_002/780x0__r.jpg?hash=1774536968 not downloaded yet
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536967%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_005/780x0__r.jpg?hash=1774536967 not downloaded yet
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536969%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_003/780x0__r.jpg?hash=1774536969 not downloaded yet
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_006/780x0__r.jpg?hash=1774523526> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005251%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536968%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_006/780x0__r.jpg?hash=1774536968 not downloaded yet
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536968%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_004/780x0__r.jpg?hash=1774536968 not downloaded yet
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536969%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_005/780x0__r.jpg?hash=1774536969 not downloaded yet
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005252%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536969%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_006/780x0__r.jpg?hash=1774536969 not downloaded yet
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_001/780x0__r.jpg?hash=1774523521> (referer: https://ecarstrade.com/cars/7004052)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_006/780x0__r.jpg?hash=1774536971> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_005/780x0__r.jpg?hash=1774536971> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_005/780x0__r.jpg?hash=1774536972> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb84fa4d-d983-5217-8073-e0d39a6e0c36
2026-03-26 15:04:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb84fa4d-d983-5217-8073-e0d39a6e0c36, skipping ID generation
2026-03-26 15:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 1
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 sending to next pipeline
2026-03-26 15:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb84fa4d-d983-5217-8073-e0d39a6e0c36, identifier: 7004052auction61871
2026-03-26 15:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-26 15:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-26 15:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871 to the API
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:04: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-26 15:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004052/photo_001/780x0__r.jpg?hash=1774523521>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:57 [ecarstrade.be] INFO: Saving data for 7004052auction61871: {'created_time': 1774537497.682106, 'last_price_update_time': 1774537497.682116, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004052auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_006/780x0__r.jpg?hash=1774536972> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_006/780x0__r.jpg?hash=1774536964> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_002/780x0__r.jpg?hash=1774536967> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_005/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_001/780x0__r.jpg?hash=1774536967> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_005/780x0__r.jpg?hash=1774536967> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_006/780x0__r.jpg?hash=1774536969> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_005/780x0__r.jpg?hash=1774536969> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_004/780x0__r.jpg?hash=1774536968> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_006/780x0__r.jpg?hash=1774536968> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_003/780x0__r.jpg?hash=1774536969> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_002/780x0__r.jpg?hash=1774536968> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_004/780x0__r.jpg?hash=1774536968> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_001/780x0__r.jpg?hash=1774536968> (referer: https://ecarstrade.com/cars/7005252)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_003/780x0__r.jpg?hash=1774536967> (referer: https://ecarstrade.com/cars/7005251)
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690
2026-03-26 15:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690, skipping ID generation
2026-03-26 15:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 1
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 sending to next pipeline
2026-03-26 15:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690, identifier: 7005252auction61871
2026-03-26 15:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-26 15:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-26 15:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871 to the API
2026-03-26 15:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005252/photo_001/780x0__r.jpg?hash=1774536968>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:58 [ecarstrade.be] INFO: Saving data for 7005252auction61871: {'created_time': 1774537498.688627, 'last_price_update_time': 1774537498.688637, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005252auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_004/780x0__r.jpg?hash=1774536965> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_003/780x0__r.jpg?hash=1774536965> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005248> (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-26 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b040c4e6-9497-52f3-acd8-de074d924fbd
2026-03-26 15:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b040c4e6-9497-52f3-acd8-de074d924fbd, skipping ID generation
2026-03-26 15:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 1
2026-03-26 15:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b040c4e6-9497-52f3-acd8-de074d924fbd sending to next pipeline
2026-03-26 15:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b040c4e6-9497-52f3-acd8-de074d924fbd, identifier: 7005251auction61871
2026-03-26 15:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-26 15:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-26 15:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871 to the API
2026-03-26 15:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005251/photo_003/780x0__r.jpg?hash=1774536967>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [ecarstrade.be] INFO: Saving data for 7005251auction61871: {'created_time': 1774537499.055358, 'last_price_update_time': 1774537499.055372, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005251auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_002/780x0__r.jpg?hash=1774536965> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_001/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005250)
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_004/780x0__r.jpg?hash=1774536972> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:59 [ecarstrade.be] INFO: Extracting details for car 7005248auction61871
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 7005248auction61871
2026-03-26 15:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fcef280-641b-575b-8ba1-4e67c6c2762d with scrape type 1
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536957%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_001/780x0__r.jpg?hash=1774536957 not downloaded yet
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536957%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_002/780x0__r.jpg?hash=1774536957 not downloaded yet
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536958%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_003/780x0__r.jpg?hash=1774536958 not downloaded yet
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536959%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_004/780x0__r.jpg?hash=1774536959 not downloaded yet
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_002/780x0__r.jpg?hash=1774536972> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536959%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_005/780x0__r.jpg?hash=1774536959 not downloaded yet
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_003/780x0__r.jpg?hash=1774536973> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_001/780x0__r.jpg?hash=1774536971> (referer: https://ecarstrade.com/cars/7005254)
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005248%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536958%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_006/780x0__r.jpg?hash=1774536958 not downloaded yet
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de8b0b24-60ba-5528-a7b5-c393824ef16d
2026-03-26 15:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de8b0b24-60ba-5528-a7b5-c393824ef16d, skipping ID generation
2026-03-26 15:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 1
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de8b0b24-60ba-5528-a7b5-c393824ef16d sending to next pipeline
2026-03-26 15:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de8b0b24-60ba-5528-a7b5-c393824ef16d, identifier: 7005250auction61871
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-26 15:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-26 15:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871 to the API
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005250/photo_001/780x0__r.jpg?hash=1774536963>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:04:59 [ecarstrade.be] INFO: Saving data for 7005250auction61871: {'created_time': 1774537499.582275, 'last_price_update_time': 1774537499.582285, 'auction_closing_time': 1774712403.0}
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005250auction61871') HTTP/1.1" 204 0
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_004/780x0__r.jpg?hash=1774536971> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_003/780x0__r.jpg?hash=1774536971> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_002/780x0__r.jpg?hash=1774536970> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b
2026-03-26 15:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b, skipping ID generation
2026-03-26 15:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 1
2026-03-26 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b sending to next pipeline
2026-03-26 15:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b, identifier: 7005254auction61871
2026-03-26 15:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-26 15:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-26 15:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871 to the API
2026-03-26 15:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005254/photo_001/780x0__r.jpg?hash=1774536971>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:00 [ecarstrade.be] INFO: Saving data for 7005254auction61871: {'created_time': 1774537500.052546, 'last_price_update_time': 1774537500.052566, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005254auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_004/780x0__r.jpg?hash=1774523525> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_005/780x0__r.jpg?hash=1774523525> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_001/780x0__r.jpg?hash=1774536970> (referer: https://ecarstrade.com/cars/7005253)
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_002/780x0__r.jpg?hash=1774523525> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_001/780x0__r.jpg?hash=1774523525> (referer: https://ecarstrade.com/cars/7004054)
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1
2026-03-26 15:05:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1, skipping ID generation
2026-03-26 15:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 1
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 sending to next pipeline
2026-03-26 15:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1, identifier: 7005253auction61871
2026-03-26 15:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-26 15:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-26 15:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871 to the API
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005253/photo_001/780x0__r.jpg?hash=1774536970>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:00 [ecarstrade.be] INFO: Saving data for 7005253auction61871: {'created_time': 1774537500.55369, 'last_price_update_time': 1774537500.553701, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005253auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_003/780x0__r.jpg?hash=1774536958> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_005/780x0__r.jpg?hash=1774536959> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_004/780x0__r.jpg?hash=1774536959> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0
2026-03-26 15:05:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0, skipping ID generation
2026-03-26 15:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 1
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 sending to next pipeline
2026-03-26 15:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0, identifier: 7004054auction61871
2026-03-26 15:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-26 15:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-26 15:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871 to the API
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004054/photo_001/780x0__r.jpg?hash=1774523525>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:00 [ecarstrade.be] INFO: Saving data for 7004054auction61871: {'created_time': 1774537500.951703, 'last_price_update_time': 1774537500.951716, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004054auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_002/780x0__r.jpg?hash=1774536957> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_006/780x0__r.jpg?hash=1774536958> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_001/780x0__r.jpg?hash=1774536957> (referer: https://ecarstrade.com/cars/7005248)
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_004/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_005/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_003/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0fcef280-641b-575b-8ba1-4e67c6c2762d
2026-03-26 15:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fcef280-641b-575b-8ba1-4e67c6c2762d, skipping ID generation
2026-03-26 15:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fcef280-641b-575b-8ba1-4e67c6c2762d with scrape type 1
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fcef280-641b-575b-8ba1-4e67c6c2762d sending to next pipeline
2026-03-26 15:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fcef280-641b-575b-8ba1-4e67c6c2762d, identifier: 7005248auction61871
2026-03-26 15:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 7005248auction61871
2026-03-26 15:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 7005248auction61871
2026-03-26 15:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fcef280-641b-575b-8ba1-4e67c6c2762d with identifier: 7005248auction61871 to the API
2026-03-26 15:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005248/photo_001/780x0__r.jpg?hash=1774536957>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': '0fcef280-641b-575b-8ba1-4e67c6c2762d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005248',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 135141,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ATECA - 2021 1.5 EcoTSI 150 ACT Xperience DSG 5d',
'transmission': 'automatic',
'trim': 'SEAT ATECA - 2021 1.5 EcoTSI 150 ACT Xperience DSG 5d',
'vin': None,
'year': 2022}
2026-03-26 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:01 [ecarstrade.be] INFO: Saving data for 7005248auction61871: {'created_time': 1774537501.470895, 'last_price_update_time': 1774537501.470907, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005248auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_002/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_001/780x0__r.jpg?hash=1774523523> (referer: https://ecarstrade.com/cars/7004053)
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_005/780x0__r.jpg?hash=1774523476> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_004/780x0__r.jpg?hash=1774523475> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_003/780x0__r.jpg?hash=1774523475> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc22b898-5ce2-50a9-b1ed-6386fbe87f83
2026-03-26 15:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc22b898-5ce2-50a9-b1ed-6386fbe87f83, skipping ID generation
2026-03-26 15:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 1
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 sending to next pipeline
2026-03-26 15:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc22b898-5ce2-50a9-b1ed-6386fbe87f83, identifier: 7004053auction61871
2026-03-26 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-26 15:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-26 15:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871 to the API
2026-03-26 15:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004053/photo_001/780x0__r.jpg?hash=1774523523>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:02 [ecarstrade.be] INFO: Saving data for 7004053auction61871: {'created_time': 1774537502.054843, 'last_price_update_time': 1774537502.054855, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004053auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_002/780x0__r.jpg?hash=1774523475> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_001/780x0__r.jpg?hash=1774523475> (referer: https://ecarstrade.com/cars/7004026)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_005/780x0__r.jpg?hash=1774523481> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005247> (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-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_003/780x0__r.jpg?hash=1774523481> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_002/780x0__r.jpg?hash=1774523480> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe20c9aa-950a-556e-b9f5-1475501e3f40
2026-03-26 15:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe20c9aa-950a-556e-b9f5-1475501e3f40, skipping ID generation
2026-03-26 15:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 1
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe20c9aa-950a-556e-b9f5-1475501e3f40 sending to next pipeline
2026-03-26 15:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe20c9aa-950a-556e-b9f5-1475501e3f40, identifier: 7004026auction61871
2026-03-26 15:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-26 15:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-26 15:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871 to the API
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004026/photo_001/780x0__r.jpg?hash=1774523475>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:02 [ecarstrade.be] INFO: Saving data for 7004026auction61871: {'created_time': 1774537502.648488, 'last_price_update_time': 1774537502.6485, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004026auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_004/780x0__r.jpg?hash=1774523481> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_001/780x0__r.jpg?hash=1774523480> (referer: https://ecarstrade.com/cars/7004028)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_005/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_004/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:05:02 [ecarstrade.be] INFO: Extracting details for car 7005247auction61871
2026-03-26 15:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_001/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_002/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_003/780x0__r.jpg?hash=1774523479> (referer: https://ecarstrade.com/cars/7004027)
2026-03-26 15:05:02 [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-26 15:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 7005247auction61871
2026-03-26 15:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with scrape type 1
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_001/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_002/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88588de2-4be5-57bd-9954-d64ee998141e
2026-03-26 15:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88588de2-4be5-57bd-9954-d64ee998141e, skipping ID generation
2026-03-26 15:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 1
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88588de2-4be5-57bd-9954-d64ee998141e sending to next pipeline
2026-03-26 15:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88588de2-4be5-57bd-9954-d64ee998141e, identifier: 7004028auction61871
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-26 15:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-26 15:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871 to the API
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004028/photo_001/780x0__r.jpg?hash=1774523480>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Saving data for 7004028auction61871: {'created_time': 1774537503.256503, 'last_price_update_time': 1774537503.256513, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004028auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_003/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7
2026-03-26 15:05:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7, skipping ID generation
2026-03-26 15:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 1
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 sending to next pipeline
2026-03-26 15:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7, identifier: 7004027auction61871
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_004/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-26 15:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-26 15:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871 to the API
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004027/photo_003/780x0__r.jpg?hash=1774523479>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Saving data for 7004027auction61871: {'created_time': 1774537503.706518, 'last_price_update_time': 1774537503.706527, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004027auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 1
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_005/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 1
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005247%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_006/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005272auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005272auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005275auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005275auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005276auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005276auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005277auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:03 [ecarstrade.be] INFO: Scrape type for 7005277auction61871: 1
2026-03-26 15:05:03 [ecarstrade.be] INFO: Found listing with ID: 7005278auction61871
2026-03-26 15:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 7005278auction61871: 1
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6922684auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6922684auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6875378auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6875378auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6875352auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6875352auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 0
2026-03-26 15:05:04 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:04 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 0
2026-03-26 15:05:06 [scrapy.extensions.logstats] INFO: Crawled 908 pages (at 39 pages/min), scraped 805 items (at 46 items/min)
2026-03-26 15:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005249> (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-26 15: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-26 15:05:08 [ecarstrade.be] INFO: Extracting details for car 7005249auction61871
2026-03-26 15:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-26 15:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 1
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536962%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_001/780x0__r.jpg?hash=1774536962 not downloaded yet
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536962%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_002/780x0__r.jpg?hash=1774536962 not downloaded yet
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_003/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_004/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_005/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005249%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536963%27 HTTP/1.1" 200 None
2026-03-26 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_006/780x0__r.jpg?hash=1774536963 not downloaded yet
2026-03-26 15:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005241> (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-26 15: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-26 15:05:10 [ecarstrade.be] INFO: Extracting details for car 7005241auction61871
2026-03-26 15:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-26 15:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 1
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536936%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_001/780x0__r.jpg?hash=1774536936 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_002/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536936%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_003/780x0__r.jpg?hash=1774536936 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536939%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_004/780x0__r.jpg?hash=1774536939 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536939%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_005/780x0__r.jpg?hash=1774536939 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005241%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536939%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_006/780x0__r.jpg?hash=1774536939 not downloaded yet
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005240> (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-26 15:05:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:10 [ecarstrade.be] INFO: Extracting details for car 7005240auction61871
2026-03-26 15:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-26 15:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 1
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_001/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_002/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536936%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_003/780x0__r.jpg?hash=1774536936 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_004/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_005/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005240%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536937%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_006/780x0__r.jpg?hash=1774536937 not downloaded yet
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005244> (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-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_001/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:10 [ecarstrade.be] INFO: Extracting details for car 7005244auction61871
2026-03-26 15:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 7005244auction61871
2026-03-26 15:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d2566d-7cb8-5185-b494-0abc53f25a38 with scrape type 1
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536945%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_001/780x0__r.jpg?hash=1774536945 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536947%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_002/780x0__r.jpg?hash=1774536947 not downloaded yet
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_002/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536947%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_003/780x0__r.jpg?hash=1774536947 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536947%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_004/780x0__r.jpg?hash=1774536947 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536947%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_005/780x0__r.jpg?hash=1774536947 not downloaded yet
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005242> (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-26 15:05:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005244%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536947%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_006/780x0__r.jpg?hash=1774536947 not downloaded yet
2026-03-26 15:05:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_003/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005246> (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-26 15:05:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:10 [ecarstrade.be] INFO: Extracting details for car 7005242auction61871
2026-03-26 15:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_004/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-26 15:05:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 1
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536944%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_001/780x0__r.jpg?hash=1774536944 not downloaded yet
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536943%27 HTTP/1.1" 200 None
2026-03-26 15:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_002/780x0__r.jpg?hash=1774536943 not downloaded yet
2026-03-26 15:05:10 [ecarstrade.be] INFO: Extracting details for car 7005246auction61871
2026-03-26 15:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536944%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_003/780x0__r.jpg?hash=1774536944 not downloaded yet
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536943%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_004/780x0__r.jpg?hash=1774536943 not downloaded yet
2026-03-26 15:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 7005246auction61871
2026-03-26 15:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c820dda0-89a3-5231-b199-859e5f1d2d2f with scrape type 1
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_001/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_006/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536943%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_005/780x0__r.jpg?hash=1774536943 not downloaded yet
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_002/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005242%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536943%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_006/780x0__r.jpg?hash=1774536943 not downloaded yet
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536955%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_003/780x0__r.jpg?hash=1774536955 not downloaded yet
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_004/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_006/780x0__r.jpg?hash=1774536939> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_005/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005246%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536953%27 HTTP/1.1" 200 None
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_006/780x0__r.jpg?hash=1774536953 not downloaded yet
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_006/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_005/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_001/780x0__r.jpg?hash=1774536945> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_005/780x0__r.jpg?hash=1774536947> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_006/780x0__r.jpg?hash=1774536947> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_004/780x0__r.jpg?hash=1774536947> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_003/780x0__r.jpg?hash=1774536947> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_004/780x0__r.jpg?hash=1774536943> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_004/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_006/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_005/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_003/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_006/780x0__r.jpg?hash=1774536943> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_002/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_005/780x0__r.jpg?hash=1774536943> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_001/780x0__r.jpg?hash=1774536953> (referer: https://ecarstrade.com/cars/7005246)
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c820dda0-89a3-5231-b199-859e5f1d2d2f
2026-03-26 15:05:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c820dda0-89a3-5231-b199-859e5f1d2d2f, skipping ID generation
2026-03-26 15:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c820dda0-89a3-5231-b199-859e5f1d2d2f with scrape type 1
2026-03-26 15:05:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c820dda0-89a3-5231-b199-859e5f1d2d2f sending to next pipeline
2026-03-26 15:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c820dda0-89a3-5231-b199-859e5f1d2d2f, identifier: 7005246auction61871
2026-03-26 15:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 7005246auction61871
2026-03-26 15:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 7005246auction61871
2026-03-26 15:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c820dda0-89a3-5231-b199-859e5f1d2d2f with identifier: 7005246auction61871 to the API
2026-03-26 15:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005246/photo_001/780x0__r.jpg?hash=1774536953>
{'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-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': 'c820dda0-89a3-5231-b199-859e5f1d2d2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005246',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 45565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 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-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [ecarstrade.be] INFO: Saving data for 7005246auction61871: {'created_time': 1774537513.168104, 'last_price_update_time': 1774537513.168114, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005246auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_003/780x0__r.jpg?hash=1774536944> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005262> (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-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_002/780x0__r.jpg?hash=1774536943> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_001/780x0__r.jpg?hash=1774536944> (referer: https://ecarstrade.com/cars/7005242)
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:13 [ecarstrade.be] INFO: Extracting details for car 7005262auction61871
2026-03-26 15:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 7005262auction61871
2026-03-26 15:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336a464c-e752-5484-9e68-8c354ff92c3e with scrape type 1
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536996%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_001/780x0__r.jpg?hash=1774536996 not downloaded yet
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536997%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_002/780x0__r.jpg?hash=1774536997 not downloaded yet
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536997%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_003/780x0__r.jpg?hash=1774536997 not downloaded yet
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536999%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_004/780x0__r.jpg?hash=1774536999 not downloaded yet
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536999%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_005/780x0__r.jpg?hash=1774536999 not downloaded yet
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_002/780x0__r.jpg?hash=1774536947> (referer: https://ecarstrade.com/cars/7005244)
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005262%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536999%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_006/780x0__r.jpg?hash=1774536999 not downloaded yet
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01b4f20a-427a-54ef-9613-c1f9abfbeec6
2026-03-26 15:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01b4f20a-427a-54ef-9613-c1f9abfbeec6, skipping ID generation
2026-03-26 15:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 1
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 sending to next pipeline
2026-03-26 15:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01b4f20a-427a-54ef-9613-c1f9abfbeec6, identifier: 7005242auction61871
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_004/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-26 15:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-26 15:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871 to the API
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005242/photo_001/780x0__r.jpg?hash=1774536944>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:13 [ecarstrade.be] INFO: Saving data for 7005242auction61871: {'created_time': 1774537513.927383, 'last_price_update_time': 1774537513.92741, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005242auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_003/780x0__r.jpg?hash=1774536936> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4d2566d-7cb8-5185-b494-0abc53f25a38
2026-03-26 15:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4d2566d-7cb8-5185-b494-0abc53f25a38, skipping ID generation
2026-03-26 15:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d2566d-7cb8-5185-b494-0abc53f25a38 with scrape type 1
2026-03-26 15:05:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4d2566d-7cb8-5185-b494-0abc53f25a38 sending to next pipeline
2026-03-26 15:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4d2566d-7cb8-5185-b494-0abc53f25a38, identifier: 7005244auction61871
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 7005244auction61871
2026-03-26 15:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 7005244auction61871
2026-03-26 15:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4d2566d-7cb8-5185-b494-0abc53f25a38 with identifier: 7005244auction61871 to the API
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005244/photo_002/780x0__r.jpg?hash=1774536947>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': 'b4d2566d-7cb8-5185-b494-0abc53f25a38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005244',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 211955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL GRANDLAND X DIESEL - 2020 1.5 TD 130 ECOTEC Innovation S&S '
'(EU6.2) 5d',
'transmission': 'automatic',
'trim': 'OPEL GRANDLAND X DIESEL - 2020 1.5 TD 130 ECOTEC Innovation S&S '
'(EU6.2) 5d',
'vin': None,
'year': 2021}
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:14 [ecarstrade.be] INFO: Saving data for 7005244auction61871: {'created_time': 1774537514.332776, 'last_price_update_time': 1774537514.33279, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005244auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_001/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_002/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005240)
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_004/780x0__r.jpg?hash=1774536939> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f13eec96-7ec8-585f-986b-5e6dd2f6e34e
2026-03-26 15:05:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f13eec96-7ec8-585f-986b-5e6dd2f6e34e, skipping ID generation
2026-03-26 15:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 1
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e sending to next pipeline
2026-03-26 15:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13eec96-7ec8-585f-986b-5e6dd2f6e34e, identifier: 7005240auction61871
2026-03-26 15:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-26 15:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-26 15:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871 to the API
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005240/photo_002/780x0__r.jpg?hash=1774536937>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:14 [ecarstrade.be] INFO: Saving data for 7005240auction61871: {'created_time': 1774537514.950474, 'last_price_update_time': 1774537514.950484, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005240auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_005/780x0__r.jpg?hash=1774536939> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_003/780x0__r.jpg?hash=1774536936> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_002/780x0__r.jpg?hash=1774536937> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_001/780x0__r.jpg?hash=1774536936> (referer: https://ecarstrade.com/cars/7005241)
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005239> (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-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_006/780x0__r.jpg?hash=1774536999> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_005/780x0__r.jpg?hash=1774536999> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f896df4-7340-526a-8270-1ee8e38d299e
2026-03-26 15:05:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f896df4-7340-526a-8270-1ee8e38d299e, skipping ID generation
2026-03-26 15:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 1
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f896df4-7340-526a-8270-1ee8e38d299e sending to next pipeline
2026-03-26 15:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f896df4-7340-526a-8270-1ee8e38d299e, identifier: 7005241auction61871
2026-03-26 15:05:15 [ecarstrade.be] INFO: Extracting details for car 7005239auction61871
2026-03-26 15:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-26 15:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-26 15:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871 to the API
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005241/photo_001/780x0__r.jpg?hash=1774536936>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [ecarstrade.be] INFO: Saving data for 7005241auction61871: {'created_time': 1774537515.517774, 'last_price_update_time': 1774537515.517785, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005241auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_003/780x0__r.jpg?hash=1774536997> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_002/780x0__r.jpg?hash=1774536997> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_004/780x0__r.jpg?hash=1774536999> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-26 15:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 1
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_001/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_002/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536936%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_003/780x0__r.jpg?hash=1774536936 not downloaded yet
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_004/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_001/780x0__r.jpg?hash=1774536996> (referer: https://ecarstrade.com/cars/7005262)
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_005/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_005/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_004/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005239%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_006/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_002/780x0__r.jpg?hash=1774536962> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_003/780x0__r.jpg?hash=1774536963> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 336a464c-e752-5484-9e68-8c354ff92c3e
2026-03-26 15:05:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 336a464c-e752-5484-9e68-8c354ff92c3e, skipping ID generation
2026-03-26 15:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336a464c-e752-5484-9e68-8c354ff92c3e with scrape type 1
2026-03-26 15:05:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 336a464c-e752-5484-9e68-8c354ff92c3e sending to next pipeline
2026-03-26 15:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 336a464c-e752-5484-9e68-8c354ff92c3e, identifier: 7005262auction61871
2026-03-26 15:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 7005262auction61871
2026-03-26 15:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 7005262auction61871
2026-03-26 15:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 336a464c-e752-5484-9e68-8c354ff92c3e with identifier: 7005262auction61871 to the API
2026-03-26 15:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005262/photo_001/780x0__r.jpg?hash=1774536996>
{'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-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': '336a464c-e752-5484-9e68-8c354ff92c3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005262',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 23446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005262auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:16 [ecarstrade.be] INFO: Saving data for 7005262auction61871: {'created_time': 1774537516.19528, 'last_price_update_time': 1774537516.195289, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005262auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_001/780x0__r.jpg?hash=1774536962> (referer: https://ecarstrade.com/cars/7005249)
2026-03-26 15:05:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c
2026-03-26 15:05:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c, skipping ID generation
2026-03-26 15:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 1
2026-03-26 15:05:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c sending to next pipeline
2026-03-26 15:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c, identifier: 7005249auction61871
2026-03-26 15:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-26 15:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-26 15:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871 to the API
2026-03-26 15:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005249/photo_001/780x0__r.jpg?hash=1774536962>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:16 [ecarstrade.be] INFO: Saving data for 7005249auction61871: {'created_time': 1774537516.916326, 'last_price_update_time': 1774537516.916335, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005249auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005238> (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-26 15:05:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005237> (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-26 15:05:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:17 [ecarstrade.be] INFO: Extracting details for car 7005238auction61871
2026-03-26 15:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-26 15:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 1
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536934%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_001/780x0__r.jpg?hash=1774536934 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536934%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_002/780x0__r.jpg?hash=1774536934 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536935%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_003/780x0__r.jpg?hash=1774536935 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536934%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_004/780x0__r.jpg?hash=1774536934 not downloaded yet
2026-03-26 15:05:17 [ecarstrade.be] INFO: Extracting details for car 7005237auction61871
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536934%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_005/780x0__r.jpg?hash=1774536934 not downloaded yet
2026-03-26 15:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-26 15:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 1
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_001/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005238%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536934%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_006/780x0__r.jpg?hash=1774536934 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_002/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_003/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_005/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_006/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005237%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774536933%27 HTTP/1.1" 200 None
2026-03-26 15:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_007/780x0__r.jpg?hash=1774536933 not downloaded yet
2026-03-26 15:05:17 [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-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_004/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 6991556auction61871
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 6991556auction61871: 0
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7004011auction61871
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7004011auction61871: 1
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_003/780x0__r.jpg?hash=1774536936> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7004014auction61871
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7004014auction61871: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7004043auction61871
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7004043auction61871: 1
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002892auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002892auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002892auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002905auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002905auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002905auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 6886623auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886623auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 6886623auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002893auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002893auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002893auction101892: 1
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_005/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002895auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002895auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002895auction101892: 1
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002896auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002896auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002896auction101892: 1
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005278> (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-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002897auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002897auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002897auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002898auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002898auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002898auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002899auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002899auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002899auction101892: 1
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_006/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002900auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002900auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002900auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002901auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002901auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002901auction101892: 1
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002902auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002902auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002902auction101892: 1
2026-03-26 15:05:18 [ecarstrade.be] INFO: Extracting details for car 7005278auction61871
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_002/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002904auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002904auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002904auction101892: 1
2026-03-26 15:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002906auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002906auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002906auction101892: 1
2026-03-26 15:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 7005278auction61871
2026-03-26 15:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 669fcb9e-bb42-52bf-ba42-0362730df330 with scrape type 1
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_001/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_001/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005239)
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 7002908auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002908auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 7002908auction101892: 1
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_002/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:18 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 2
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_003/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_004/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_005/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005278%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537039%27 HTTP/1.1" 200 None
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_006/780x0__r.jpg?hash=1774537039 not downloaded yet
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6
2026-03-26 15:05:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6, skipping ID generation
2026-03-26 15:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 1
2026-03-26 15:05:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 sending to next pipeline
2026-03-26 15:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6, identifier: 7005239auction61871
2026-03-26 15:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-26 15:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-26 15:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871 to the API
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005239/photo_001/780x0__r.jpg?hash=1774536935>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [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-26 15:05:18 [ecarstrade.be] INFO: Saving data for 7005239auction61871: {'created_time': 1774537518.950026, 'last_price_update_time': 1774537518.950035, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005239auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005276> (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-26 15:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_007/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:23 [ecarstrade.be] INFO: Extracting details for car 7005276auction61871
2026-03-26 15:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 7005276auction61871
2026-03-26 15:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a51c40-752a-5404-8b77-68d74c54ebcd with scrape type 1
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537034%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_001/780x0__r.jpg?hash=1774537034 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537034%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_002/780x0__r.jpg?hash=1774537034 not downloaded yet
2026-03-26 15:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005273> (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-26 15:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_006/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537034%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_003/780x0__r.jpg?hash=1774537034 not downloaded yet
2026-03-26 15:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537035%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_004/780x0__r.jpg?hash=1774537035 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537035%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_005/780x0__r.jpg?hash=1774537035 not downloaded yet
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005276%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537034%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_006/780x0__r.jpg?hash=1774537034 not downloaded yet
2026-03-26 15:05:23 [ecarstrade.be] INFO: Extracting details for car 7005273auction61871
2026-03-26 15:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-26 15:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 1
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537023%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_001/780x0__r.jpg?hash=1774537023 not downloaded yet
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537023%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_002/780x0__r.jpg?hash=1774537023 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537023%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_003/780x0__r.jpg?hash=1774537023 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537025%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_005/780x0__r.jpg?hash=1774537025 not downloaded yet
2026-03-26 15:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005277> (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-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537025%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_006/780x0__r.jpg?hash=1774537025 not downloaded yet
2026-03-26 15:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005273%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774537025%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_007/780x0__r.jpg?hash=1774537025 not downloaded yet
2026-03-26 15:05:23 [ecarstrade.be] INFO: Extracting details for car 7005277auction61871
2026-03-26 15:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 7005277auction61871
2026-03-26 15:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa3cafb-94fd-58e0-8d25-c842f2710865 with scrape type 1
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_001/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_002/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_003/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_004/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_005/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005277%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537038%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_006/780x0__r.jpg?hash=1774537038 not downloaded yet
2026-03-26 15:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005275> (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-26 15:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:23 [ecarstrade.be] INFO: Extracting details for car 7005275auction61871
2026-03-26 15:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 7005275auction61871
2026-03-26 15:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dedae53-3c59-5edc-a606-f743bce18b58 with scrape type 1
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537032%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_001/780x0__r.jpg?hash=1774537032 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537032%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_002/780x0__r.jpg?hash=1774537032 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537032%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_003/780x0__r.jpg?hash=1774537032 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537032%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_004/780x0__r.jpg?hash=1774537032 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537032%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_005/780x0__r.jpg?hash=1774537032 not downloaded yet
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005275%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537033%27 HTTP/1.1" 200 None
2026-03-26 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_006/780x0__r.jpg?hash=1774537033 not downloaded yet
2026-03-26 15:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005243> (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-26 15:05:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:24 [ecarstrade.be] INFO: Extracting details for car 7005243auction61871
2026-03-26 15:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-26 15:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 1
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536941%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_001/780x0__r.jpg?hash=1774536941 not downloaded yet
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536942%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_002/780x0__r.jpg?hash=1774536942 not downloaded yet
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536942%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_003/780x0__r.jpg?hash=1774536942 not downloaded yet
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536941%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_004/780x0__r.jpg?hash=1774536941 not downloaded yet
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536942%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_005/780x0__r.jpg?hash=1774536942 not downloaded yet
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005243%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774536942%27 HTTP/1.1" 200 None
2026-03-26 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_006/780x0__r.jpg?hash=1774536942 not downloaded yet
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005272> (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-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_001/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:26 [ecarstrade.be] INFO: Extracting details for car 7005272auction61871
2026-03-26 15:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-26 15:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 1
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537020%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_001/780x0__r.jpg?hash=1774537020 not downloaded yet
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537020%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_002/780x0__r.jpg?hash=1774537020 not downloaded yet
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537021%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_003/780x0__r.jpg?hash=1774537021 not downloaded yet
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_006/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537020%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_004/780x0__r.jpg?hash=1774537020 not downloaded yet
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537020%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_005/780x0__r.jpg?hash=1774537020 not downloaded yet
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005272%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537020%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_006/780x0__r.jpg?hash=1774537020 not downloaded yet
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_005/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005271> (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-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_002/780x0__r.jpg?hash=1774537034> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_001/780x0__r.jpg?hash=1774537034> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:26 [ecarstrade.be] INFO: Extracting details for car 7005271auction61871
2026-03-26 15:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-26 15:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 1
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537017%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_001/780x0__r.jpg?hash=1774537017 not downloaded yet
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_005/780x0__r.jpg?hash=1774537025> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537017%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_002/780x0__r.jpg?hash=1774537017 not downloaded yet
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_006/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537019%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_003/780x0__r.jpg?hash=1774537019 not downloaded yet
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537017%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_004/780x0__r.jpg?hash=1774537017 not downloaded yet
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537018%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_005/780x0__r.jpg?hash=1774537018 not downloaded yet
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005271%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537018%27 HTTP/1.1" 200 None
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_006/780x0__r.jpg?hash=1774537018 not downloaded yet
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_006/780x0__r.jpg?hash=1774537033> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_006/780x0__r.jpg?hash=1774536942> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_005/780x0__r.jpg?hash=1774536942> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_003/780x0__r.jpg?hash=1774537021> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_006/780x0__r.jpg?hash=1774537020> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_005/780x0__r.jpg?hash=1774537020> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_004/780x0__r.jpg?hash=1774537020> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_002/780x0__r.jpg?hash=1774537020> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_001/780x0__r.jpg?hash=1774537017> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_002/780x0__r.jpg?hash=1774537017> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_006/780x0__r.jpg?hash=1774537018> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_005/780x0__r.jpg?hash=1774537018> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_004/780x0__r.jpg?hash=1774537017> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_003/780x0__r.jpg?hash=1774537019> (referer: https://ecarstrade.com/cars/7005271)
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_001/780x0__r.jpg?hash=1774537020> (referer: https://ecarstrade.com/cars/7005272)
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_004/780x0__r.jpg?hash=1774536941> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_003/780x0__r.jpg?hash=1774536942> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_002/780x0__r.jpg?hash=1774536942> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd4c0b82-1a77-5102-a03a-afb7d7093dde
2026-03-26 15:05:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd4c0b82-1a77-5102-a03a-afb7d7093dde, skipping ID generation
2026-03-26 15:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 1
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd4c0b82-1a77-5102-a03a-afb7d7093dde sending to next pipeline
2026-03-26 15:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd4c0b82-1a77-5102-a03a-afb7d7093dde, identifier: 7005271auction61871
2026-03-26 15:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-26 15:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-26 15:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871 to the API
2026-03-26 15:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005271/photo_003/780x0__r.jpg?hash=1774537019>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:27 [ecarstrade.be] INFO: Saving data for 7005271auction61871: {'created_time': 1774537527.584662, 'last_price_update_time': 1774537527.584675, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005271auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_001/780x0__r.jpg?hash=1774536941> (referer: https://ecarstrade.com/cars/7005243)
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 662ca185-a6cf-5249-a103-c216d62fc0df
2026-03-26 15:05:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 662ca185-a6cf-5249-a103-c216d62fc0df, skipping ID generation
2026-03-26 15:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 1
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 662ca185-a6cf-5249-a103-c216d62fc0df sending to next pipeline
2026-03-26 15:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662ca185-a6cf-5249-a103-c216d62fc0df, identifier: 7005272auction61871
2026-03-26 15:05:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_005/780x0__r.jpg?hash=1774537032> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-26 15:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-26 15:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871 to the API
2026-03-26 15:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005272/photo_001/780x0__r.jpg?hash=1774537020>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:27 [ecarstrade.be] INFO: Saving data for 7005272auction61871: {'created_time': 1774537527.989164, 'last_price_update_time': 1774537527.989174, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005272auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_004/780x0__r.jpg?hash=1774537032> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2bed0d2d-fcfa-5caf-b023-44258f657671
2026-03-26 15:05:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2bed0d2d-fcfa-5caf-b023-44258f657671, skipping ID generation
2026-03-26 15:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 1
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2bed0d2d-fcfa-5caf-b023-44258f657671 sending to next pipeline
2026-03-26 15:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2bed0d2d-fcfa-5caf-b023-44258f657671, identifier: 7005243auction61871
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-26 15:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-26 15:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871 to the API
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005243/photo_001/780x0__r.jpg?hash=1774536941>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:28 [ecarstrade.be] INFO: Saving data for 7005243auction61871: {'created_time': 1774537528.381325, 'last_price_update_time': 1774537528.381334, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005243auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_002/780x0__r.jpg?hash=1774537032> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_003/780x0__r.jpg?hash=1774537032> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_001/780x0__r.jpg?hash=1774537032> (referer: https://ecarstrade.com/cars/7005275)
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_005/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_004/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_003/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6dedae53-3c59-5edc-a606-f743bce18b58
2026-03-26 15:05:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6dedae53-3c59-5edc-a606-f743bce18b58, skipping ID generation
2026-03-26 15:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dedae53-3c59-5edc-a606-f743bce18b58 with scrape type 1
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6dedae53-3c59-5edc-a606-f743bce18b58 sending to next pipeline
2026-03-26 15:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6dedae53-3c59-5edc-a606-f743bce18b58, identifier: 7005275auction61871
2026-03-26 15:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 7005275auction61871
2026-03-26 15:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 7005275auction61871
2026-03-26 15:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6dedae53-3c59-5edc-a606-f743bce18b58 with identifier: 7005275auction61871 to the API
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005275/photo_001/780x0__r.jpg?hash=1774537032>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '6dedae53-3c59-5edc-a606-f743bce18b58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005275',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 105079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, C-Klasse FL'18, Mercedes-Benz C-Klasse Berline C 300 de "
'Business S',
'transmission': 'automatic',
'trim': ", C-Klasse FL'18, -Benz C-Klasse Berline de Business S",
'vin': None,
'year': 2021}
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:28 [ecarstrade.be] INFO: Saving data for 7005275auction61871: {'created_time': 1774537528.937084, 'last_price_update_time': 1774537528.937094, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005275auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_002/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_001/780x0__r.jpg?hash=1774537038> (referer: https://ecarstrade.com/cars/7005277)
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004011> (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-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_006/780x0__r.jpg?hash=1774537025> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_007/780x0__r.jpg?hash=1774537025> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item daa3cafb-94fd-58e0-8d25-c842f2710865
2026-03-26 15:05:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: daa3cafb-94fd-58e0-8d25-c842f2710865, skipping ID generation
2026-03-26 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa3cafb-94fd-58e0-8d25-c842f2710865 with scrape type 1
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item daa3cafb-94fd-58e0-8d25-c842f2710865 sending to next pipeline
2026-03-26 15:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daa3cafb-94fd-58e0-8d25-c842f2710865, identifier: 7005277auction61871
2026-03-26 15:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 7005277auction61871
2026-03-26 15:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 7005277auction61871
2026-03-26 15:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daa3cafb-94fd-58e0-8d25-c842f2710865 with identifier: 7005277auction61871 to the API
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005277/photo_001/780x0__r.jpg?hash=1774537038>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Petrol',
'id': 'daa3cafb-94fd-58e0-8d25-c842f2710865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005277',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS3 Crossback',
'odometer': 117039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': "DS, DS3 CB '19, DS 3 Crossback PureTech 100 Manual Chic 5d",
'transmission': 'manual',
'trim': "DS, DS3 CB '19, DS 3 Crossback PureTech 100 Manual Chic 5d",
'vin': None,
'year': 2021}
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [ecarstrade.be] INFO: Saving data for 7005277auction61871: {'created_time': 1774537529.408708, 'last_price_update_time': 1774537529.408718, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005277auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_003/780x0__r.jpg?hash=1774537023> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_002/780x0__r.jpg?hash=1774537023> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_001/780x0__r.jpg?hash=1774537023> (referer: https://ecarstrade.com/cars/7005273)
2026-03-26 15:05:29 [ecarstrade.be] INFO: Extracting details for car 7004011auction61871
2026-03-26 15:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 7004011auction61871
2026-03-26 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56036f51-68f1-5e70-b2e4-746fff95ca7e with scrape type 1
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_001/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_002/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_003/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_004/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_006/780x0__r.jpg?hash=1774537034> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_005/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002893> (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-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_005/780x0__r.jpg?hash=1774537035> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_004/780x0__r.jpg?hash=1774537035> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004011%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523457%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_006/780x0__r.jpg?hash=1774523457 not downloaded yet
2026-03-26 15:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 05173552-5cd8-5cb1-a601-b58d336a0aef
2026-03-26 15:05:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05173552-5cd8-5cb1-a601-b58d336a0aef, skipping ID generation
2026-03-26 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 1
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05173552-5cd8-5cb1-a601-b58d336a0aef sending to next pipeline
2026-03-26 15:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05173552-5cd8-5cb1-a601-b58d336a0aef, identifier: 7005273auction61871
2026-03-26 15:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-26 15:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-26 15:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871 to the API
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005273/photo_001/780x0__r.jpg?hash=1774537023>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [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-26 15:05:29 [ecarstrade.be] INFO: Saving data for 7005273auction61871: {'created_time': 1774537529.91126, 'last_price_update_time': 1774537529.911271, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005273auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:29 [ecarstrade.be] INFO: Extracting details for car 7002893auction101892
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_004/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_003/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_003/780x0__r.jpg?hash=1774537034> (referer: https://ecarstrade.com/cars/7005276)
2026-03-26 15:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002896> (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-26 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002899> (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-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58bede0a-632b-5687-a6e9-3bad3027f204 with identifier: 7002893auction101892
2026-03-26 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bede0a-632b-5687-a6e9-3bad3027f204 with scrape type 1
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512115%27 HTTP/1.1" 200 None
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_001/780x0__r.jpg?hash=1774512115 not downloaded yet
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512116%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_002/780x0__r.jpg?hash=1774512116 not downloaded yet
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_003/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512116%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_004/780x0__r.jpg?hash=1774512116 not downloaded yet
2026-03-26 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_002/780x0__r.jpg?hash=1774537039> (referer: https://ecarstrade.com/cars/7005278)
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512115%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_005/780x0__r.jpg?hash=1774512115 not downloaded yet
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002893%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512115%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_006/780x0__r.jpg?hash=1774512115 not downloaded yet
2026-03-26 15:05:30 [ecarstrade.be] INFO: Extracting details for car 7002896auction101892
2026-03-26 15:05:30 [ecarstrade.be] INFO: Extracting details for car 7002899auction101892
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3a51c40-752a-5404-8b77-68d74c54ebcd
2026-03-26 15:05:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3a51c40-752a-5404-8b77-68d74c54ebcd, skipping ID generation
2026-03-26 15:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a51c40-752a-5404-8b77-68d74c54ebcd with scrape type 1
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3a51c40-752a-5404-8b77-68d74c54ebcd sending to next pipeline
2026-03-26 15:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3a51c40-752a-5404-8b77-68d74c54ebcd, identifier: 7005276auction61871
2026-03-26 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_004/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 7005276auction61871
2026-03-26 15:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 7005276auction61871
2026-03-26 15:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3a51c40-752a-5404-8b77-68d74c54ebcd with identifier: 7005276auction61871 to the API
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005276/photo_003/780x0__r.jpg?hash=1774537034>
{'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-28T15:40:03Z',
'fuel_type': 'Other',
'id': 'b3a51c40-752a-5404-8b77-68d74c54ebcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005276',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '520',
'odometer': 173632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-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-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [ecarstrade.be] INFO: Saving data for 7005276auction61871: {'created_time': 1774537530.490318, 'last_price_update_time': 1774537530.490329, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005276auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_005/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13fa3a16-8365-5c4c-a108-10c437a92ee8 with identifier: 7002896auction101892
2026-03-26 15:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13fa3a16-8365-5c4c-a108-10c437a92ee8 with scrape type 1
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_001/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241af450-76d0-5965-b4e9-baade4079376 with identifier: 7002899auction101892
2026-03-26 15:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241af450-76d0-5965-b4e9-baade4079376 with scrape type 1
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_001/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_002/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512121%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_002/780x0__r.jpg?hash=1774512121 not downloaded yet
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 669fcb9e-bb42-52bf-ba42-0362730df330
2026-03-26 15:05:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 669fcb9e-bb42-52bf-ba42-0362730df330, skipping ID generation
2026-03-26 15:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 669fcb9e-bb42-52bf-ba42-0362730df330 with scrape type 1
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 669fcb9e-bb42-52bf-ba42-0362730df330 sending to next pipeline
2026-03-26 15:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 669fcb9e-bb42-52bf-ba42-0362730df330, identifier: 7005278auction61871
2026-03-26 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 7005278auction61871
2026-03-26 15:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 7005278auction61871
2026-03-26 15:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 669fcb9e-bb42-52bf-ba42-0362730df330 with identifier: 7005278auction61871 to the API
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005278/photo_002/780x0__r.jpg?hash=1774537039>
{'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-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '669fcb9e-bb42-52bf-ba42-0362730df330',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005278',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 215375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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 tronic Attraction B.E 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tronic Attraction B.E 5d',
'vin': None,
'year': 2022}
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:30 [ecarstrade.be] INFO: Saving data for 7005278auction61871: {'created_time': 1774537530.97281, 'last_price_update_time': 1774537530.97282, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005278auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_003/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_002/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_003/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512121%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_003/780x0__r.jpg?hash=1774512121 not downloaded yet
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_004/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_004/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_005/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_005/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_001/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002896%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512118%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_006/780x0__r.jpg?hash=1774512118 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002899%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512121%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_006/780x0__r.jpg?hash=1774512121 not downloaded yet
2026-03-26 15:05:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_006/780x0__r.jpg?hash=1774523457> (referer: https://ecarstrade.com/cars/7004011)
2026-03-26 15:05:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56036f51-68f1-5e70-b2e4-746fff95ca7e
2026-03-26 15:05:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56036f51-68f1-5e70-b2e4-746fff95ca7e, skipping ID generation
2026-03-26 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56036f51-68f1-5e70-b2e4-746fff95ca7e with scrape type 1
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56036f51-68f1-5e70-b2e4-746fff95ca7e sending to next pipeline
2026-03-26 15:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56036f51-68f1-5e70-b2e4-746fff95ca7e, identifier: 7004011auction61871
2026-03-26 15:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 7004011auction61871
2026-03-26 15:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 7004011auction61871
2026-03-26 15:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56036f51-68f1-5e70-b2e4-746fff95ca7e with identifier: 7004011auction61871 to the API
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004011/photo_006/780x0__r.jpg?hash=1774523457>
{'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-28T15:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '56036f51-68f1-5e70-b2e4-746fff95ca7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004011',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 76622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-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-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [ecarstrade.be] INFO: Saving data for 7004011auction61871: {'created_time': 1774537531.77206, 'last_price_update_time': 1774537531.77207, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004011auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002902> (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-26 15:05:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:31 [ecarstrade.be] INFO: Extracting details for car 7002902auction101892
2026-03-26 15:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69f01a6c-1d53-5c88-8514-d3d2000d289a with identifier: 7002902auction101892
2026-03-26 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69f01a6c-1d53-5c88-8514-d3d2000d289a with scrape type 1
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512126%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_001/780x0__r.jpg?hash=1774512126 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512127%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_002/780x0__r.jpg?hash=1774512127 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512126%27 HTTP/1.1" 200 None
2026-03-26 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_003/780x0__r.jpg?hash=1774512126 not downloaded yet
2026-03-26 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512126%27 HTTP/1.1" 200 None
2026-03-26 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_004/780x0__r.jpg?hash=1774512126 not downloaded yet
2026-03-26 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512126%27 HTTP/1.1" 200 None
2026-03-26 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_005/780x0__r.jpg?hash=1774512126 not downloaded yet
2026-03-26 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002902%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512126%27 HTTP/1.1" 200 None
2026-03-26 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_006/780x0__r.jpg?hash=1774512126 not downloaded yet
2026-03-26 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005274> (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-26 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_004/780x0__r.jpg?hash=1774512116> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:33 [ecarstrade.be] INFO: Extracting details for car 7005274auction61871
2026-03-26 15:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-26 15:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 1
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537027%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_001/780x0__r.jpg?hash=1774537027 not downloaded yet
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537026%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_002/780x0__r.jpg?hash=1774537026 not downloaded yet
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537026%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_003/780x0__r.jpg?hash=1774537026 not downloaded yet
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537027%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_004/780x0__r.jpg?hash=1774537027 not downloaded yet
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_006/780x0__r.jpg?hash=1774512115> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537027%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_005/780x0__r.jpg?hash=1774537027 not downloaded yet
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005274%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537027%27 HTTP/1.1" 200 None
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_006/780x0__r.jpg?hash=1774537027 not downloaded yet
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_005/780x0__r.jpg?hash=1774512115> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_002/780x0__r.jpg?hash=1774512121> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_002/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_005/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_006/780x0__r.jpg?hash=1774512121> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_006/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_006/780x0__r.jpg?hash=1774512126> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_005/780x0__r.jpg?hash=1774512126> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_004/780x0__r.jpg?hash=1774537027> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_006/780x0__r.jpg?hash=1774537027> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_005/780x0__r.jpg?hash=1774537027> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_003/780x0__r.jpg?hash=1774537026> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_002/780x0__r.jpg?hash=1774537026> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_001/780x0__r.jpg?hash=1774537027> (referer: https://ecarstrade.com/cars/7005274)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_004/780x0__r.jpg?hash=1774512126> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 75351067-1899-58f5-9c83-2b235f712b93
2026-03-26 15:05:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75351067-1899-58f5-9c83-2b235f712b93, skipping ID generation
2026-03-26 15:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 1
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75351067-1899-58f5-9c83-2b235f712b93 sending to next pipeline
2026-03-26 15:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75351067-1899-58f5-9c83-2b235f712b93, identifier: 7005274auction61871
2026-03-26 15:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-26 15:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-26 15:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871 to the API
2026-03-26 15:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005274/photo_001/780x0__r.jpg?hash=1774537027>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:34 [ecarstrade.be] INFO: Saving data for 7005274auction61871: {'created_time': 1774537534.972358, 'last_price_update_time': 1774537534.972368, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005274auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_003/780x0__r.jpg?hash=1774512126> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_002/780x0__r.jpg?hash=1774512127> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_001/780x0__r.jpg?hash=1774512126> (referer: https://ecarstrade.com/cars/7002902)
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_005/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69f01a6c-1d53-5c88-8514-d3d2000d289a
2026-03-26 15:05:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69f01a6c-1d53-5c88-8514-d3d2000d289a, skipping ID generation
2026-03-26 15:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69f01a6c-1d53-5c88-8514-d3d2000d289a with scrape type 1
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69f01a6c-1d53-5c88-8514-d3d2000d289a sending to next pipeline
2026-03-26 15:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69f01a6c-1d53-5c88-8514-d3d2000d289a, identifier: 7002902auction101892
2026-03-26 15:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69f01a6c-1d53-5c88-8514-d3d2000d289a with identifier: 7002902auction101892
2026-03-26 15:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69f01a6c-1d53-5c88-8514-d3d2000d289a with identifier: 7002902auction101892
2026-03-26 15:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69f01a6c-1d53-5c88-8514-d3d2000d289a with identifier: 7002902auction101892 to the API
2026-03-26 15:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002902/photo_001/780x0__r.jpg?hash=1774512126>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '69f01a6c-1d53-5c88-8514-d3d2000d289a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002902',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 32826,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-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-26 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002902auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:35 [ecarstrade.be] INFO: Saving data for 7002902auction101892: {'created_time': 1774537535.788812, 'last_price_update_time': 1774537535.788822, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002902auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_004/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_004/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_003/780x0__r.jpg?hash=1774512121> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_003/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_001/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002899)
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_001/780x0__r.jpg?hash=1774512118> (referer: https://ecarstrade.com/cars/7002896)
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 241af450-76d0-5965-b4e9-baade4079376
2026-03-26 15:05:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 241af450-76d0-5965-b4e9-baade4079376, skipping ID generation
2026-03-26 15:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241af450-76d0-5965-b4e9-baade4079376 with scrape type 1
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 241af450-76d0-5965-b4e9-baade4079376 sending to next pipeline
2026-03-26 15:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 241af450-76d0-5965-b4e9-baade4079376, identifier: 7002899auction101892
2026-03-26 15:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 241af450-76d0-5965-b4e9-baade4079376 with identifier: 7002899auction101892
2026-03-26 15:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 241af450-76d0-5965-b4e9-baade4079376 with identifier: 7002899auction101892
2026-03-26 15:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 241af450-76d0-5965-b4e9-baade4079376 with identifier: 7002899auction101892 to the API
2026-03-26 15:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002899/photo_001/780x0__r.jpg?hash=1774512122>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '241af450-76d0-5965-b4e9-baade4079376',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002899',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 83766,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': '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-26 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002899auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:36 [ecarstrade.be] INFO: Saving data for 7002899auction101892: {'created_time': 1774537536.711394, 'last_price_update_time': 1774537536.711404, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002899auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_003/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 13fa3a16-8365-5c4c-a108-10c437a92ee8
2026-03-26 15:05:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13fa3a16-8365-5c4c-a108-10c437a92ee8, skipping ID generation
2026-03-26 15:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13fa3a16-8365-5c4c-a108-10c437a92ee8 with scrape type 1
2026-03-26 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13fa3a16-8365-5c4c-a108-10c437a92ee8 sending to next pipeline
2026-03-26 15:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13fa3a16-8365-5c4c-a108-10c437a92ee8, identifier: 7002896auction101892
2026-03-26 15:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13fa3a16-8365-5c4c-a108-10c437a92ee8 with identifier: 7002896auction101892
2026-03-26 15:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13fa3a16-8365-5c4c-a108-10c437a92ee8 with identifier: 7002896auction101892
2026-03-26 15:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13fa3a16-8365-5c4c-a108-10c437a92ee8 with identifier: 7002896auction101892 to the API
2026-03-26 15:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002896/photo_001/780x0__r.jpg?hash=1774512118>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '13fa3a16-8365-5c4c-a108-10c437a92ee8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002896',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 32966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 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-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002896auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [ecarstrade.be] INFO: Saving data for 7002896auction101892: {'created_time': 1774537537.149785, 'last_price_update_time': 1774537537.149795, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002896auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_002/780x0__r.jpg?hash=1774512116> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002906> (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-26 15:05:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999243> (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-26 15:05:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_001/780x0__r.jpg?hash=1774512115> (referer: https://ecarstrade.com/cars/7002893)
2026-03-26 15:05:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:37 [ecarstrade.be] INFO: Extracting details for car 7002906auction101892
2026-03-26 15:05:37 [ecarstrade.be] INFO: Extracting details for car 6999243auction101892
2026-03-26 15:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a033220-2eb4-5e23-a366-b76a70988fae with identifier: 7002906auction101892
2026-03-26 15:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a033220-2eb4-5e23-a366-b76a70988fae with scrape type 1
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_001/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with identifier: 6999243auction101892
2026-03-26 15:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with scrape type 2
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with scrape type 2
2026-03-26 15:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3, identifier: 6999243auction101892
2026-03-26 15:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with identifier: 6999243auction101892
2026-03-26 15:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with identifier: 6999243auction101892
2026-03-26 15:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3 with identifier: 6999243auction101892 to the API
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999243>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '56ba288a-c2d1-5f9d-ba98-cf0dfbe273d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999243',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 54762,
'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': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2021}
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [ecarstrade.be] INFO: Saving data for 6999243auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450779.235045, 'last_price_update_time': 1774537537.695599}
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999243auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_002/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_003/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 58bede0a-632b-5687-a6e9-3bad3027f204
2026-03-26 15:05:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 58bede0a-632b-5687-a6e9-3bad3027f204, skipping ID generation
2026-03-26 15:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bede0a-632b-5687-a6e9-3bad3027f204 with scrape type 1
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 58bede0a-632b-5687-a6e9-3bad3027f204 sending to next pipeline
2026-03-26 15:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58bede0a-632b-5687-a6e9-3bad3027f204, identifier: 7002893auction101892
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_004/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58bede0a-632b-5687-a6e9-3bad3027f204 with identifier: 7002893auction101892
2026-03-26 15:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58bede0a-632b-5687-a6e9-3bad3027f204 with identifier: 7002893auction101892
2026-03-26 15:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58bede0a-632b-5687-a6e9-3bad3027f204 with identifier: 7002893auction101892 to the API
2026-03-26 15:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002893/photo_001/780x0__r.jpg?hash=1774512115>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '58bede0a-632b-5687-a6e9-3bad3027f204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002893',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 29550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2021}
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002893auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [ecarstrade.be] INFO: Saving data for 7002893auction101892: {'created_time': 1774537538.156069, 'last_price_update_time': 1774537538.15608, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002893auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_005/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002908> (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-26 15:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002906%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_006/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:38 [ecarstrade.be] INFO: Extracting details for car 7002908auction101892
2026-03-26 15:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c156bf6b-42c1-5483-83eb-b0447fdbd2ed with identifier: 7002908auction101892
2026-03-26 15:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c156bf6b-42c1-5483-83eb-b0447fdbd2ed with scrape type 1
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_001/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_002/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_003/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_004/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_005/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002908%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_006/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002901> (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-26 15:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:38 [ecarstrade.be] INFO: Extracting details for car 7002901auction101892
2026-03-26 15:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971c2a9f-0d88-5494-9246-2ef76d6110ad with identifier: 7002901auction101892
2026-03-26 15:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971c2a9f-0d88-5494-9246-2ef76d6110ad with scrape type 1
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_001/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_002/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_003/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_004/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_005/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002901%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_006/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002900> (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-26 15: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-26 15:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002898> (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-26 15: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-26 15:05:39 [ecarstrade.be] INFO: Extracting details for car 7002900auction101892
2026-03-26 15:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2bab12-6631-5507-befb-3dc6554278ff with identifier: 7002900auction101892
2026-03-26 15:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2bab12-6631-5507-befb-3dc6554278ff with scrape type 1
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_001/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_002/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:39 [ecarstrade.be] INFO: Extracting details for car 7002898auction101892
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_003/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 180bd19c-34cd-514e-a024-277644874dc1 with identifier: 7002898auction101892
2026-03-26 15:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180bd19c-34cd-514e-a024-277644874dc1 with scrape type 1
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_001/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_004/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_002/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512122%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_005/780x0__r.jpg?hash=1774512122 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_003/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002900%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512123%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_006/780x0__r.jpg?hash=1774512123 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_004/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_005/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002898%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512120%27 HTTP/1.1" 200 None
2026-03-26 15:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_006/780x0__r.jpg?hash=1774512120 not downloaded yet
2026-03-26 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002897> (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-26 15:05:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:43 [ecarstrade.be] INFO: Extracting details for car 7002897auction101892
2026-03-26 15:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with identifier: 7002897auction101892
2026-03-26 15:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with scrape type 1
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_001/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_002/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_003/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_004/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_005/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002897%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512119%27 HTTP/1.1" 200 None
2026-03-26 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_006/780x0__r.jpg?hash=1774512119 not downloaded yet
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002892> (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-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886623> (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-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_005/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002905> (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-26 15:05:44 [ecarstrade.be] INFO: Extracting details for car 7002892auction101892
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_003/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:44 [ecarstrade.be] INFO: Extracting details for car 6886623auction101892
2026-03-26 15:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8020c2be-7500-5f22-9617-4e63df1ecf17 with identifier: 7002892auction101892
2026-03-26 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8020c2be-7500-5f22-9617-4e63df1ecf17 with scrape type 1
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_001/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_002/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7ea087-a2ec-5612-8839-d4f555f22938 with identifier: 6886623auction101892
2026-03-26 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7ea087-a2ec-5612-8839-d4f555f22938 with scrape type 1
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_001/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_005/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_002/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_003/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [ecarstrade.be] INFO: Extracting details for car 7002905auction101892
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_002/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_006/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_004/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_003/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_005/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63a7cd2b-e396-531a-bd6f-3a53e389108c with identifier: 7002905auction101892
2026-03-26 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a7cd2b-e396-531a-bd6f-3a53e389108c with scrape type 1
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512130%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_001/780x0__r.jpg?hash=1774512130 not downloaded yet
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_004/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_006/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_006/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002892%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512114%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_006/780x0__r.jpg?hash=1774512114 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512131%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_002/780x0__r.jpg?hash=1774512131 not downloaded yet
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_005/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_005/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512131%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_003/780x0__r.jpg?hash=1774512131 not downloaded yet
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6880001-6890000%252F6886623%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1771488124%27 HTTP/1.1" 200 None
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_006/780x0__r.jpg?hash=1771488124 not downloaded yet
2026-03-26 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512132%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_004/780x0__r.jpg?hash=1774512132 not downloaded yet
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_005/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_004/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512131%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_005/780x0__r.jpg?hash=1774512131 not downloaded yet
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_006/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002905%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512131%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_006/780x0__r.jpg?hash=1774512131 not downloaded yet
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_003/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_002/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_001/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_002/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_003/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004014> (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-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_005/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_001/780x0__r.jpg?hash=1774512130> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_004/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_005/780x0__r.jpg?hash=1774512131> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_006/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_004/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_006/780x0__r.jpg?hash=1774512131> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [ecarstrade.be] INFO: Extracting details for car 7004014auction61871
2026-03-26 15:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 7004014auction61871
2026-03-26 15:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7265a61-08c9-5933-b9c0-fd93b4f68422 with scrape type 1
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_001/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_002/780x0__r.jpg?hash=1774512131> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_002/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_006/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_005/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_003/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_003/780x0__r.jpg?hash=1774512131> (referer: https://ecarstrade.com/cars/7002905)
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_005/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523451%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_006/780x0__r.jpg?hash=1774523451 not downloaded yet
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004014%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774523463%27 HTTP/1.1" 200 None
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_007/780x0__r.jpg?hash=1774523463 not downloaded yet
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_004/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_001/780x0__r.jpg?hash=1774512114> (referer: https://ecarstrade.com/cars/7002892)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_003/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_002/780x0__r.jpg?hash=1771488124> (referer: https://ecarstrade.com/cars/6886623)
2026-03-26 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004043> (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-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63a7cd2b-e396-531a-bd6f-3a53e389108c
2026-03-26 15:05:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63a7cd2b-e396-531a-bd6f-3a53e389108c, skipping ID generation
2026-03-26 15:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a7cd2b-e396-531a-bd6f-3a53e389108c with scrape type 1
2026-03-26 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63a7cd2b-e396-531a-bd6f-3a53e389108c sending to next pipeline
2026-03-26 15:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63a7cd2b-e396-531a-bd6f-3a53e389108c, identifier: 7002905auction101892
2026-03-26 15:05:45 [ecarstrade.be] INFO: Extracting details for car 7004043auction61871
2026-03-26 15:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63a7cd2b-e396-531a-bd6f-3a53e389108c with identifier: 7002905auction101892
2026-03-26 15:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63a7cd2b-e396-531a-bd6f-3a53e389108c with identifier: 7002905auction101892
2026-03-26 15:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63a7cd2b-e396-531a-bd6f-3a53e389108c with identifier: 7002905auction101892 to the API
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002905/photo_003/780x0__r.jpg?hash=1774512131>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '63a7cd2b-e396-531a-bd6f-3a53e389108c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002905',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 24843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 1 / 2019 / 5P / Berline 116i DKG7 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 / 2019 / 5P / Berline i DKG7 Business Design',
'vin': None,
'year': 2023}
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002905auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:46 [ecarstrade.be] INFO: Saving data for 7002905auction101892: {'created_time': 1774537546.469823, 'last_price_update_time': 1774537546.469833, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002905auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_001/780x0__r.jpg?hash=1774512119> (referer: https://ecarstrade.com/cars/7002897)
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_006/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_005/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_001/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_004/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002895> (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-26 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8020c2be-7500-5f22-9617-4e63df1ecf17
2026-03-26 15:05:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8020c2be-7500-5f22-9617-4e63df1ecf17, skipping ID generation
2026-03-26 15:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8020c2be-7500-5f22-9617-4e63df1ecf17 with scrape type 1
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8020c2be-7500-5f22-9617-4e63df1ecf17 sending to next pipeline
2026-03-26 15:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8020c2be-7500-5f22-9617-4e63df1ecf17, identifier: 7002892auction101892
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b7ea087-a2ec-5612-8839-d4f555f22938
2026-03-26 15:05:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b7ea087-a2ec-5612-8839-d4f555f22938, skipping ID generation
2026-03-26 15:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7ea087-a2ec-5612-8839-d4f555f22938 with scrape type 1
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b7ea087-a2ec-5612-8839-d4f555f22938 sending to next pipeline
2026-03-26 15:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b7ea087-a2ec-5612-8839-d4f555f22938, identifier: 6886623auction101892
2026-03-26 15:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 7004043auction61871
2026-03-26 15:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b43b5148-0842-56fb-9938-023ea188ee78 with scrape type 1
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_001/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8020c2be-7500-5f22-9617-4e63df1ecf17 with identifier: 7002892auction101892
2026-03-26 15:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8020c2be-7500-5f22-9617-4e63df1ecf17 with identifier: 7002892auction101892
2026-03-26 15:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8020c2be-7500-5f22-9617-4e63df1ecf17 with identifier: 7002892auction101892 to the API
2026-03-26 15:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002892/photo_001/780x0__r.jpg?hash=1774512114>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Other',
'id': '8020c2be-7500-5f22-9617-4e63df1ecf17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002892',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q7',
'odometer': 30209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q7 / 2019 / 5P / SUV 55 TFSIe 380ch quattro Tiptronic8 S Line',
'transmission': 'automatic',
'trim': 'AUDI / 2019 / 5P / SUV 55 TFSIe 380ch quattro Tiptronic8 S Line',
'vin': None,
'year': 2023}
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002892auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [ecarstrade.be] INFO: Saving data for 7002892auction101892: {'created_time': 1774537547.081278, 'last_price_update_time': 1774537547.081287, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002892auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b7ea087-a2ec-5612-8839-d4f555f22938 with identifier: 6886623auction101892
2026-03-26 15:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b7ea087-a2ec-5612-8839-d4f555f22938 with identifier: 6886623auction101892
2026-03-26 15:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b7ea087-a2ec-5612-8839-d4f555f22938 with identifier: 6886623auction101892 to the API
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6880001-6890000/6886623/photo_002/780x0__r.jpg?hash=1771488124>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '2b7ea087-a2ec-5612-8839-d4f555f22938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886623',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 17795,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Expression 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Sandero III Expression 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2024}
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276886623auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [ecarstrade.be] INFO: Saving data for 6886623auction101892: {'created_time': 1774537547.56384, 'last_price_update_time': 1774537547.56385, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886623auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:47 [ecarstrade.be] INFO: Extracting details for car 7002895auction101892
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_002/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_003/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_002/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_006/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_005/780x0__r.jpg?hash=1774523451> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_003/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_003/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3
2026-03-26 15:05:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3, skipping ID generation
2026-03-26 15:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with scrape type 1
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 sending to next pipeline
2026-03-26 15:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3, identifier: 7002897auction101892
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88d7a065-a2ec-5b92-bb65-548ab0df380d with identifier: 7002895auction101892
2026-03-26 15:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d7a065-a2ec-5b92-bb65-548ab0df380d with scrape type 1
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_001/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_004/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with identifier: 7002897auction101892
2026-03-26 15:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with identifier: 7002897auction101892
2026-03-26 15:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e73ddc2-4851-5b95-bb7c-01d4b715abc3 with identifier: 7002897auction101892 to the API
2026-03-26 15:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002897/photo_001/780x0__r.jpg?hash=1774512119>
{'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-28T15:40:04Z',
'fuel_type': 'Electric',
'id': '8e73ddc2-4851-5b95-bb7c-01d4b715abc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002897',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 28907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model 3 / 2018 / 4P / Berline Grande Autonomie Dual Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Grande Autonomie Dual Motor AWD',
'vin': None,
'year': 2021}
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002897auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [ecarstrade.be] INFO: Saving data for 7002897auction101892: {'created_time': 1774537548.116788, 'last_price_update_time': 1774537548.116803, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002897auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_007/780x0__r.jpg?hash=1774523463> (referer: https://ecarstrade.com/cars/7004014)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_005/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_004/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_002/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_003/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_002/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_001/780x0__r.jpg?hash=1774512120> (referer: https://ecarstrade.com/cars/7002898)
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_005/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_003/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004043%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523504%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_006/780x0__r.jpg?hash=1774523504 not downloaded yet
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_004/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_001/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_001/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_002/780x0__r.jpg?hash=1774512122> (referer: https://ecarstrade.com/cars/7002900)
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_005/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_002/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_004/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_003/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002895%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512117%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_006/780x0__r.jpg?hash=1774512117 not downloaded yet
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7265a61-08c9-5933-b9c0-fd93b4f68422
2026-03-26 15:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7265a61-08c9-5933-b9c0-fd93b4f68422, skipping ID generation
2026-03-26 15:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7265a61-08c9-5933-b9c0-fd93b4f68422 with scrape type 1
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7265a61-08c9-5933-b9c0-fd93b4f68422 sending to next pipeline
2026-03-26 15:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7265a61-08c9-5933-b9c0-fd93b4f68422, identifier: 7004014auction61871
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 180bd19c-34cd-514e-a024-277644874dc1
2026-03-26 15:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 180bd19c-34cd-514e-a024-277644874dc1, skipping ID generation
2026-03-26 15:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180bd19c-34cd-514e-a024-277644874dc1 with scrape type 1
2026-03-26 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 180bd19c-34cd-514e-a024-277644874dc1 sending to next pipeline
2026-03-26 15:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 180bd19c-34cd-514e-a024-277644874dc1, identifier: 7002898auction101892
2026-03-26 15:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 7004014auction61871
2026-03-26 15:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 7004014auction61871
2026-03-26 15:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7265a61-08c9-5933-b9c0-fd93b4f68422 with identifier: 7004014auction61871 to the API
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05: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-26 15:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004014/photo_007/780x0__r.jpg?hash=1774523463>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a7265a61-08c9-5933-b9c0-fd93b4f68422',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004014',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X3',
'odometer': 42045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X3 '17, BMW X3 xDrive30e (120 kW) 5d",
'transmission': 'automatic',
'trim': ", '17, xDrive30e (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:48 [ecarstrade.be] INFO: Saving data for 7004014auction61871: {'created_time': 1774537548.821387, 'last_price_update_time': 1774537548.821399, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004014auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 180bd19c-34cd-514e-a024-277644874dc1 with identifier: 7002898auction101892
2026-03-26 15:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 180bd19c-34cd-514e-a024-277644874dc1 with identifier: 7002898auction101892
2026-03-26 15:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 180bd19c-34cd-514e-a024-277644874dc1 with identifier: 7002898auction101892 to the API
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002898/photo_001/780x0__r.jpg?hash=1774512120>
{'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-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': '180bd19c-34cd-514e-a024-277644874dc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002898',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 71023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel 1.5 BlueHDI 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002898auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:49 [ecarstrade.be] INFO: Saving data for 7002898auction101892: {'created_time': 1774537549.342369, 'last_price_update_time': 1774537549.342382, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002898auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_002/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_004/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_005/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_003/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_001/780x0__r.jpg?hash=1774512123> (referer: https://ecarstrade.com/cars/7002901)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_001/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e2bab12-6631-5507-befb-3dc6554278ff
2026-03-26 15:05:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e2bab12-6631-5507-befb-3dc6554278ff, skipping ID generation
2026-03-26 15:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2bab12-6631-5507-befb-3dc6554278ff with scrape type 1
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e2bab12-6631-5507-befb-3dc6554278ff sending to next pipeline
2026-03-26 15:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e2bab12-6631-5507-befb-3dc6554278ff, identifier: 7002900auction101892
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e2bab12-6631-5507-befb-3dc6554278ff with identifier: 7002900auction101892
2026-03-26 15:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e2bab12-6631-5507-befb-3dc6554278ff with identifier: 7002900auction101892
2026-03-26 15:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e2bab12-6631-5507-befb-3dc6554278ff with identifier: 7002900auction101892 to the API
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002900/photo_002/780x0__r.jpg?hash=1774512122>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '5e2bab12-6631-5507-befb-3dc6554278ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002900',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 85618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': None,
'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-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002900auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:49 [ecarstrade.be] INFO: Saving data for 7002900auction101892: {'created_time': 1774537549.749999, 'last_price_update_time': 1774537549.750009, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002900auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_004/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_005/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_003/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_005/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_006/780x0__r.jpg?hash=1774523504> (referer: https://ecarstrade.com/cars/7004043)
2026-03-26 15:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_003/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 971c2a9f-0d88-5494-9246-2ef76d6110ad
2026-03-26 15:05:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 971c2a9f-0d88-5494-9246-2ef76d6110ad, skipping ID generation
2026-03-26 15:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971c2a9f-0d88-5494-9246-2ef76d6110ad with scrape type 1
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 971c2a9f-0d88-5494-9246-2ef76d6110ad sending to next pipeline
2026-03-26 15:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 971c2a9f-0d88-5494-9246-2ef76d6110ad, identifier: 7002901auction101892
2026-03-26 15:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 971c2a9f-0d88-5494-9246-2ef76d6110ad with identifier: 7002901auction101892
2026-03-26 15:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 971c2a9f-0d88-5494-9246-2ef76d6110ad with identifier: 7002901auction101892
2026-03-26 15:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 971c2a9f-0d88-5494-9246-2ef76d6110ad with identifier: 7002901auction101892 to the API
2026-03-26 15:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002901/photo_001/780x0__r.jpg?hash=1774512123>
{'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-28T15:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '971c2a9f-0d88-5494-9246-2ef76d6110ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002901',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 76173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 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-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002901auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:50 [ecarstrade.be] INFO: Saving data for 7002901auction101892: {'created_time': 1774537550.161249, 'last_price_update_time': 1774537550.161259, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002901auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_006/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_001/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_006/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_002/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002908)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_002/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_004/780x0__r.jpg?hash=1774512117> (referer: https://ecarstrade.com/cars/7002895)
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b43b5148-0842-56fb-9938-023ea188ee78
2026-03-26 15:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b43b5148-0842-56fb-9938-023ea188ee78, skipping ID generation
2026-03-26 15:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b43b5148-0842-56fb-9938-023ea188ee78 with scrape type 1
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b43b5148-0842-56fb-9938-023ea188ee78 sending to next pipeline
2026-03-26 15:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b43b5148-0842-56fb-9938-023ea188ee78, identifier: 7004043auction61871
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 7004043auction61871
2026-03-26 15:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 7004043auction61871
2026-03-26 15:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b43b5148-0842-56fb-9938-023ea188ee78 with identifier: 7004043auction61871 to the API
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004043/photo_006/780x0__r.jpg?hash=1774523504>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-28T15:40:03Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'b43b5148-0842-56fb-9938-023ea188ee78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004043',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 150555,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLE '18, Mercedes-Benz GLE GLE 350 de 4MATIC Business "
'Solut',
'transmission': 'automatic',
'trim': ", GLE '18, -Benz GLE de 4MATIC Business Solut",
'vin': None,
'year': 2021}
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:50 [ecarstrade.be] INFO: Saving data for 7004043auction61871: {'created_time': 1774537550.554837, 'last_price_update_time': 1774537550.554847, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004043auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_003/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_001/780x0__r.jpg?hash=1774536933> (referer: https://ecarstrade.com/cars/7005237)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_001/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_006/780x0__r.jpg?hash=1774536934> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_004/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_002/780x0__r.jpg?hash=1774512132> (referer: https://ecarstrade.com/cars/7002906)
2026-03-26 15:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:50 [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-26 15:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c156bf6b-42c1-5483-83eb-b0447fdbd2ed
2026-03-26 15:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c156bf6b-42c1-5483-83eb-b0447fdbd2ed, skipping ID generation
2026-03-26 15:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c156bf6b-42c1-5483-83eb-b0447fdbd2ed with scrape type 1
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c156bf6b-42c1-5483-83eb-b0447fdbd2ed sending to next pipeline
2026-03-26 15:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c156bf6b-42c1-5483-83eb-b0447fdbd2ed, identifier: 7002908auction101892
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88d7a065-a2ec-5b92-bb65-548ab0df380d
2026-03-26 15:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88d7a065-a2ec-5b92-bb65-548ab0df380d, skipping ID generation
2026-03-26 15:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d7a065-a2ec-5b92-bb65-548ab0df380d with scrape type 1
2026-03-26 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88d7a065-a2ec-5b92-bb65-548ab0df380d sending to next pipeline
2026-03-26 15:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88d7a065-a2ec-5b92-bb65-548ab0df380d, identifier: 7002895auction101892
2026-03-26 15:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c156bf6b-42c1-5483-83eb-b0447fdbd2ed with identifier: 7002908auction101892
2026-03-26 15:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c156bf6b-42c1-5483-83eb-b0447fdbd2ed with identifier: 7002908auction101892
2026-03-26 15:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c156bf6b-42c1-5483-83eb-b0447fdbd2ed with identifier: 7002908auction101892 to the API
2026-03-26 15:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002908/photo_002/780x0__r.jpg?hash=1774512129>
{'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-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': 'c156bf6b-42c1-5483-83eb-b0447fdbd2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002908',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 38884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 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-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002908auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:51 [ecarstrade.be] INFO: Saving data for 7002908auction101892: {'created_time': 1774537551.131467, 'last_price_update_time': 1774537551.131476, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002908auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88d7a065-a2ec-5b92-bb65-548ab0df380d with identifier: 7002895auction101892
2026-03-26 15:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88d7a065-a2ec-5b92-bb65-548ab0df380d with identifier: 7002895auction101892
2026-03-26 15:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88d7a065-a2ec-5b92-bb65-548ab0df380d with identifier: 7002895auction101892 to the API
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002895/photo_004/780x0__r.jpg?hash=1774512117>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '88d7a065-a2ec-5b92-bb65-548ab0df380d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002895',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 97655,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga 5p SUV 1.5 Flexifuel-E85 150ch 4x2 St-Line',
'transmission': 'automatic',
'trim': 'FORD 5p SUV 1.5 Flexifuel-E85 150ch 4x2 St-Line',
'vin': None,
'year': 2023}
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002895auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:51 [ecarstrade.be] INFO: Saving data for 7002895auction101892: {'created_time': 1774537551.417197, 'last_price_update_time': 1774537551.417207, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002895auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_002/780x0__r.jpg?hash=1774536934> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_005/780x0__r.jpg?hash=1774536934> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_001/780x0__r.jpg?hash=1774536934> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_004/780x0__r.jpg?hash=1774536934> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_003/780x0__r.jpg?hash=1774536935> (referer: https://ecarstrade.com/cars/7005238)
2026-03-26 15: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-26 15: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-26 15: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-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38b61ad1-e11c-5d97-9744-ff0b8fe52018
2026-03-26 15:05:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38b61ad1-e11c-5d97-9744-ff0b8fe52018, skipping ID generation
2026-03-26 15:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 1
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 sending to next pipeline
2026-03-26 15:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b61ad1-e11c-5d97-9744-ff0b8fe52018, identifier: 7005237auction61871
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2a033220-2eb4-5e23-a366-b76a70988fae
2026-03-26 15:05:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a033220-2eb4-5e23-a366-b76a70988fae, skipping ID generation
2026-03-26 15:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a033220-2eb4-5e23-a366-b76a70988fae with scrape type 1
2026-03-26 15:05:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a033220-2eb4-5e23-a366-b76a70988fae sending to next pipeline
2026-03-26 15:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a033220-2eb4-5e23-a366-b76a70988fae, identifier: 7002906auction101892
2026-03-26 15:05:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-26 15:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-26 15:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871 to the API
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005237/photo_001/780x0__r.jpg?hash=1774536933>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:51 [ecarstrade.be] INFO: Saving data for 7005237auction61871: {'created_time': 1774537551.971457, 'last_price_update_time': 1774537551.971467, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005237auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a033220-2eb4-5e23-a366-b76a70988fae with identifier: 7002906auction101892
2026-03-26 15:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a033220-2eb4-5e23-a366-b76a70988fae with identifier: 7002906auction101892
2026-03-26 15:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a033220-2eb4-5e23-a366-b76a70988fae with identifier: 7002906auction101892 to the API
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002906/photo_002/780x0__r.jpg?hash=1774512132>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '2a033220-2eb4-5e23-a366-b76a70988fae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002906',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '118',
'odometer': 82716,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série 1 Berline 118 i Edition Sport 1.5 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série 1 Berline i Edition Sport 1.5 135CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002906auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Saving data for 7002906auction101892: {'created_time': 1774537552.297045, 'last_price_update_time': 1774537552.297054, 'auction_closing_time': 1774712404.0}
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002906auction101892') HTTP/1.1" 204 0
2026-03-26 15:05:52 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 2
2026-03-26 15:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_005/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_006/780x0__r.jpg?hash=1774536955> (referer: https://ecarstrade.com/cars/7005247)
2026-03-26 15:05:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:52 [ecarstrade.be] INFO: Found listing with ID: 6999246auction101892
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Scrape type for 6999246auction101892: 2
2026-03-26 15:05:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f36859e4-746a-585c-8914-aacb2417da13
2026-03-26 15:05:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f36859e4-746a-585c-8914-aacb2417da13, skipping ID generation
2026-03-26 15:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 1
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f36859e4-746a-585c-8914-aacb2417da13 sending to next pipeline
2026-03-26 15:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f36859e4-746a-585c-8914-aacb2417da13, identifier: 7005238auction61871
2026-03-26 15:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-26 15:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-26 15:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871 to the API
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005238/photo_003/780x0__r.jpg?hash=1774536935>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Saving data for 7005238auction61871: {'created_time': 1774537552.713876, 'last_price_update_time': 1774537552.713886, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005238auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:52 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 2
2026-03-26 15:05:52 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 2
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b
2026-03-26 15:05:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b, skipping ID generation
2026-03-26 15:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with scrape type 1
2026-03-26 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b sending to next pipeline
2026-03-26 15:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b, identifier: 7005247auction61871
2026-03-26 15:05:52 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-26 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:52 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 2
2026-03-26 15:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 7005247auction61871
2026-03-26 15:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 7005247auction61871
2026-03-26 15:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b with identifier: 7005247auction61871 to the API
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005247/photo_006/780x0__r.jpg?hash=1774536955>
{'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-28T15:40:03Z',
'fuel_type': 'Diesel',
'id': '4ac83c43-20d3-5a64-bacb-bf3fb3e59e5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005247',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 116396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE C DIESEL 2021 - C220 d 200ch AMG Line Launch '
'Edition 4d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C DIESEL 2021 - C220 d 200ch AMG Line Launch Edition '
'4d Auto',
'vin': None,
'year': 2022}
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Saving data for 7005247auction61871: {'created_time': 1774537553.216854, 'last_price_update_time': 1774537553.216864, 'auction_closing_time': 1774712403.0}
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005247auction61871') HTTP/1.1" 204 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6999256auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6999256auction101892: 2
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 2
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 2
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 2
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-26 15:05:53 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-26 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:05:53 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-26 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005268> (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-26 15: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-26 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005266> (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-26 15: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-26 15:05:58 [ecarstrade.be] INFO: Extracting details for car 7005268auction61871
2026-03-26 15:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-26 15:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 1
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537009%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_001/780x0__r.jpg?hash=1774537009 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537009%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_002/780x0__r.jpg?hash=1774537009 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537008%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_003/780x0__r.jpg?hash=1774537008 not downloaded yet
2026-03-26 15:05:58 [ecarstrade.be] INFO: Extracting details for car 7005266auction61871
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537008%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_004/780x0__r.jpg?hash=1774537008 not downloaded yet
2026-03-26 15:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-26 15:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 1
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_001/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537009%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_005/780x0__r.jpg?hash=1774537009 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_002/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005268%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537008%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_006/780x0__r.jpg?hash=1774537008 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_003/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_004/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_005/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005266%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537007%27 HTTP/1.1" 200 None
2026-03-26 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_006/780x0__r.jpg?hash=1774537007 not downloaded yet
2026-03-26 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005270> (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-26 15: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-26 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005267> (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-26 15: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-26 15:05:59 [ecarstrade.be] INFO: Extracting details for car 7005270auction61871
2026-03-26 15:05:59 [ecarstrade.be] INFO: Extracting details for car 7005267auction61871
2026-03-26 15:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-26 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 1
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537016%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_001/780x0__r.jpg?hash=1774537016 not downloaded yet
2026-03-26 15:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-26 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 1
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537011%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_001/780x0__r.jpg?hash=1774537011 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537016%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_002/780x0__r.jpg?hash=1774537016 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537011%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_002/780x0__r.jpg?hash=1774537011 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537016%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_003/780x0__r.jpg?hash=1774537016 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537012%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_003/780x0__r.jpg?hash=1774537012 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537015%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_004/780x0__r.jpg?hash=1774537015 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537011%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_004/780x0__r.jpg?hash=1774537011 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537015%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_005/780x0__r.jpg?hash=1774537015 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537011%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_005/780x0__r.jpg?hash=1774537011 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005270%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537015%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_006/780x0__r.jpg?hash=1774537015 not downloaded yet
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005267%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537011%27 HTTP/1.1" 200 None
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_006/780x0__r.jpg?hash=1774537011 not downloaded yet
2026-03-26 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999245> (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-26 15:05:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:59 [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-26 15:05:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:05:59 [ecarstrade.be] INFO: Extracting details for car 6999245auction101892
2026-03-26 15:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with identifier: 6999245auction101892
2026-03-26 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with scrape type 2
2026-03-26 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with scrape type 2
2026-03-26 15:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cfb2b14-154c-51b1-a2a2-69b6e18b021f, identifier: 6999245auction101892
2026-03-26 15:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with identifier: 6999245auction101892
2026-03-26 15:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with identifier: 6999245auction101892
2026-03-26 15:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cfb2b14-154c-51b1-a2a2-69b6e18b021f with identifier: 6999245auction101892 to the API
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999245>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '8cfb2b14-154c-51b1-a2a2-69b6e18b021f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999245',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '118',
'odometer': 69810,
'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': 'Série 1 Berline 118 i Edition Sport 1.5 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série 1 Berline i Edition Sport 1.5 135CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Saving data for 6999245auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450796.801055, 'last_price_update_time': 1774537560.301837}
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999245auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6984169auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6984169auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-26 15:06:00 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-26 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:00 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 0
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999251> (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-26 15:06:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005269> (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-26 15:06:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:05 [ecarstrade.be] INFO: Extracting details for car 6999251auction101892
2026-03-26 15:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a359439-1beb-559c-a8f3-4fc4441ac10d with identifier: 6999251auction101892
2026-03-26 15:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a359439-1beb-559c-a8f3-4fc4441ac10d with scrape type 2
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a359439-1beb-559c-a8f3-4fc4441ac10d with scrape type 2
2026-03-26 15:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a359439-1beb-559c-a8f3-4fc4441ac10d, identifier: 6999251auction101892
2026-03-26 15:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a359439-1beb-559c-a8f3-4fc4441ac10d with identifier: 6999251auction101892
2026-03-26 15:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a359439-1beb-559c-a8f3-4fc4441ac10d with identifier: 6999251auction101892
2026-03-26 15:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a359439-1beb-559c-a8f3-4fc4441ac10d with identifier: 6999251auction101892 to the API
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999251>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': '5a359439-1beb-559c-a8f3-4fc4441ac10d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999251',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 59219,
'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': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 LIFE PLUS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 LIFE PLUS',
'vin': None,
'year': 2024}
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [ecarstrade.be] INFO: Saving data for 6999251auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450794.980904, 'last_price_update_time': 1774537565.52449}
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999251auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:05 [ecarstrade.be] INFO: Extracting details for car 7005269auction61871
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999254> (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-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999246> (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-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999249> (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-26 15:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-26 15:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 1
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_001/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_002/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_003/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_004/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_005/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [ecarstrade.be] INFO: Extracting details for car 6999254auction101892
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_002/780x0__r.jpg?hash=1774537009> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_006/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_001/780x0__r.jpg?hash=1774537009> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:05 [ecarstrade.be] INFO: Extracting details for car 6999246auction101892
2026-03-26 15:06:05 [ecarstrade.be] INFO: Extracting details for car 6999249auction101892
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005269%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537014%27 HTTP/1.1" 200 None
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_006/780x0__r.jpg?hash=1774537014 not downloaded yet
2026-03-26 15:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ee3f51-8139-583f-b34d-08eaf584faaa with identifier: 6999254auction101892
2026-03-26 15:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ee3f51-8139-583f-b34d-08eaf584faaa with scrape type 2
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ee3f51-8139-583f-b34d-08eaf584faaa with scrape type 2
2026-03-26 15:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69ee3f51-8139-583f-b34d-08eaf584faaa, identifier: 6999254auction101892
2026-03-26 15:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc3ff04-52af-5597-9794-067a0d5d8eb5 with identifier: 6999246auction101892
2026-03-26 15:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc3ff04-52af-5597-9794-067a0d5d8eb5 with scrape type 2
2026-03-26 15:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc3ff04-52af-5597-9794-067a0d5d8eb5 with scrape type 2
2026-03-26 15:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffc3ff04-52af-5597-9794-067a0d5d8eb5, identifier: 6999246auction101892
2026-03-26 15:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with identifier: 6999249auction101892
2026-03-26 15:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with scrape type 2
2026-03-26 15:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with scrape type 2
2026-03-26 15:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b, identifier: 6999249auction101892
2026-03-26 15:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69ee3f51-8139-583f-b34d-08eaf584faaa with identifier: 6999254auction101892
2026-03-26 15:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69ee3f51-8139-583f-b34d-08eaf584faaa with identifier: 6999254auction101892
2026-03-26 15:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69ee3f51-8139-583f-b34d-08eaf584faaa with identifier: 6999254auction101892 to the API
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999254>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '69ee3f51-8139-583f-b34d-08eaf584faaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999254',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 89964,
'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': 'MERCEDES-BENZ Classe GLA 5p SUV GLA 200 Starlight Edition BVA7',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe GLA 5p SUV Starlight Edition BVA7',
'vin': None,
'year': 2019}
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:06 [ecarstrade.be] INFO: Saving data for 6999254auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450807.253179, 'last_price_update_time': 1774537566.373334}
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999254auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffc3ff04-52af-5597-9794-067a0d5d8eb5 with identifier: 6999246auction101892
2026-03-26 15:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffc3ff04-52af-5597-9794-067a0d5d8eb5 with identifier: 6999246auction101892
2026-03-26 15:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffc3ff04-52af-5597-9794-067a0d5d8eb5 with identifier: 6999246auction101892 to the API
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999246>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': 'ffc3ff04-52af-5597-9794-067a0d5d8eb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999246',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 53887,
'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': '208 Active Business 1.2 80CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Active Business 1.2 80CV BVM5 E6dT',
'vin': None,
'year': 2018}
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:06 [ecarstrade.be] INFO: Saving data for 6999246auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450784.838566, 'last_price_update_time': 1774537566.76824}
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999246auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with identifier: 6999249auction101892
2026-03-26 15:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with identifier: 6999249auction101892
2026-03-26 15:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b with identifier: 6999249auction101892 to the API
2026-03-26 15:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999249>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': 'fa7c9d0d-f7af-59ce-b1bf-7baa3f67418b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999249',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 116317,
'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 X3 / 2017 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'vin': None,
'year': 2020}
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:07 [ecarstrade.be] INFO: Saving data for 6999249auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450795.345365, 'last_price_update_time': 1774537567.153861}
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999249auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_005/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_006/780x0__r.jpg?hash=1774537011> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_006/780x0__r.jpg?hash=1774537015> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:07 [scrapy.extensions.logstats] INFO: Crawled 964 pages (at 56 pages/min), scraped 848 items (at 43 items/min)
2026-03-26 15:06:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15: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-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999256> (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-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999240> (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-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_005/780x0__r.jpg?hash=1774537011> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_005/780x0__r.jpg?hash=1774537015> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_004/780x0__r.jpg?hash=1774537015> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_004/780x0__r.jpg?hash=1774537011> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:07 [ecarstrade.be] INFO: Extracting details for car 6999256auction101892
2026-03-26 15:06:07 [ecarstrade.be] INFO: Extracting details for car 6999240auction101892
2026-03-26 15:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with identifier: 6999256auction101892
2026-03-26 15:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with scrape type 2
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with scrape type 2
2026-03-26 15:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3, identifier: 6999256auction101892
2026-03-26 15:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fb060cb-c09e-5218-a927-6680a0d295c3 with identifier: 6999240auction101892
2026-03-26 15:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fb060cb-c09e-5218-a927-6680a0d295c3 with scrape type 2
2026-03-26 15:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fb060cb-c09e-5218-a927-6680a0d295c3 with scrape type 2
2026-03-26 15:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fb060cb-c09e-5218-a927-6680a0d295c3, identifier: 6999240auction101892
2026-03-26 15:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with identifier: 6999256auction101892
2026-03-26 15:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with identifier: 6999256auction101892
2026-03-26 15:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bb501b1-b1a2-54af-8cfe-eaee7568b9f3 with identifier: 6999256auction101892 to the API
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999256>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '1bb501b1-b1a2-54af-8cfe-eaee7568b9f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999256',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Audi',
'model': 'Q3',
'odometer': 15351,
'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': 'Q3 35 TFSI Design luxe 1.5 TFSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': '35 TFSI Design luxe 1.5 TFSI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:07 [ecarstrade.be] INFO: Saving data for 6999256auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450833.666566, 'last_price_update_time': 1774537567.856204}
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999256auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fb060cb-c09e-5218-a927-6680a0d295c3 with identifier: 6999240auction101892
2026-03-26 15:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fb060cb-c09e-5218-a927-6680a0d295c3 with identifier: 6999240auction101892
2026-03-26 15:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fb060cb-c09e-5218-a927-6680a0d295c3 with identifier: 6999240auction101892 to the API
2026-03-26 15:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999240>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '9fb060cb-c09e-5218-a927-6680a0d295c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999240',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 91760,
'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 X1 / 2022 / 5P / SUV sDrive18i Business Design DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV sDrive18i Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [ecarstrade.be] INFO: Saving data for 6999240auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450802.428659, 'last_price_update_time': 1774537568.160196}
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999240auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_005/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_003/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_004/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_006/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002904> (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-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_002/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_003/780x0__r.jpg?hash=1774537012> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_001/780x0__r.jpg?hash=1774537014> (referer: https://ecarstrade.com/cars/7005269)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_002/780x0__r.jpg?hash=1774537011> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_003/780x0__r.jpg?hash=1774537016> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [ecarstrade.be] INFO: Extracting details for car 7002904auction101892
2026-03-26 15:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a47b116-54a9-5713-8d3a-75d562cc3c10 with identifier: 7002904auction101892
2026-03-26 15:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a47b116-54a9-5713-8d3a-75d562cc3c10 with scrape type 1
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_001/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_001/780x0__r.jpg?hash=1774537016> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_002/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_001/780x0__r.jpg?hash=1774537011> (referer: https://ecarstrade.com/cars/7005267)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_002/780x0__r.jpg?hash=1774537016> (referer: https://ecarstrade.com/cars/7005270)
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774512130%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_003/780x0__r.jpg?hash=1774512130 not downloaded yet
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_003/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_004/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_004/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774512129%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_005/780x0__r.jpg?hash=1774512129 not downloaded yet
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e859327-5445-5002-be82-829446520d49
2026-03-26 15:06:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e859327-5445-5002-be82-829446520d49, skipping ID generation
2026-03-26 15:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 1
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e859327-5445-5002-be82-829446520d49 sending to next pipeline
2026-03-26 15:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e859327-5445-5002-be82-829446520d49, identifier: 7005269auction61871
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_006/780x0__r.jpg?hash=1774537008> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_002/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_004/780x0__r.jpg?hash=1774537008> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_001/780x0__r.jpg?hash=1774537007> (referer: https://ecarstrade.com/cars/7005266)
2026-03-26 15:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_005/780x0__r.jpg?hash=1774537009> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002904%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774512130%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_006/780x0__r.jpg?hash=1774512130 not downloaded yet
2026-03-26 15:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-26 15:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-26 15:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871 to the API
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005269/photo_001/780x0__r.jpg?hash=1774537014>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:06:08 [ecarstrade.be] INFO: Saving data for 7005269auction61871: {'created_time': 1774537568.957467, 'last_price_update_time': 1774537568.957477, 'auction_closing_time': 1774712403.0}
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005269auction61871') HTTP/1.1" 204 0
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbe00beb-e24d-56ef-a805-1bf4d4ac985c
2026-03-26 15:06:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbe00beb-e24d-56ef-a805-1bf4d4ac985c, skipping ID generation
2026-03-26 15:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 1
2026-03-26 15:06:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c sending to next pipeline
2026-03-26 15:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe00beb-e24d-56ef-a805-1bf4d4ac985c, identifier: 7005267auction61871
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5682c9cc-89aa-5cf0-a469-fb900af9c199
2026-03-26 15:06:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5682c9cc-89aa-5cf0-a469-fb900af9c199, skipping ID generation
2026-03-26 15:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 1
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 sending to next pipeline
2026-03-26 15:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5682c9cc-89aa-5cf0-a469-fb900af9c199, identifier: 7005270auction61871
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-26 15:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-26 15:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871 to the API
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005267/photo_001/780x0__r.jpg?hash=1774537011>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06: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-26 15:06:09 [ecarstrade.be] INFO: Saving data for 7005267auction61871: {'created_time': 1774537569.444541, 'last_price_update_time': 1774537569.444551, 'auction_closing_time': 1774712403.0}
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005267auction61871') HTTP/1.1" 204 0
2026-03-26 15:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-26 15:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-26 15:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871 to the API
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005270/photo_002/780x0__r.jpg?hash=1774537016>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06: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-26 15:06:09 [ecarstrade.be] INFO: Saving data for 7005270auction61871: {'created_time': 1774537569.729132, 'last_price_update_time': 1774537569.729146, 'auction_closing_time': 1774712403.0}
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005270auction61871') HTTP/1.1" 204 0
2026-03-26 15:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_003/780x0__r.jpg?hash=1774537008> (referer: https://ecarstrade.com/cars/7005268)
2026-03-26 15:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_002/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_003/780x0__r.jpg?hash=1774512130> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2dca2dc-cd0a-57e0-951b-116b9bae56a4
2026-03-26 15:06:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2dca2dc-cd0a-57e0-951b-116b9bae56a4, skipping ID generation
2026-03-26 15:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 1
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 sending to next pipeline
2026-03-26 15:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2dca2dc-cd0a-57e0-951b-116b9bae56a4, identifier: 7005266auction61871
2026-03-26 15:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_001/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_004/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-26 15:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-26 15:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871 to the API
2026-03-26 15:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005266/photo_001/780x0__r.jpg?hash=1774537007>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:10 [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-26 15:06:10 [ecarstrade.be] INFO: Saving data for 7005266auction61871: {'created_time': 1774537570.128424, 'last_price_update_time': 1774537570.128434, 'auction_closing_time': 1774712403.0}
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005266auction61871') HTTP/1.1" 204 0
2026-03-26 15:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_005/780x0__r.jpg?hash=1774512129> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_006/780x0__r.jpg?hash=1774512130> (referer: https://ecarstrade.com/cars/7002904)
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3
2026-03-26 15:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3, skipping ID generation
2026-03-26 15:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 1
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 sending to next pipeline
2026-03-26 15:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3, identifier: 7005268auction61871
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-26 15:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-26 15:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871 to the API
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005268/photo_003/780x0__r.jpg?hash=1774537008>
{'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-28T15:40:03Z',
'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': 6,
'photos': [],
'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-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:10 [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-26 15:06:10 [ecarstrade.be] INFO: Saving data for 7005268auction61871: {'created_time': 1774537570.503442, 'last_price_update_time': 1774537570.503452, 'auction_closing_time': 1774712403.0}
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005268auction61871') HTTP/1.1" 204 0
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1a47b116-54a9-5713-8d3a-75d562cc3c10
2026-03-26 15:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a47b116-54a9-5713-8d3a-75d562cc3c10, skipping ID generation
2026-03-26 15:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a47b116-54a9-5713-8d3a-75d562cc3c10 with scrape type 1
2026-03-26 15:06:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a47b116-54a9-5713-8d3a-75d562cc3c10 sending to next pipeline
2026-03-26 15:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a47b116-54a9-5713-8d3a-75d562cc3c10, identifier: 7002904auction101892
2026-03-26 15:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a47b116-54a9-5713-8d3a-75d562cc3c10 with identifier: 7002904auction101892
2026-03-26 15:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a47b116-54a9-5713-8d3a-75d562cc3c10 with identifier: 7002904auction101892
2026-03-26 15:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a47b116-54a9-5713-8d3a-75d562cc3c10 with identifier: 7002904auction101892 to the API
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002904/photo_006/780x0__r.jpg?hash=1774512130>
{'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-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': '1a47b116-54a9-5713-8d3a-75d562cc3c10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002904',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'BMW',
'model': '116',
'odometer': 34430,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': '1 Berline 116 d Business Design 1.5 115CV BVM6 E6d',
'transmission': 'manual',
'trim': '1 Berline d Business Design 1.5 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002904auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:10 [ecarstrade.be] INFO: Saving data for 7002904auction101892: {'created_time': 1774537570.994058, 'last_price_update_time': 1774537570.994071, 'auction_closing_time': 1774712404.0}
2026-03-26 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002904auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999242> (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-26 15:06:12 [ecarstrade.be] INFO: Extracting details for car 6999242auction101892
2026-03-26 15:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6754a090-fd2d-57dd-b233-22f2b00a8890 with identifier: 6999242auction101892
2026-03-26 15:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6754a090-fd2d-57dd-b233-22f2b00a8890 with scrape type 2
2026-03-26 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6754a090-fd2d-57dd-b233-22f2b00a8890 with scrape type 2
2026-03-26 15:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6754a090-fd2d-57dd-b233-22f2b00a8890, identifier: 6999242auction101892
2026-03-26 15:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6754a090-fd2d-57dd-b233-22f2b00a8890 with identifier: 6999242auction101892
2026-03-26 15:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6754a090-fd2d-57dd-b233-22f2b00a8890 with identifier: 6999242auction101892
2026-03-26 15:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6754a090-fd2d-57dd-b233-22f2b00a8890 with identifier: 6999242auction101892 to the API
2026-03-26 15:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999242>
{'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-28T15:40:04Z',
'fuel_type': 'Diesel',
'id': '6754a090-fd2d-57dd-b233-22f2b00a8890',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999242',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 44860,
'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': '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-26 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:13 [ecarstrade.be] INFO: Saving data for 6999242auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450799.343207, 'last_price_update_time': 1774537573.07599}
2026-03-26 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999242auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999241> (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-26 15:06:13 [ecarstrade.be] INFO: Extracting details for car 6999241auction101892
2026-03-26 15:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db66631e-6d18-552b-bbfc-535016610a8d with identifier: 6999241auction101892
2026-03-26 15:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db66631e-6d18-552b-bbfc-535016610a8d with scrape type 2
2026-03-26 15:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db66631e-6d18-552b-bbfc-535016610a8d with scrape type 2
2026-03-26 15:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db66631e-6d18-552b-bbfc-535016610a8d, identifier: 6999241auction101892
2026-03-26 15:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db66631e-6d18-552b-bbfc-535016610a8d with identifier: 6999241auction101892
2026-03-26 15:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db66631e-6d18-552b-bbfc-535016610a8d with identifier: 6999241auction101892
2026-03-26 15:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db66631e-6d18-552b-bbfc-535016610a8d with identifier: 6999241auction101892 to the API
2026-03-26 15:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999241>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': 'db66631e-6d18-552b-bbfc-535016610a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999241',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C4',
'odometer': 95578,
'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': '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-26 15:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:14 [ecarstrade.be] INFO: Saving data for 6999241auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1774450799.80136, 'last_price_update_time': 1774537574.149404}
2026-03-26 15:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999241auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:15 [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-26 15:06:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6984164auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6984157auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6984157auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6984158auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6984158auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276892353auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276886607auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874575auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874576auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874577auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874583auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874584auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874568auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874569auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874571auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 2
2026-03-26 15: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-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-26 15:06:15 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-26 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:15 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 2
2026-03-26 15: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-26 15: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-26 15:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6617072> (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-26 15:06:22 [ecarstrade.be] INFO: Extracting details for car 6617072auction106404
2026-03-26 15:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6617072auction106404, dropping item
2026-03-26 15:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6427469> (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-26 15:06:22 [ecarstrade.be] INFO: Extracting details for car 6427469auction101892
2026-03-26 15:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bb00bf-81bd-54a0-80f0-0159a114711f with identifier: 6427469auction101892
2026-03-26 15:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bb00bf-81bd-54a0-80f0-0159a114711f with scrape type 2
2026-03-26 15:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bb00bf-81bd-54a0-80f0-0159a114711f with scrape type 2
2026-03-26 15:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21bb00bf-81bd-54a0-80f0-0159a114711f, identifier: 6427469auction101892
2026-03-26 15:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21bb00bf-81bd-54a0-80f0-0159a114711f with identifier: 6427469auction101892
2026-03-26 15:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21bb00bf-81bd-54a0-80f0-0159a114711f with identifier: 6427469auction101892
2026-03-26 15:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21bb00bf-81bd-54a0-80f0-0159a114711f with identifier: 6427469auction101892 to the API
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6427469>
{'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-28T15:40:04Z',
'fuel_type': 'Petrol',
'id': '21bb00bf-81bd-54a0-80f0-0159a114711f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6427469',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Toyota PROACE CITY',
'odometer': 35010,
'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': 'TOYOTA Proace City Verso / 2019 / 5P / monospace 1.2 LONG 110 VVT-I '
'DYNAMIC',
'transmission': 'manual',
'trim': 'TOYOTA Proace City Verso / 2019 / 5P / monospace 1.2 LONG 110 VVT-I '
'DYNAMIC',
'vin': None,
'year': 2022}
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Saving data for 6427469auction101892: {'auction_closing_time': 1774712404.0, 'created_time': 1772678947.656556, 'last_price_update_time': 1774537582.634567}
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6427469auction101892') HTTP/1.1" 204 0
2026-03-26 15:06:22 [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-26 15:06:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 2
2026-03-26 15: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-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 2
2026-03-26 15: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-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-26 15:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:22 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-26 15:06:22 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 2
2026-03-26 15:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 2
2026-03-26 15:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6745347auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745347auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6745347auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 2
2026-03-26 15:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-26 15:06:23 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:23 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-26 15:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6618517> (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-26 15:06:29 [ecarstrade.be] INFO: Extracting details for car 6618517auction106404
2026-03-26 15:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618517auction106404
2026-03-26 15:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-26 15:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-26 15:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ae19c91-5749-5abf-92ef-64027e049cc5, identifier: 6618517auction106404
2026-03-26 15:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618517auction106404
2026-03-26 15:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618517auction106404
2026-03-26 15:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6618517auction106404 to the API
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277ae19c91-5749-5abf-92ef-64027e049cc5%27 HTTP/1.1" 200 None
2026-03-26 15:06:29 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 7ae19c91-5749-5abf-92ef-64027e049cc5: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 Allure 58 kWh Electric 214 hp Auto\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022e-408\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6618517\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T15:40:06Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 Allure 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00227ae19c91-5749-5abf-92ef-64027e049cc5\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 15:06:29 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 15:06:29 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:29 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Electric',
'id': '7ae19c91-5749-5abf-92ef-64027e049cc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6618517',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 Allure 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 Allure 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:29 [ecarstrade.be] INFO: Saving data for 6618517auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772695487.006278, 'last_price_update_time': 1774537589.900671}
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6618517auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:30 [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-26 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6618515> (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-26 15:06:30 [ecarstrade.be] INFO: Extracting details for car 6618515auction106404
2026-03-26 15:06:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:30 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 2
2026-03-26 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6645591> (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-26 15: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-26 15:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6618515auction106404
2026-03-26 15:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-26 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-26 15:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9, identifier: 6618515auction106404
2026-03-26 15:06:30 [ecarstrade.be] INFO: Found listing with ID: 6747731auction106404
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Scrape type for 6747731auction106404: 2
2026-03-26 15:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6618515auction106404
2026-03-26 15:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6618515auction106404
2026-03-26 15:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6618515auction106404 to the API
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%27bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022e-408\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6618515\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T15:40:06Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 15:06:30 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 15:06:30 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:30 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Electric',
'id': 'bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6618515',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 GT 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 GT 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Saving data for 6618515auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614127.466529, 'last_price_update_time': 1774537590.538762}
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6618515auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:30 [ecarstrade.be] INFO: Extracting details for car 6645591auction106404
2026-03-26 15: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-26 15:06:30 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 2
2026-03-26 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719104> (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-26 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6745358> (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-26 15: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-26 15:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with identifier: 6645591auction106404
2026-03-26 15:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with scrape type 2
2026-03-26 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with scrape type 2
2026-03-26 15:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11ff8c29-e2e4-54cb-a081-3929fd2bc028, identifier: 6645591auction106404
2026-03-26 15:06:30 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-26 15:06:30 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:30 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 2
2026-03-26 15:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with identifier: 6645591auction106404
2026-03-26 15:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with identifier: 6645591auction106404
2026-03-26 15:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11ff8c29-e2e4-54cb-a081-3929fd2bc028 with identifier: 6645591auction106404 to the API
2026-03-26 15:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6645591>
{'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-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': '11ff8c29-e2e4-54cb-a081-3929fd2bc028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6645591',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 15760,
'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': 'Peugeot 508 SW GT 1.5 BlueHDi 130 hp S&S EAT8',
'transmission': 'automatic',
'trim': 'SW GT 1.5 BlueHDi 130 hp S&S EAT8',
'vin': None,
'year': 2023}
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:31 [ecarstrade.be] INFO: Saving data for 6645591auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614105.224115, 'last_price_update_time': 1774537591.181213}
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6645591auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:31 [ecarstrade.be] INFO: Extracting details for car 6719104auction106404
2026-03-26 15:06:31 [ecarstrade.be] INFO: Extracting details for car 6745358auction106404
2026-03-26 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:31 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 2
2026-03-26 15:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:31 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:31 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 2
2026-03-26 15:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4566d61-0364-5933-889e-3357c6d8365c with identifier: 6719104auction106404
2026-03-26 15:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4566d61-0364-5933-889e-3357c6d8365c with scrape type 2
2026-03-26 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4566d61-0364-5933-889e-3357c6d8365c with scrape type 2
2026-03-26 15:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4566d61-0364-5933-889e-3357c6d8365c, identifier: 6719104auction106404
2026-03-26 15:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745358auction106404
2026-03-26 15:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02174f6-b533-504b-85eb-174dd6aeaac7 with scrape type 2
2026-03-26 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02174f6-b533-504b-85eb-174dd6aeaac7 with scrape type 2
2026-03-26 15:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a02174f6-b533-504b-85eb-174dd6aeaac7, identifier: 6745358auction106404
2026-03-26 15:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4566d61-0364-5933-889e-3357c6d8365c with identifier: 6719104auction106404
2026-03-26 15:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4566d61-0364-5933-889e-3357c6d8365c with identifier: 6719104auction106404
2026-03-26 15:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4566d61-0364-5933-889e-3357c6d8365c with identifier: 6719104auction106404 to the API
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%27d4566d61-0364-5933-889e-3357c6d8365c%27 HTTP/1.1" 200 None
2026-03-26 15:06:31 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id d4566d61-0364-5933-889e-3357c6d8365c: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot Expert Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022Expert\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-09\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6719104\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T15:40:06Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022d4566d61-0364-5933-889e-3357c6d8365c\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 15:06:31 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 15:06:31 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:31 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': 'd4566d61-0364-5933-889e-3357c6d8365c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719104',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-09',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Long 2.0 BlueHDi 145 MAN6',
'transmission': 'manual',
'trim': 'Long 2.0 BlueHDi 145 MAN6',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:31 [ecarstrade.be] INFO: Saving data for 6719104auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614089.404559, 'last_price_update_time': 1774537591.757587}
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719104auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745358auction106404
2026-03-26 15:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745358auction106404
2026-03-26 15:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745358auction106404 to the API
2026-03-26 15:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6745358>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'a02174f6-b533-504b-85eb-174dd6aeaac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6745358',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Saving data for 6745358auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772677671.118151, 'last_price_update_time': 1774537592.103353}
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6745358auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 2
2026-03-26 15:06:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 2
2026-03-26 15:06:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760880auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764589auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764590auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764591auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 2
2026-03-26 15:06:32 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:32 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-26 15:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752454> (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-26 15: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-26 15:06:37 [ecarstrade.be] INFO: Extracting details for car 6752454auction106404
2026-03-26 15:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4bd496f-81df-5af2-8c7a-543cd4d80b14 with identifier: 6752454auction106404
2026-03-26 15:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4bd496f-81df-5af2-8c7a-543cd4d80b14 with scrape type 2
2026-03-26 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4bd496f-81df-5af2-8c7a-543cd4d80b14 with scrape type 2
2026-03-26 15:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4bd496f-81df-5af2-8c7a-543cd4d80b14, identifier: 6752454auction106404
2026-03-26 15:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4bd496f-81df-5af2-8c7a-543cd4d80b14 with identifier: 6752454auction106404
2026-03-26 15:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4bd496f-81df-5af2-8c7a-543cd4d80b14 with identifier: 6752454auction106404
2026-03-26 15:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4bd496f-81df-5af2-8c7a-543cd4d80b14 with identifier: 6752454auction106404 to the API
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752454>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'b4bd496f-81df-5af2-8c7a-543cd4d80b14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752454',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Audi',
'model': 'R8',
'odometer': 39631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-04',
'seats_number': 2,
'seller_name': None,
'title': 'Audi R8 Spyder 5.2 Gasoline 532hp Quattro',
'transmission': 'automatic',
'trim': 'Spyder 5.2 Gasoline 532hp Quattro',
'vin': None,
'year': 2012}
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:38 [ecarstrade.be] INFO: Saving data for 6752454auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614145.592576, 'last_price_update_time': 1774537598.463357}
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752454auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752601> (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-26 15:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6757282> (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-26 15:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:38 [ecarstrade.be] INFO: Extracting details for car 6752601auction106404
2026-03-26 15:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with identifier: 6752601auction106404
2026-03-26 15:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with scrape type 2
2026-03-26 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with scrape type 2
2026-03-26 15:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0, identifier: 6752601auction106404
2026-03-26 15:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with identifier: 6752601auction106404
2026-03-26 15:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with identifier: 6752601auction106404
2026-03-26 15:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97ace7ac-9f3d-5c71-bc8f-f4251f676fd0 with identifier: 6752601auction106404 to the API
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752601>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '97ace7ac-9f3d-5c71-bc8f-f4251f676fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752601',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Other',
'odometer': 22303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-17',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland GS 1.2 Gasoline 132hp',
'transmission': 'automatic',
'trim': 'Grandland GS 1.2 Gasoline 132hp',
'vin': None,
'year': 2024}
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:39 [ecarstrade.be] INFO: Saving data for 6752601auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614149.284156, 'last_price_update_time': 1774537599.363491}
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752601auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:39 [ecarstrade.be] INFO: Extracting details for car 6757282auction106404
2026-03-26 15:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6747731> (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-26 15:06:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with identifier: 6757282auction106404
2026-03-26 15:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with scrape type 2
2026-03-26 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with scrape type 2
2026-03-26 15:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 229c7c9c-d27e-5352-a08e-2dc11d6c0426, identifier: 6757282auction106404
2026-03-26 15:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with identifier: 6757282auction106404
2026-03-26 15:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with identifier: 6757282auction106404
2026-03-26 15:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 229c7c9c-d27e-5352-a08e-2dc11d6c0426 with identifier: 6757282auction106404 to the API
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27229c7c9c-d27e-5352-a08e-2dc11d6c0426%27 HTTP/1.1" 200 None
2026-03-26 15:06:39 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 229c7c9c-d27e-5352-a08e-2dc11d6c0426: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Blue\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot 2008 Allure 1.2 Turbo 100 hp Man.6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u00222008\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6757282\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T15:40:06Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Allure 1.2 Turbo 100 hp Man.6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022229c7c9c-d27e-5352-a08e-2dc11d6c0426\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 15:06:39 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 15:06:39 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:39 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '229c7c9c-d27e-5352-a08e-2dc11d6c0426',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6757282',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2 Turbo 100 hp Man.6',
'transmission': 'manual',
'trim': 'Allure 1.2 Turbo 100 hp Man.6',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:39 [ecarstrade.be] INFO: Saving data for 6757282auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614131.766939, 'last_price_update_time': 1774537599.945772}
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6757282auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:39 [ecarstrade.be] INFO: Extracting details for car 6747731auction106404
2026-03-26 15:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752602> (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-26 15:06:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6747731auction106404
2026-03-26 15:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91faf5ba-3fc9-56f3-b780-b466cc25277a with scrape type 2
2026-03-26 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91faf5ba-3fc9-56f3-b780-b466cc25277a with scrape type 2
2026-03-26 15:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91faf5ba-3fc9-56f3-b780-b466cc25277a, identifier: 6747731auction106404
2026-03-26 15:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6747731auction106404
2026-03-26 15:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6747731auction106404
2026-03-26 15:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6747731auction106404 to the API
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6747731>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '91faf5ba-3fc9-56f3-b780-b466cc25277a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6747731',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'i10',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai i10 SELECT 1.0 GASOLINE 63hp',
'transmission': 'manual',
'trim': 'SELECT 1.0 GASOLINE 63hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:40 [ecarstrade.be] INFO: Saving data for 6747731auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614067.496577, 'last_price_update_time': 1774537600.455754}
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6747731auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:40 [ecarstrade.be] INFO: Extracting details for car 6752602auction106404
2026-03-26 15:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3bf572-034b-57bf-9185-cf6e30a6490f with identifier: 6752602auction106404
2026-03-26 15:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3bf572-034b-57bf-9185-cf6e30a6490f with scrape type 2
2026-03-26 15:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3bf572-034b-57bf-9185-cf6e30a6490f with scrape type 2
2026-03-26 15:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de3bf572-034b-57bf-9185-cf6e30a6490f, identifier: 6752602auction106404
2026-03-26 15:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de3bf572-034b-57bf-9185-cf6e30a6490f with identifier: 6752602auction106404
2026-03-26 15:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de3bf572-034b-57bf-9185-cf6e30a6490f with identifier: 6752602auction106404
2026-03-26 15:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de3bf572-034b-57bf-9185-cf6e30a6490f with identifier: 6752602auction106404 to the API
2026-03-26 15:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752602>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'de3bf572-034b-57bf-9185-cf6e30a6490f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752602',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Other',
'odometer': 24861,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland GS 1.2 GASOLINE 130hp',
'transmission': 'automatic',
'trim': 'Grandland GS 1.2 GASOLINE 130hp',
'vin': None,
'year': 2024}
2026-03-26 15:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:41 [ecarstrade.be] INFO: Saving data for 6752602auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614130.864013, 'last_price_update_time': 1774537601.054007}
2026-03-26 15:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752602auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:43 [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-26 15:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752603> (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-26 15:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 2
2026-03-26 15:06:43 [ecarstrade.be] INFO: Extracting details for car 6752603auction106404
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 2
2026-03-26 15:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f87f57a7-4e7d-5175-b56f-e7300826d6c6 with identifier: 6752603auction106404
2026-03-26 15:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f87f57a7-4e7d-5175-b56f-e7300826d6c6 with scrape type 2
2026-03-26 15:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f87f57a7-4e7d-5175-b56f-e7300826d6c6 with scrape type 2
2026-03-26 15:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f87f57a7-4e7d-5175-b56f-e7300826d6c6, identifier: 6752603auction106404
2026-03-26 15:06:43 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:43 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 2
2026-03-26 15:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f87f57a7-4e7d-5175-b56f-e7300826d6c6 with identifier: 6752603auction106404
2026-03-26 15:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f87f57a7-4e7d-5175-b56f-e7300826d6c6 with identifier: 6752603auction106404
2026-03-26 15:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f87f57a7-4e7d-5175-b56f-e7300826d6c6 with identifier: 6752603auction106404 to the API
2026-03-26 15:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752603>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'f87f57a7-4e7d-5175-b56f-e7300826d6c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752603',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Other',
'odometer': 25353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-17',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland GS 1.2 GASOLINE 130hp',
'transmission': 'automatic',
'trim': 'Grandland GS 1.2 GASOLINE 130hp',
'vin': None,
'year': 2024}
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Saving data for 6752603auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614130.089944, 'last_price_update_time': 1774537604.162654}
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752603auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6808194auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276808194auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6808194auction106404: 0
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 2
2026-03-26 15:06:44 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-26 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:44 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-26 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6760879> (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-26 15:06:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:45 [ecarstrade.be] INFO: Extracting details for car 6760879auction106404
2026-03-26 15:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with identifier: 6760879auction106404
2026-03-26 15:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with scrape type 2
2026-03-26 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with scrape type 2
2026-03-26 15:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ce68dd3-3fb7-5eea-b888-4681a545cf16, identifier: 6760879auction106404
2026-03-26 15:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with identifier: 6760879auction106404
2026-03-26 15:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with identifier: 6760879auction106404
2026-03-26 15:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ce68dd3-3fb7-5eea-b888-4681a545cf16 with identifier: 6760879auction106404 to the API
2026-03-26 15:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6760879>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '0ce68dd3-3fb7-5eea-b888-4681a545cf16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6760879',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0 GASOLINE 90hp',
'transmission': 'manual',
'trim': 'Techno 1.0 GASOLINE 90hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:46 [ecarstrade.be] INFO: Saving data for 6760879auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614121.028572, 'last_price_update_time': 1774537606.020813}
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6760879auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6757850> (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-26 15:06:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:46 [ecarstrade.be] INFO: Extracting details for car 6757850auction106404
2026-03-26 15:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa635451-0ced-5030-9493-8cd43ee5780e with identifier: 6757850auction106404
2026-03-26 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa635451-0ced-5030-9493-8cd43ee5780e with scrape type 2
2026-03-26 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa635451-0ced-5030-9493-8cd43ee5780e with scrape type 2
2026-03-26 15:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa635451-0ced-5030-9493-8cd43ee5780e, identifier: 6757850auction106404
2026-03-26 15:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa635451-0ced-5030-9493-8cd43ee5780e with identifier: 6757850auction106404
2026-03-26 15:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa635451-0ced-5030-9493-8cd43ee5780e with identifier: 6757850auction106404
2026-03-26 15:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa635451-0ced-5030-9493-8cd43ee5780e with identifier: 6757850auction106404 to the API
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6757850>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'aa635451-0ced-5030-9493-8cd43ee5780e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6757850',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 32447,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 X FEEL 1.2 Gasoline 132hp',
'transmission': 'automatic',
'trim': 'FEEL 1.2 Gasoline 132hp',
'vin': None,
'year': 2023}
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:46 [ecarstrade.be] INFO: Saving data for 6757850auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614120.225618, 'last_price_update_time': 1774537606.646016}
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6757850auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6765687> (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-26 15:06:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:46 [ecarstrade.be] INFO: Extracting details for car 6765687auction106404
2026-03-26 15:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6b6f233-1227-5d87-903a-808cb2a7b3ed with identifier: 6765687auction106404
2026-03-26 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6b6f233-1227-5d87-903a-808cb2a7b3ed with scrape type 2
2026-03-26 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6b6f233-1227-5d87-903a-808cb2a7b3ed with scrape type 2
2026-03-26 15:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6b6f233-1227-5d87-903a-808cb2a7b3ed, identifier: 6765687auction106404
2026-03-26 15:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6b6f233-1227-5d87-903a-808cb2a7b3ed with identifier: 6765687auction106404
2026-03-26 15:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6b6f233-1227-5d87-903a-808cb2a7b3ed with identifier: 6765687auction106404
2026-03-26 15:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6b6f233-1227-5d87-903a-808cb2a7b3ed with identifier: 6765687auction106404 to the API
2026-03-26 15:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6765687>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'b6b6f233-1227-5d87-903a-808cb2a7b3ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6765687',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 31903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 X FEEL 1.2 Gasoline 132hp',
'transmission': 'automatic',
'trim': 'FEEL 1.2 Gasoline 132hp',
'vin': None,
'year': 2023}
2026-03-26 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:47 [ecarstrade.be] INFO: Saving data for 6765687auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614146.182693, 'last_price_update_time': 1774537607.265595}
2026-03-26 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6765687auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764592> (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-26 15: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-26 15:06:48 [ecarstrade.be] INFO: Extracting details for car 6764592auction106404
2026-03-26 15:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764592auction106404
2026-03-26 15:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446d09f5-aac7-545c-b9b1-053b8e816662 with scrape type 2
2026-03-26 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446d09f5-aac7-545c-b9b1-053b8e816662 with scrape type 2
2026-03-26 15:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 446d09f5-aac7-545c-b9b1-053b8e816662, identifier: 6764592auction106404
2026-03-26 15:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764592auction106404
2026-03-26 15:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764592auction106404
2026-03-26 15:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764592auction106404 to the API
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%27446d09f5-aac7-545c-b9b1-053b8e816662%27 HTTP/1.1" 200 None
2026-03-26 15:06:48 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 446d09f5-aac7-545c-b9b1-053b8e816662: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot Expert Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022Expert\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6764592\u0022, \u0022ExpirationDate\u0022: \u00222026-03-28T15:40:06Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022446d09f5-aac7-545c-b9b1-053b8e816662\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Thu, 26 Mar 2026 15:06:48 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-26 15:06:48 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:48 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': '446d09f5-aac7-545c-b9b1-053b8e816662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764592',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Long 2.0 BlueHDi 145 MAN6',
'transmission': 'manual',
'trim': 'Long 2.0 BlueHDi 145 MAN6',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:48 [ecarstrade.be] INFO: Saving data for 6764592auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772677676.388403, 'last_price_update_time': 1774537608.465016}
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764592auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6775855> (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-26 15: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-26 15:06:48 [ecarstrade.be] INFO: Extracting details for car 6775855auction106404
2026-03-26 15:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8708dfb-2d21-51f7-ab10-218838db0955 with identifier: 6775855auction106404
2026-03-26 15:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8708dfb-2d21-51f7-ab10-218838db0955 with scrape type 2
2026-03-26 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8708dfb-2d21-51f7-ab10-218838db0955 with scrape type 2
2026-03-26 15:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8708dfb-2d21-51f7-ab10-218838db0955, identifier: 6775855auction106404
2026-03-26 15:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8708dfb-2d21-51f7-ab10-218838db0955 with identifier: 6775855auction106404
2026-03-26 15:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8708dfb-2d21-51f7-ab10-218838db0955 with identifier: 6775855auction106404
2026-03-26 15:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8708dfb-2d21-51f7-ab10-218838db0955 with identifier: 6775855auction106404 to the API
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6775855>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'd8708dfb-2d21-51f7-ab10-218838db0955',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6775855',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'Allure 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:49 [ecarstrade.be] INFO: Saving data for 6775855auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614123.077805, 'last_price_update_time': 1774537609.278744}
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6775855auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6776872> (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-26 15: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-26 15:06:50 [ecarstrade.be] INFO: Extracting details for car 6776872auction106404
2026-03-26 15:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with identifier: 6776872auction106404
2026-03-26 15:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with scrape type 2
2026-03-26 15:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with scrape type 2
2026-03-26 15:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3904fee1-54f5-5ec9-9674-312ecedbcbf1, identifier: 6776872auction106404
2026-03-26 15:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with identifier: 6776872auction106404
2026-03-26 15:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with identifier: 6776872auction106404
2026-03-26 15:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3904fee1-54f5-5ec9-9674-312ecedbcbf1 with identifier: 6776872auction106404 to the API
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6776872>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '3904fee1-54f5-5ec9-9674-312ecedbcbf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6776872',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Other',
'odometer': 25493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland GS 1.2 GASOLINE 130hp',
'transmission': 'automatic',
'trim': 'Grandland GS 1.2 GASOLINE 130hp',
'vin': None,
'year': 2024}
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:51 [ecarstrade.be] INFO: Saving data for 6776872auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614551.976255, 'last_price_update_time': 1774537611.330541}
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6776872auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6775858> (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-26 15: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-26 15:06:51 [ecarstrade.be] INFO: Extracting details for car 6775858auction106404
2026-03-26 15:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fe04b99-29be-5793-aa15-5c77f074126a with identifier: 6775858auction106404
2026-03-26 15:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fe04b99-29be-5793-aa15-5c77f074126a with scrape type 2
2026-03-26 15:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fe04b99-29be-5793-aa15-5c77f074126a with scrape type 2
2026-03-26 15:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fe04b99-29be-5793-aa15-5c77f074126a, identifier: 6775858auction106404
2026-03-26 15:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fe04b99-29be-5793-aa15-5c77f074126a with identifier: 6775858auction106404
2026-03-26 15:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fe04b99-29be-5793-aa15-5c77f074126a with identifier: 6775858auction106404
2026-03-26 15:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fe04b99-29be-5793-aa15-5c77f074126a with identifier: 6775858auction106404 to the API
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6775858>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '3fe04b99-29be-5793-aa15-5c77f074126a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6775858',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 22263,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'Allure 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:51 [ecarstrade.be] INFO: Saving data for 6775858auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614554.984647, 'last_price_update_time': 1774537611.852215}
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6775858auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:53 [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-26 15:06:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787216> (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-26 15:06:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:06:53 [ecarstrade.be] INFO: Extracting details for car 6787216auction106404
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934766auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-26 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:53 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-26 15:06:53 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934774auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934775auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-26 15:06:54 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-26 15:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787216auction106404
2026-03-26 15:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with scrape type 2
2026-03-26 15:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with scrape type 2
2026-03-26 15:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d6ae63a-e3a9-552c-9e0d-3807ffced219, identifier: 6787216auction106404
2026-03-26 15:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787216auction106404
2026-03-26 15:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787216auction106404
2026-03-26 15:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787216auction106404 to the API
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06: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-26 15:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787216>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '6d6ae63a-e3a9-552c-9e0d-3807ffced219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787216',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:54 [ecarstrade.be] INFO: Saving data for 6787216auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614188.447351, 'last_price_update_time': 1774537614.672846}
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787216auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787218> (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-26 15:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:55 [ecarstrade.be] INFO: Extracting details for car 6787218auction106404
2026-03-26 15:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6787218auction106404
2026-03-26 15:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-26 15:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-26 15:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483, identifier: 6787218auction106404
2026-03-26 15:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6787218auction106404
2026-03-26 15:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6787218auction106404
2026-03-26 15:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6787218auction106404 to the API
2026-03-26 15:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787218>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787218',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:55 [ecarstrade.be] INFO: Saving data for 6787218auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614181.864236, 'last_price_update_time': 1774537615.716044}
2026-03-26 15:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787218auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802702> (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-26 15:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:55 [ecarstrade.be] INFO: Extracting details for car 6802702auction106404
2026-03-26 15:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d195655b-1225-5280-a7b7-35f612b670fb with identifier: 6802702auction106404
2026-03-26 15:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d195655b-1225-5280-a7b7-35f612b670fb with scrape type 2
2026-03-26 15:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d195655b-1225-5280-a7b7-35f612b670fb with scrape type 2
2026-03-26 15:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d195655b-1225-5280-a7b7-35f612b670fb, identifier: 6802702auction106404
2026-03-26 15:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d195655b-1225-5280-a7b7-35f612b670fb with identifier: 6802702auction106404
2026-03-26 15:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d195655b-1225-5280-a7b7-35f612b670fb with identifier: 6802702auction106404
2026-03-26 15:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d195655b-1225-5280-a7b7-35f612b670fb with identifier: 6802702auction106404 to the API
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802702>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'd195655b-1225-5280-a7b7-35f612b670fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802702',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Other',
'odometer': 22993,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland GS 1.2 Gasoline 132hp',
'transmission': 'automatic',
'trim': 'Grandland GS 1.2 Gasoline 132hp',
'vin': None,
'year': 2024}
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:56 [ecarstrade.be] INFO: Saving data for 6802702auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614181.342119, 'last_price_update_time': 1774537616.730095}
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802702auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802996> (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-26 15:06:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:06:56 [ecarstrade.be] INFO: Extracting details for car 6802996auction106404
2026-03-26 15:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802996auction106404
2026-03-26 15:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-26 15:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-26 15:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb5232d2-156f-5fba-b246-eacc4724a5b8, identifier: 6802996auction106404
2026-03-26 15:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802996auction106404
2026-03-26 15:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802996auction106404
2026-03-26 15:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802996auction106404 to the API
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802996>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'fb5232d2-156f-5fba-b246-eacc4724a5b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802996',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0 GASOLINE 90hp',
'transmission': 'automatic',
'trim': 'Techno 1.0 GASOLINE 90hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:57 [ecarstrade.be] INFO: Saving data for 6802996auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772677696.606984, 'last_price_update_time': 1774537617.256184}
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802996auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802997> (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-26 15:06:57 [ecarstrade.be] INFO: Extracting details for car 6802997auction106404
2026-03-26 15:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6802997auction106404
2026-03-26 15:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f79296bb-7e91-52a4-a320-0d1cb0787ffc with scrape type 2
2026-03-26 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f79296bb-7e91-52a4-a320-0d1cb0787ffc with scrape type 2
2026-03-26 15:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f79296bb-7e91-52a4-a320-0d1cb0787ffc, identifier: 6802997auction106404
2026-03-26 15:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6802997auction106404
2026-03-26 15:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6802997auction106404
2026-03-26 15:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6802997auction106404 to the API
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802997>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'f79296bb-7e91-52a4-a320-0d1cb0787ffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802997',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0 GASOLINE 90hp',
'transmission': 'automatic',
'trim': 'Techno 1.0 GASOLINE 90hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:57 [ecarstrade.be] INFO: Saving data for 6802997auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772677695.95545, 'last_price_update_time': 1774537617.765709}
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802997auction106404') HTTP/1.1" 204 0
2026-03-26 15:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6807829> (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-26 15:06:57 [ecarstrade.be] INFO: Extracting details for car 6807829auction106404
2026-03-26 15:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2952ac12-62e1-5549-9769-8bb8fc362678 with identifier: 6807829auction106404
2026-03-26 15:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2952ac12-62e1-5549-9769-8bb8fc362678 with scrape type 2
2026-03-26 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2952ac12-62e1-5549-9769-8bb8fc362678 with scrape type 2
2026-03-26 15:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2952ac12-62e1-5549-9769-8bb8fc362678, identifier: 6807829auction106404
2026-03-26 15:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2952ac12-62e1-5549-9769-8bb8fc362678 with identifier: 6807829auction106404
2026-03-26 15:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2952ac12-62e1-5549-9769-8bb8fc362678 with identifier: 6807829auction106404
2026-03-26 15:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2952ac12-62e1-5549-9769-8bb8fc362678 with identifier: 6807829auction106404 to the API
2026-03-26 15:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6807829>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '2952ac12-62e1-5549-9769-8bb8fc362678',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6807829',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 22400,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'Allure 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-26 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:06:58 [ecarstrade.be] INFO: Saving data for 6807829auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614221.868089, 'last_price_update_time': 1774537618.319176}
2026-03-26 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6807829auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6807830> (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-26 15:07:01 [ecarstrade.be] INFO: Extracting details for car 6807830auction106404
2026-03-26 15:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with identifier: 6807830auction106404
2026-03-26 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with scrape type 2
2026-03-26 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with scrape type 2
2026-03-26 15:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde, identifier: 6807830auction106404
2026-03-26 15:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with identifier: 6807830auction106404
2026-03-26 15:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with identifier: 6807830auction106404
2026-03-26 15:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0f2afd7-65c6-54ae-9ff6-acb7a1d7abde with identifier: 6807830auction106404 to the API
2026-03-26 15:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07: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-26 15:07:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6807830>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'd0f2afd7-65c6-54ae-9ff6-acb7a1d7abde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6807830',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 22819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'Allure 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-26 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:01 [ecarstrade.be] INFO: Saving data for 6807830auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614211.564563, 'last_price_update_time': 1774537621.737929}
2026-03-26 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6807830auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812642> (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-26 15:07:02 [ecarstrade.be] INFO: Extracting details for car 6812642auction106404
2026-03-26 15:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with identifier: 6812642auction106404
2026-03-26 15:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with scrape type 2
2026-03-26 15:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with scrape type 2
2026-03-26 15:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 909f1a85-7a9c-5ddf-8d3b-35eee018e263, identifier: 6812642auction106404
2026-03-26 15:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with identifier: 6812642auction106404
2026-03-26 15:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with identifier: 6812642auction106404
2026-03-26 15:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 909f1a85-7a9c-5ddf-8d3b-35eee018e263 with identifier: 6812642auction106404 to the API
2026-03-26 15:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812642>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': '909f1a85-7a9c-5ddf-8d3b-35eee018e263',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812642',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT 1.2 Hybrid Electric/Gasoline 147hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 147hp',
'vin': None,
'year': 2025}
2026-03-26 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:02 [ecarstrade.be] INFO: Saving data for 6812642auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614207.086185, 'last_price_update_time': 1774537622.913114}
2026-03-26 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812642auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6815695> (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-26 15:07:03 [ecarstrade.be] INFO: Extracting details for car 6815695auction106404
2026-03-26 15:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with identifier: 6815695auction106404
2026-03-26 15:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with scrape type 2
2026-03-26 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with scrape type 2
2026-03-26 15:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec, identifier: 6815695auction106404
2026-03-26 15:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with identifier: 6815695auction106404
2026-03-26 15:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with identifier: 6815695auction106404
2026-03-26 15:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec with identifier: 6815695auction106404 to the API
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6815695>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Electric',
'id': '0d2ef84d-7f25-53e0-8c8c-c0a0f9f218ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6815695',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Audi',
'model': 'Q6 e-tron',
'odometer': 14948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q6 e-tron SQ6 100 kWh Quattro 360 kw',
'transmission': 'automatic',
'trim': 'SQ6 100 kWh Quattro 360 kw',
'vin': None,
'year': 2024}
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Saving data for 6815695auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614211.222258, 'last_price_update_time': 1774537623.577194}
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6815695auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:03 [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-26 15:07:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:03 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-26 15:07:03 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-26 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972616auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 0
2026-03-26 15:07:04 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:04 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 0
2026-03-26 15: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-26 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6747730> (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-26 15:07:06 [ecarstrade.be] INFO: Extracting details for car 6747730auction106404
2026-03-26 15:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with identifier: 6747730auction106404
2026-03-26 15:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with scrape type 2
2026-03-26 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with scrape type 2
2026-03-26 15:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6, identifier: 6747730auction106404
2026-03-26 15:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with identifier: 6747730auction106404
2026-03-26 15:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with identifier: 6747730auction106404
2026-03-26 15:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6 with identifier: 6747730auction106404 to the API
2026-03-26 15:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6747730>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'aa2743b2-ecf2-5bc6-827b-ad04e7cd83b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6747730',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'i10',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai i10 Select 1.0 Gasoline 64hp',
'transmission': 'manual',
'trim': 'Select 1.0 Gasoline 64hp',
'vin': None,
'year': 2025}
2026-03-26 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:06 [ecarstrade.be] INFO: Saving data for 6747730auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614068.1846, 'last_price_update_time': 1774537626.586642}
2026-03-26 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6747730auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:06 [scrapy.extensions.logstats] INFO: Crawled 999 pages (at 35 pages/min), scraped 882 items (at 34 items/min)
2026-03-26 15:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:07:12 [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-26 15:07:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976612auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976612auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976612auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984005auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994873auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995245auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003037auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003037auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003037auction106404: 1
2026-03-26 15: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-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003039auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003039auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003039auction106404: 1
2026-03-26 15: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-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003040auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003040auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003040auction106404: 1
2026-03-26 15: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-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003041auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003041auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003041auction106404: 1
2026-03-26 15: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-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003046auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003046auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003046auction106404: 1
2026-03-26 15: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-26 15:07:12 [ecarstrade.be] INFO: Found listing with ID: 7003047auction106404
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003047auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:12 [ecarstrade.be] INFO: Scrape type for 7003047auction106404: 1
2026-03-26 15: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-26 15: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-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003037> (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-26 15:07:19 [ecarstrade.be] INFO: Extracting details for car 7003037auction106404
2026-03-26 15:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003037auction106404
2026-03-26 15:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac8659f0-42f1-5176-9fe1-db4724c3c634 with scrape type 1
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_001/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_002/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_003/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_004/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_005/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003037%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515252%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_006/780x0__r.jpg?hash=1774515252 not downloaded yet
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003047> (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-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_001/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_003/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [ecarstrade.be] INFO: Extracting details for car 7003047auction106404
2026-03-26 15:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003047auction106404
2026-03-26 15:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d638690-5193-561e-9f08-60a7501d3f77 with scrape type 1
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_001/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_004/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_002/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_003/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_004/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_002/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_005/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_005/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003047%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515268%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_006/780x0__r.jpg?hash=1774515268 not downloaded yet
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [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-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_001/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_006/780x0__r.jpg?hash=1774515252> (referer: https://ecarstrade.com/cars/7003037)
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_003/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003040> (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-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_005/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_004/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7003048auction106404
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003048auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [ecarstrade.be] INFO: Scrape type for 7003048auction106404: 1
2026-03-26 15: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-26 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7003049auction106404
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003049auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [ecarstrade.be] INFO: Scrape type for 7003049auction106404: 1
2026-03-26 15: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-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:19 [ecarstrade.be] INFO: Extracting details for car 7003040auction106404
2026-03-26 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7003050auction106404
2026-03-26 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003050auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:19 [ecarstrade.be] INFO: Scrape type for 7003050auction106404: 1
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac8659f0-42f1-5176-9fe1-db4724c3c634
2026-03-26 15:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac8659f0-42f1-5176-9fe1-db4724c3c634, skipping ID generation
2026-03-26 15:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac8659f0-42f1-5176-9fe1-db4724c3c634 with scrape type 1
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac8659f0-42f1-5176-9fe1-db4724c3c634 sending to next pipeline
2026-03-26 15:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac8659f0-42f1-5176-9fe1-db4724c3c634, identifier: 7003037auction106404
2026-03-26 15:07:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003039> (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-26 15:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003037auction106404
2026-03-26 15:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003037auction106404
2026-03-26 15:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003037auction106404 to the API
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003037/photo_006/780x0__r.jpg?hash=1774515252>
{'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-28T15:40:06Z',
'fuel_type': 'Petrol',
'id': 'ac8659f0-42f1-5176-9fe1-db4724c3c634',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003037',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Dacia Jogger',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-24',
'seats_number': 7,
'seller_name': None,
'title': 'Dacia Jogger Extreme 1.0 LPG 102hp',
'transmission': 'manual',
'trim': 'Extreme 1.0 LPG 102hp',
'vin': None,
'year': 2026}
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003037auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Saving data for 7003037auction106404: {'created_time': 1774537640.247617, 'last_price_update_time': 1774537640.247628, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003037auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_002/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003051auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003051auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003051auction106404: 1
2026-03-26 15: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-26 15:07:20 [ecarstrade.be] INFO: Extracting details for car 7003039auction106404
2026-03-26 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003041> (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-26 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003046> (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-26 15: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-26 15:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003040auction106404, dropping item
2026-03-26 15:07:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003055auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003055auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003055auction106404: 1
2026-03-26 15: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-26 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_006/780x0__r.jpg?hash=1774515268> (referer: https://ecarstrade.com/cars/7003047)
2026-03-26 15:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003039auction106404, dropping item
2026-03-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003056auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003056auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003056auction106404: 1
2026-03-26 15: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-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003058auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003058auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003058auction106404: 1
2026-03-26 15: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-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003076auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003076auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003076auction106404: 1
2026-03-26 15:07:20 [ecarstrade.be] INFO: Extracting details for car 7003041auction106404
2026-03-26 15:07:20 [ecarstrade.be] INFO: Extracting details for car 7003046auction106404
2026-03-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003077auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003077auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003077auction106404: 1
2026-03-26 15:07:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:20 [ecarstrade.be] INFO: Found listing with ID: 7003317auction106404
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003317auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:20 [ecarstrade.be] INFO: Scrape type for 7003317auction106404: 1
2026-03-26 15:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003041auction106404, dropping item
2026-03-26 15:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: ac8659f0-42f1-5176-9fe1-db4724c3c634 with identifier: 7003046auction106404, dropping item
2026-03-26 15:07:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d638690-5193-561e-9f08-60a7501d3f77
2026-03-26 15:07:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d638690-5193-561e-9f08-60a7501d3f77, skipping ID generation
2026-03-26 15:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d638690-5193-561e-9f08-60a7501d3f77 with scrape type 1
2026-03-26 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d638690-5193-561e-9f08-60a7501d3f77 sending to next pipeline
2026-03-26 15:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d638690-5193-561e-9f08-60a7501d3f77, identifier: 7003047auction106404
2026-03-26 15:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003047auction106404
2026-03-26 15:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003047auction106404
2026-03-26 15:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003047auction106404 to the API
2026-03-26 15:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003047/photo_006/780x0__r.jpg?hash=1774515268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6d638690-5193-561e-9f08-60a7501d3f77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003047',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Dacia Bigster',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Bigster Journey 1.8 Hybrid Electric/Gasoline 158hp',
'transmission': 'automatic',
'trim': 'Journey 1.8 Hybrid Electric/Gasoline 158hp',
'vin': None,
'year': 2026}
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003047auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Saving data for 7003047auction106404: {'created_time': 1774537641.129924, 'last_price_update_time': 1774537641.129936, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003047auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003328auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003328auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003328auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003541auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003541auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003541auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003542auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003542auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003542auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003543auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003543auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003543auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003544auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003544auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003544auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003545auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003545auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003545auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003546auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003546auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003546auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003547auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003547auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003547auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003548auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003548auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003548auction106404: 1
2026-03-26 15:07:21 [ecarstrade.be] INFO: Found listing with ID: 7003549auction106404
2026-03-26 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003549auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:21 [ecarstrade.be] INFO: Scrape type for 7003549auction106404: 1
2026-03-26 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003049> (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-26 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003051> (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-26 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7003049auction106404
2026-03-26 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b555bfb4-d6a0-585c-944b-4765f713d4aa with identifier: 7003049auction106404
2026-03-26 15:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b555bfb4-d6a0-585c-944b-4765f713d4aa with scrape type 1
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515270%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_001/780x0__r.jpg?hash=1774515270 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515270%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_002/780x0__r.jpg?hash=1774515270 not downloaded yet
2026-03-26 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003055> (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-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515271%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_003/780x0__r.jpg?hash=1774515271 not downloaded yet
2026-03-26 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7003051auction106404
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515271%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_004/780x0__r.jpg?hash=1774515271 not downloaded yet
2026-03-26 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003051auction106404, dropping item
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515271%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_005/780x0__r.jpg?hash=1774515271 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003049%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515271%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_006/780x0__r.jpg?hash=1774515271 not downloaded yet
2026-03-26 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7003055auction106404
2026-03-26 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b310da5-1071-52d8-9104-887b831da865 with identifier: 7003055auction106404
2026-03-26 15:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b310da5-1071-52d8-9104-887b831da865 with scrape type 1
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515281%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_001/780x0__r.jpg?hash=1774515281 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515281%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_002/780x0__r.jpg?hash=1774515281 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_003/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515281%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_004/780x0__r.jpg?hash=1774515281 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515281%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_005/780x0__r.jpg?hash=1774515281 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003055%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515281%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_006/780x0__r.jpg?hash=1774515281 not downloaded yet
2026-03-26 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003056> (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-26 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7003056auction106404
2026-03-26 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 7003056auction106404
2026-03-26 15:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 1
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_001/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_002/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_003/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_004/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_005/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003056%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515283%27 HTTP/1.1" 200 None
2026-03-26 15:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_006/780x0__r.jpg?hash=1774515283 not downloaded yet
2026-03-26 15:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003050> (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-26 15: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-26 15:07:28 [ecarstrade.be] INFO: Extracting details for car 7003050auction106404
2026-03-26 15:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: b555bfb4-d6a0-585c-944b-4765f713d4aa with identifier: 7003050auction106404, dropping item
2026-03-26 15:07:29 [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-26 15: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-26 15:07:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 7003550auction106404
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003550auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 7003550auction106404: 1
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 7003551auction106404
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003551auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 7003551auction106404: 1
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6718997auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6718997auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 2
2026-03-26 15:07:29 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-26 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:29 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 2
2026-03-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003076> (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-26 15:07:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:34 [ecarstrade.be] INFO: Extracting details for car 7003076auction106404
2026-03-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003077> (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-26 15:07:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-26 15:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f8dd46-693c-580e-97c9-0d5e70b249d5 with scrape type 1
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515318%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_001/780x0__r.jpg?hash=1774515318 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515318%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_002/780x0__r.jpg?hash=1774515318 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515318%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_003/780x0__r.jpg?hash=1774515318 not downloaded yet
2026-03-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003058> (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-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515318%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_004/780x0__r.jpg?hash=1774515318 not downloaded yet
2026-03-26 15:07:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515318%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_005/780x0__r.jpg?hash=1774515318 not downloaded yet
2026-03-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003317> (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-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003076%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515319%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_006/780x0__r.jpg?hash=1774515319 not downloaded yet
2026-03-26 15:07:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:34 [ecarstrade.be] INFO: Extracting details for car 7003077auction106404
2026-03-26 15:07:34 [ecarstrade.be] INFO: Extracting details for car 7003058auction106404
2026-03-26 15:07:34 [ecarstrade.be] INFO: Extracting details for car 7003317auction106404
2026-03-26 15:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003077auction106404, dropping item
2026-03-26 15:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with identifier: 7003058auction106404
2026-03-26 15:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with scrape type 1
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515286%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_001/780x0__r.jpg?hash=1774515286 not downloaded yet
2026-03-26 15:07:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with identifier: 7003317auction106404
2026-03-26 15:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with scrape type 1
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_001/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515285%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_002/780x0__r.jpg?hash=1774515285 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_002/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515285%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_003/780x0__r.jpg?hash=1774515285 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_003/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515285%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_004/780x0__r.jpg?hash=1774515285 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_004/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515285%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_005/780x0__r.jpg?hash=1774515285 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_005/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003058%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774515286%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_006/780x0__r.jpg?hash=1774515286 not downloaded yet
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003317%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774518851%27 HTTP/1.1" 200 None
2026-03-26 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_006/780x0__r.jpg?hash=1774518851 not downloaded yet
2026-03-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003328> (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-26 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_002/780x0__r.jpg?hash=1774515270> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:07:35 [ecarstrade.be] INFO: Extracting details for car 7003328auction106404
2026-03-26 15:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-26 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5f4a216-0087-53ce-8042-9d34608fe98b with scrape type 1
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_001/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_006/780x0__r.jpg?hash=1774515281> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_002/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_003/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_004/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_005/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003328%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774518863%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_006/780x0__r.jpg?hash=1774518863 not downloaded yet
2026-03-26 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_006/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_005/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15: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-26 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003541> (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-26 15: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-26 15:07:35 [ecarstrade.be] INFO: Extracting details for car 7003541auction106404
2026-03-26 15:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73eeaaa-8632-5f79-89fb-9e2200629a74 with identifier: 7003541auction106404
2026-03-26 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73eeaaa-8632-5f79-89fb-9e2200629a74 with scrape type 1
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_001/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_002/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774521363%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_003/780x0__r.jpg?hash=1774521363 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_004/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774521364%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_005/780x0__r.jpg?hash=1774521364 not downloaded yet
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003541%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774521363%27 HTTP/1.1" 200 None
2026-03-26 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_006/780x0__r.jpg?hash=1774521363 not downloaded yet
2026-03-26 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6828723> (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-26 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_003/780x0__r.jpg?hash=1774515318> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15:07:36 [ecarstrade.be] INFO: Extracting details for car 6828723auction106404
2026-03-26 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_005/780x0__r.jpg?hash=1774515318> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6828723auction106404
2026-03-26 15:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-26 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-26 15:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0923d8b-cb71-510f-ae14-ad1c052b001e, identifier: 6828723auction106404
2026-03-26 15:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6828723auction106404
2026-03-26 15:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6828723auction106404
2026-03-26 15:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6828723auction106404 to the API
2026-03-26 15:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6828723>
{'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-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': 'c0923d8b-cb71-510f-ae14-ad1c052b001e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6828723',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'automatic',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-26 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:36 [ecarstrade.be] INFO: Saving data for 6828723auction106404: {'auction_closing_time': 1774712406.0, 'created_time': 1772614212.603358, 'last_price_update_time': 1774537656.943343}
2026-03-26 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6828723auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_006/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_006/780x0__r.jpg?hash=1774515286> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_001/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_006/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_005/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_004/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_006/780x0__r.jpg?hash=1774521363> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_005/780x0__r.jpg?hash=1774521364> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_004/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_003/780x0__r.jpg?hash=1774521363> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_002/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_001/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003541)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_003/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_002/780x0__r.jpg?hash=1774518863> (referer: https://ecarstrade.com/cars/7003328)
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c73eeaaa-8632-5f79-89fb-9e2200629a74
2026-03-26 15:07:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c73eeaaa-8632-5f79-89fb-9e2200629a74, skipping ID generation
2026-03-26 15:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73eeaaa-8632-5f79-89fb-9e2200629a74 with scrape type 1
2026-03-26 15:07:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c73eeaaa-8632-5f79-89fb-9e2200629a74 sending to next pipeline
2026-03-26 15:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c73eeaaa-8632-5f79-89fb-9e2200629a74, identifier: 7003541auction106404
2026-03-26 15:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c73eeaaa-8632-5f79-89fb-9e2200629a74 with identifier: 7003541auction106404
2026-03-26 15:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c73eeaaa-8632-5f79-89fb-9e2200629a74 with identifier: 7003541auction106404
2026-03-26 15:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c73eeaaa-8632-5f79-89fb-9e2200629a74 with identifier: 7003541auction106404 to the API
2026-03-26 15:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003541/photo_001/780x0__r.jpg?hash=1774521365>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Electric',
'id': 'c73eeaaa-8632-5f79-89fb-9e2200629a74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003541',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'INSTER',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Inster Cross Roof Rack 49kWh 115',
'transmission': 'automatic',
'trim': 'Inster Cross Roof Rack 49kWh 115',
'vin': None,
'year': 2026}
2026-03-26 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003541auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:38 [ecarstrade.be] INFO: Saving data for 7003541auction106404: {'created_time': 1774537658.321609, 'last_price_update_time': 1774537658.321619, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003541auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_005/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b5f4a216-0087-53ce-8042-9d34608fe98b
2026-03-26 15:07:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5f4a216-0087-53ce-8042-9d34608fe98b, skipping ID generation
2026-03-26 15:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5f4a216-0087-53ce-8042-9d34608fe98b with scrape type 1
2026-03-26 15:07:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5f4a216-0087-53ce-8042-9d34608fe98b sending to next pipeline
2026-03-26 15:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5f4a216-0087-53ce-8042-9d34608fe98b, identifier: 7003328auction106404
2026-03-26 15:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-26 15:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-26 15:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404 to the API
2026-03-26 15:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003328/photo_002/780x0__r.jpg?hash=1774518863>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': 'b5f4a216-0087-53ce-8042-9d34608fe98b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003328',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Trafic Advance Blue dCi 150',
'transmission': 'automatic',
'trim': 'Advance Blue dCi 150',
'vin': None,
'year': 2025}
2026-03-26 15:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003328auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:39 [ecarstrade.be] INFO: Saving data for 7003328auction106404: {'created_time': 1774537659.117449, 'last_price_update_time': 1774537659.117459, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003328auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_005/780x0__r.jpg?hash=1774515285> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_004/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_004/780x0__r.jpg?hash=1774515285> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_003/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_003/780x0__r.jpg?hash=1774515285> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_002/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_002/780x0__r.jpg?hash=1774515285> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_001/780x0__r.jpg?hash=1774518851> (referer: https://ecarstrade.com/cars/7003317)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_001/780x0__r.jpg?hash=1774515286> (referer: https://ecarstrade.com/cars/7003058)
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53
2026-03-26 15:07:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53, skipping ID generation
2026-03-26 15:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with scrape type 1
2026-03-26 15:07:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 sending to next pipeline
2026-03-26 15:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53, identifier: 7003317auction106404
2026-03-26 15:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with identifier: 7003317auction106404
2026-03-26 15:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with identifier: 7003317auction106404
2026-03-26 15:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53 with identifier: 7003317auction106404 to the API
2026-03-26 15:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003317/photo_001/780x0__r.jpg?hash=1774518851>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': '8979c5c8-3e81-5e34-ba1e-ddba1c5f5a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003317',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-01-13',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro VAN 2.0 DIESEL 147hp',
'transmission': 'manual',
'trim': 'VAN 2.0 DIESEL 147hp',
'vin': None,
'year': 2026}
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003317auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:40 [ecarstrade.be] INFO: Saving data for 7003317auction106404: {'created_time': 1774537660.064116, 'last_price_update_time': 1774537660.06413, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003317auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_006/780x0__r.jpg?hash=1774515319> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 095e80e7-3a23-50ac-9ec9-04ddde2203d9
2026-03-26 15:07:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 095e80e7-3a23-50ac-9ec9-04ddde2203d9, skipping ID generation
2026-03-26 15:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with scrape type 1
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 095e80e7-3a23-50ac-9ec9-04ddde2203d9 sending to next pipeline
2026-03-26 15:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 095e80e7-3a23-50ac-9ec9-04ddde2203d9, identifier: 7003058auction106404
2026-03-26 15:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with identifier: 7003058auction106404
2026-03-26 15:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with identifier: 7003058auction106404
2026-03-26 15:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 095e80e7-3a23-50ac-9ec9-04ddde2203d9 with identifier: 7003058auction106404 to the API
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003058/photo_001/780x0__r.jpg?hash=1774515286>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': '095e80e7-3a23-50ac-9ec9-04ddde2203d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003058',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 30,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003058auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:40 [ecarstrade.be] INFO: Saving data for 7003058auction106404: {'created_time': 1774537660.521461, 'last_price_update_time': 1774537660.521472, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003058auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_004/780x0__r.jpg?hash=1774515318> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_002/780x0__r.jpg?hash=1774515318> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_001/780x0__r.jpg?hash=1774515318> (referer: https://ecarstrade.com/cars/7003076)
2026-03-26 15: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-26 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 19f8dd46-693c-580e-97c9-0d5e70b249d5
2026-03-26 15:07:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19f8dd46-693c-580e-97c9-0d5e70b249d5, skipping ID generation
2026-03-26 15:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f8dd46-693c-580e-97c9-0d5e70b249d5 with scrape type 1
2026-03-26 15:07:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19f8dd46-693c-580e-97c9-0d5e70b249d5 sending to next pipeline
2026-03-26 15:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19f8dd46-693c-580e-97c9-0d5e70b249d5, identifier: 7003076auction106404
2026-03-26 15:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-26 15:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-26 15:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404 to the API
2026-03-26 15:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003076/photo_001/780x0__r.jpg?hash=1774515318>
{'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-28T15:40:06Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19f8dd46-693c-580e-97c9-0d5e70b249d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003076',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa GS 1.2 Hybrid Electric/Gasoline 112hp',
'transmission': 'automatic',
'trim': 'GS 1.2 Hybrid Electric/Gasoline 112hp',
'vin': None,
'year': 2026}
2026-03-26 15:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003076auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:41 [ecarstrade.be] INFO: Saving data for 7003076auction106404: {'created_time': 1774537661.150149, 'last_price_update_time': 1774537661.150158, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003076auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719014> (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-26 15: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-26 15:07:42 [ecarstrade.be] INFO: Extracting details for car 6719014auction106392
2026-03-26 15:07:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with identifier: 6719014auction106392
2026-03-26 15:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with scrape type 2
2026-03-26 15:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with scrape type 2
2026-03-26 15:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf047bff-3e93-5935-9ae8-2fc813a5b3a4, identifier: 6719014auction106392
2026-03-26 15:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with identifier: 6719014auction106392
2026-03-26 15:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with identifier: 6719014auction106392
2026-03-26 15:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf047bff-3e93-5935-9ae8-2fc813a5b3a4 with identifier: 6719014auction106392 to the API
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719014>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'cf047bff-3e93-5935-9ae8-2fc813a5b3a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719014',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:43 [ecarstrade.be] INFO: Saving data for 6719014auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614666.041002, 'last_price_update_time': 1774537663.649224}
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719014auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719044> (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-26 15: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-26 15:07:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003542> (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-26 15: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-26 15:07:43 [ecarstrade.be] INFO: Extracting details for car 6719044auction106392
2026-03-26 15:07:43 [ecarstrade.be] INFO: Extracting details for car 7003542auction106404
2026-03-26 15:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with identifier: 6719044auction106392
2026-03-26 15:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with scrape type 2
2026-03-26 15:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with scrape type 2
2026-03-26 15:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb8b98b1-8e00-565c-ae7f-010cdd8c8f19, identifier: 6719044auction106392
2026-03-26 15:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003542auction106404
2026-03-26 15:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c11732-32d0-575b-a0ff-2983ac2c297e with scrape type 1
2026-03-26 15:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_001/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with identifier: 6719044auction106392
2026-03-26 15:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with identifier: 6719044auction106392
2026-03-26 15:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb8b98b1-8e00-565c-ae7f-010cdd8c8f19 with identifier: 6719044auction106392 to the API
2026-03-26 15:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719044>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'bb8b98b1-8e00-565c-ae7f-010cdd8c8f19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719044',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5477,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [ecarstrade.be] INFO: Saving data for 6719044auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614669.376427, 'last_price_update_time': 1774537664.180992}
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719044auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_002/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_003/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003548> (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-26 15: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-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_004/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_005/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003542%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774521365%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_006/780x0__r.jpg?hash=1774521365 not downloaded yet
2026-03-26 15:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003543> (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-26 15: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-26 15:07:44 [ecarstrade.be] INFO: Extracting details for car 7003548auction106404
2026-03-26 15:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003548auction106404
2026-03-26 15:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742d6170-e817-5e8b-bb34-76cece46f167 with scrape type 1
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774521373%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_001/780x0__r.jpg?hash=1774521373 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774521373%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_002/780x0__r.jpg?hash=1774521373 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774521373%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_003/780x0__r.jpg?hash=1774521373 not downloaded yet
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774521374%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_004/780x0__r.jpg?hash=1774521374 not downloaded yet
2026-03-26 15:07:44 [ecarstrade.be] INFO: Extracting details for car 7003543auction106404
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774521373%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_005/780x0__r.jpg?hash=1774521373 not downloaded yet
2026-03-26 15:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003549> (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-26 15:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003543auction106404, dropping item
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003548%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774521374%27 HTTP/1.1" 200 None
2026-03-26 15:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_006/780x0__r.jpg?hash=1774521374 not downloaded yet
2026-03-26 15: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-26 15:07:44 [ecarstrade.be] INFO: Extracting details for car 7003549auction106404
2026-03-26 15:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003549auction106404, dropping item
2026-03-26 15:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719003> (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-26 15: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-26 15:07:48 [ecarstrade.be] INFO: Extracting details for car 6719003auction106392
2026-03-26 15:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44890cea-117e-501b-a76f-b6feae6e309a with identifier: 6719003auction106392
2026-03-26 15:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44890cea-117e-501b-a76f-b6feae6e309a with scrape type 2
2026-03-26 15:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44890cea-117e-501b-a76f-b6feae6e309a with scrape type 2
2026-03-26 15:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44890cea-117e-501b-a76f-b6feae6e309a, identifier: 6719003auction106392
2026-03-26 15:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44890cea-117e-501b-a76f-b6feae6e309a with identifier: 6719003auction106392
2026-03-26 15:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44890cea-117e-501b-a76f-b6feae6e309a with identifier: 6719003auction106392
2026-03-26 15:07:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44890cea-117e-501b-a76f-b6feae6e309a with identifier: 6719003auction106392 to the API
2026-03-26 15:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719003>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '44890cea-117e-501b-a76f-b6feae6e309a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719003',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6458,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:48 [ecarstrade.be] INFO: Saving data for 6719003auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614687.9349, 'last_price_update_time': 1774537668.56884}
2026-03-26 15:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719003auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6718987> (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-26 15: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-26 15:07:50 [ecarstrade.be] INFO: Extracting details for car 6718987auction106392
2026-03-26 15:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with identifier: 6718987auction106392
2026-03-26 15:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with scrape type 2
2026-03-26 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with scrape type 2
2026-03-26 15:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e, identifier: 6718987auction106392
2026-03-26 15:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with identifier: 6718987auction106392
2026-03-26 15:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with identifier: 6718987auction106392
2026-03-26 15:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ffe1819-3ee6-5759-bbf5-ca3b655fa88e with identifier: 6718987auction106392 to the API
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6718987>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '0ffe1819-3ee6-5759-bbf5-ca3b655fa88e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6718987',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:51 [ecarstrade.be] INFO: Saving data for 6718987auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614682.166064, 'last_price_update_time': 1774537671.216617}
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6718987auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694293> (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-26 15:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6718997> (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-26 15:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:07:51 [ecarstrade.be] INFO: Extracting details for car 6694293auction106392
2026-03-26 15:07:51 [ecarstrade.be] INFO: Extracting details for car 6718997auction106392
2026-03-26 15:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with identifier: 6694293auction106392
2026-03-26 15:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with scrape type 2
2026-03-26 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with scrape type 2
2026-03-26 15:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2c0d2ef-6668-508e-a9c7-4c7379d25bf5, identifier: 6694293auction106392
2026-03-26 15:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 997ca22c-b773-5cd2-9b7a-7f6319248e2e with identifier: 6718997auction106392
2026-03-26 15:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 997ca22c-b773-5cd2-9b7a-7f6319248e2e with scrape type 2
2026-03-26 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 997ca22c-b773-5cd2-9b7a-7f6319248e2e with scrape type 2
2026-03-26 15:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 997ca22c-b773-5cd2-9b7a-7f6319248e2e, identifier: 6718997auction106392
2026-03-26 15:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with identifier: 6694293auction106392
2026-03-26 15:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with identifier: 6694293auction106392
2026-03-26 15:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2c0d2ef-6668-508e-a9c7-4c7379d25bf5 with identifier: 6694293auction106392 to the API
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6694293>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'f2c0d2ef-6668-508e-a9c7-4c7379d25bf5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6694293',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19338,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:51 [ecarstrade.be] INFO: Saving data for 6694293auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614726.55688, 'last_price_update_time': 1774537671.821042}
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694293auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 997ca22c-b773-5cd2-9b7a-7f6319248e2e with identifier: 6718997auction106392
2026-03-26 15:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 997ca22c-b773-5cd2-9b7a-7f6319248e2e with identifier: 6718997auction106392
2026-03-26 15:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 997ca22c-b773-5cd2-9b7a-7f6319248e2e with identifier: 6718997auction106392 to the API
2026-03-26 15:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6718997>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '997ca22c-b773-5cd2-9b7a-7f6319248e2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6718997',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4735,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:52 [ecarstrade.be] INFO: Saving data for 6718997auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614684.127646, 'last_price_update_time': 1774537672.222734}
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6718997auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694671> (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-26 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6718986> (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-26 15: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-26 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_002/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15:07:52 [ecarstrade.be] INFO: Extracting details for car 6694671auction106392
2026-03-26 15:07:52 [ecarstrade.be] INFO: Extracting details for car 6718986auction106392
2026-03-26 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_006/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with identifier: 6694671auction106392
2026-03-26 15:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with scrape type 2
2026-03-26 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with scrape type 2
2026-03-26 15:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7, identifier: 6694671auction106392
2026-03-26 15:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e4fa6e4-7c95-57b2-84dd-e29064865aba with identifier: 6718986auction106392
2026-03-26 15:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e4fa6e4-7c95-57b2-84dd-e29064865aba with scrape type 2
2026-03-26 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e4fa6e4-7c95-57b2-84dd-e29064865aba with scrape type 2
2026-03-26 15:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e4fa6e4-7c95-57b2-84dd-e29064865aba, identifier: 6718986auction106392
2026-03-26 15:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with identifier: 6694671auction106392
2026-03-26 15:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with identifier: 6694671auction106392
2026-03-26 15:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7 with identifier: 6694671auction106392 to the API
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6694671>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'c4889e5b-56ea-5a02-a6fa-8b2ee336a9d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6694671',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:52 [ecarstrade.be] INFO: Saving data for 6694671auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614717.866876, 'last_price_update_time': 1774537672.901599}
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694671auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e4fa6e4-7c95-57b2-84dd-e29064865aba with identifier: 6718986auction106392
2026-03-26 15:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e4fa6e4-7c95-57b2-84dd-e29064865aba with identifier: 6718986auction106392
2026-03-26 15:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e4fa6e4-7c95-57b2-84dd-e29064865aba with identifier: 6718986auction106392 to the API
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07: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-26 15:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6718986>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '3e4fa6e4-7c95-57b2-84dd-e29064865aba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6718986',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3909,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:53 [ecarstrade.be] INFO: Saving data for 6718986auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614682.642381, 'last_price_update_time': 1774537673.182697}
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6718986auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_005/780x0__r.jpg?hash=1774521373> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_006/780x0__r.jpg?hash=1774521374> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_004/780x0__r.jpg?hash=1774521374> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_003/780x0__r.jpg?hash=1774521373> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_002/780x0__r.jpg?hash=1774521373> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_001/780x0__r.jpg?hash=1774521373> (referer: https://ecarstrade.com/cars/7003548)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_005/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 742d6170-e817-5e8b-bb34-76cece46f167
2026-03-26 15:07:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 742d6170-e817-5e8b-bb34-76cece46f167, skipping ID generation
2026-03-26 15:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742d6170-e817-5e8b-bb34-76cece46f167 with scrape type 1
2026-03-26 15:07:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 742d6170-e817-5e8b-bb34-76cece46f167 sending to next pipeline
2026-03-26 15:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 742d6170-e817-5e8b-bb34-76cece46f167, identifier: 7003548auction106404
2026-03-26 15:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003548auction106404
2026-03-26 15:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003548auction106404
2026-03-26 15:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003548auction106404 to the API
2026-03-26 15:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07: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-26 15:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003548/photo_001/780x0__r.jpg?hash=1774521373>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Electric',
'id': '742d6170-e817-5e8b-bb34-76cece46f167',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003548',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson Shine 1.6 T-GDi HEV 6AT',
'transmission': 'automatic',
'trim': 'Shine 1.6 T-GDi HEV 6AT',
'vin': None,
'year': 2026}
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003548auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:54 [ecarstrade.be] INFO: Saving data for 7003548auction106404: {'created_time': 1774537674.036665, 'last_price_update_time': 1774537674.036674, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003548auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_004/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_003/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_001/780x0__r.jpg?hash=1774521365> (referer: https://ecarstrade.com/cars/7003542)
2026-03-26 15: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-26 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 61c11732-32d0-575b-a0ff-2983ac2c297e
2026-03-26 15:07:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61c11732-32d0-575b-a0ff-2983ac2c297e, skipping ID generation
2026-03-26 15:07:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c11732-32d0-575b-a0ff-2983ac2c297e with scrape type 1
2026-03-26 15:07:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61c11732-32d0-575b-a0ff-2983ac2c297e sending to next pipeline
2026-03-26 15:07:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61c11732-32d0-575b-a0ff-2983ac2c297e, identifier: 7003542auction106404
2026-03-26 15:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003542auction106404
2026-03-26 15:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003542auction106404
2026-03-26 15:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003542auction106404 to the API
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003542/photo_001/780x0__r.jpg?hash=1774521365>
{'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-28T15:40:06Z',
'fuel_type': 'Electric',
'id': '61c11732-32d0-575b-a0ff-2983ac2c297e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003542',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Kona Shine N-line EV 65kWh',
'transmission': 'automatic',
'trim': 'Shine N-line EV 65kWh',
'vin': None,
'year': 2026}
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003542auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:07:54 [ecarstrade.be] INFO: Saving data for 7003542auction106404: {'created_time': 1774537674.810423, 'last_price_update_time': 1774537674.810436, 'auction_closing_time': 1774712406.0}
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003542auction106404') HTTP/1.1" 204 0
2026-03-26 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6693846> (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-26 15: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-26 15:07:55 [ecarstrade.be] INFO: Extracting details for car 6693846auction106392
2026-03-26 15:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db1aa1e8-f988-5c99-8de9-07beeb5a7019 with identifier: 6693846auction106392
2026-03-26 15:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db1aa1e8-f988-5c99-8de9-07beeb5a7019 with scrape type 2
2026-03-26 15:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db1aa1e8-f988-5c99-8de9-07beeb5a7019 with scrape type 2
2026-03-26 15:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db1aa1e8-f988-5c99-8de9-07beeb5a7019, identifier: 6693846auction106392
2026-03-26 15:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db1aa1e8-f988-5c99-8de9-07beeb5a7019 with identifier: 6693846auction106392
2026-03-26 15:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db1aa1e8-f988-5c99-8de9-07beeb5a7019 with identifier: 6693846auction106392
2026-03-26 15:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db1aa1e8-f988-5c99-8de9-07beeb5a7019 with identifier: 6693846auction106392 to the API
2026-03-26 15:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6693846>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'db1aa1e8-f988-5c99-8de9-07beeb5a7019',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6693846',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 4930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:55 [ecarstrade.be] INFO: Saving data for 6693846auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614708.401738, 'last_price_update_time': 1774537675.77578}
2026-03-26 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6693846auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6690079> (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-26 15: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-26 15:07:58 [ecarstrade.be] INFO: Extracting details for car 6690079auction106392
2026-03-26 15:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2c04f4-f166-53c6-a936-2eb798793f4f with identifier: 6690079auction106392
2026-03-26 15:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2c04f4-f166-53c6-a936-2eb798793f4f with scrape type 2
2026-03-26 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2c04f4-f166-53c6-a936-2eb798793f4f with scrape type 2
2026-03-26 15:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb2c04f4-f166-53c6-a936-2eb798793f4f, identifier: 6690079auction106392
2026-03-26 15:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb2c04f4-f166-53c6-a936-2eb798793f4f with identifier: 6690079auction106392
2026-03-26 15:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb2c04f4-f166-53c6-a936-2eb798793f4f with identifier: 6690079auction106392
2026-03-26 15:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb2c04f4-f166-53c6-a936-2eb798793f4f with identifier: 6690079auction106392 to the API
2026-03-26 15:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6690079>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'cb2c04f4-f166-53c6-a936-2eb798793f4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6690079',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:58 [ecarstrade.be] INFO: Saving data for 6690079auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614645.789905, 'last_price_update_time': 1774537678.850731}
2026-03-26 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6690079auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6686371> (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-26 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003048> (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-26 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_003/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_004/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15:07:58 [ecarstrade.be] INFO: Extracting details for car 6686371auction106392
2026-03-26 15:07:59 [ecarstrade.be] INFO: Extracting details for car 7003048auction106404
2026-03-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_002/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6532c016-a55e-537d-9686-f0198c8870ea with identifier: 6686371auction106392
2026-03-26 15:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6532c016-a55e-537d-9686-f0198c8870ea with scrape type 2
2026-03-26 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6532c016-a55e-537d-9686-f0198c8870ea with scrape type 2
2026-03-26 15:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6532c016-a55e-537d-9686-f0198c8870ea, identifier: 6686371auction106392
2026-03-26 15:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 6d638690-5193-561e-9f08-60a7501d3f77 with identifier: 7003048auction106404, dropping item
2026-03-26 15:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6532c016-a55e-537d-9686-f0198c8870ea with identifier: 6686371auction106392
2026-03-26 15:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6532c016-a55e-537d-9686-f0198c8870ea with identifier: 6686371auction106392
2026-03-26 15:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6532c016-a55e-537d-9686-f0198c8870ea with identifier: 6686371auction106392 to the API
2026-03-26 15:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:07: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-26 15:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6686371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6532c016-a55e-537d-9686-f0198c8870ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6686371',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 6010,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:07:59 [ecarstrade.be] INFO: Saving data for 6686371auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614669.837042, 'last_price_update_time': 1774537679.53132}
2026-03-26 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6686371auction106392') HTTP/1.1" 204 0
2026-03-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_001/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003056)
2026-03-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_005/780x0__r.jpg?hash=1774515281> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6677264> (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-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6680659> (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-26 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_004/780x0__r.jpg?hash=1774515281> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592
2026-03-26 15:07:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592, skipping ID generation
2026-03-26 15:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 1
2026-03-26 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 sending to next pipeline
2026-03-26 15:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592, identifier: 7003056auction106404
2026-03-26 15:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 7003056auction106404
2026-03-26 15:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 7003056auction106404
2026-03-26 15:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 7003056auction106404 to the API
2026-03-26 15:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003056/photo_001/780x0__r.jpg?hash=1774515283>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Diesel',
'id': '4e45cc24-87b6-52a7-8c7b-d2609cbbf592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003056',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003056auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:08:00 [ecarstrade.be] INFO: Saving data for 7003056auction106404: {'created_time': 1774537680.145737, 'last_price_update_time': 1774537680.145746, 'auction_closing_time': 1774712406.0}
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003056auction106404') HTTP/1.1" 204 0
2026-03-26 15:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_001/780x0__r.jpg?hash=1774515281> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_003/780x0__r.jpg?hash=1774515283> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_002/780x0__r.jpg?hash=1774515281> (referer: https://ecarstrade.com/cars/7003055)
2026-03-26 15:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_006/780x0__r.jpg?hash=1774515271> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:08:00 [ecarstrade.be] INFO: Extracting details for car 6677264auction106392
2026-03-26 15:08:00 [ecarstrade.be] INFO: Extracting details for car 6680659auction106392
2026-03-26 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63ec11e-7906-5915-a1e4-5d452e3fa19a with identifier: 6677264auction106392
2026-03-26 15:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63ec11e-7906-5915-a1e4-5d452e3fa19a with scrape type 2
2026-03-26 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a63ec11e-7906-5915-a1e4-5d452e3fa19a with scrape type 2
2026-03-26 15:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a63ec11e-7906-5915-a1e4-5d452e3fa19a, identifier: 6677264auction106392
2026-03-26 15:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with identifier: 6680659auction106392
2026-03-26 15:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with scrape type 2
2026-03-26 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with scrape type 2
2026-03-26 15:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c, identifier: 6680659auction106392
2026-03-26 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a63ec11e-7906-5915-a1e4-5d452e3fa19a with identifier: 6677264auction106392
2026-03-26 15:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a63ec11e-7906-5915-a1e4-5d452e3fa19a with identifier: 6677264auction106392
2026-03-26 15:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a63ec11e-7906-5915-a1e4-5d452e3fa19a with identifier: 6677264auction106392 to the API
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6677264>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'a63ec11e-7906-5915-a1e4-5d452e3fa19a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6677264',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 9716,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:00 [ecarstrade.be] INFO: Saving data for 6677264auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614645.333962, 'last_price_update_time': 1774537680.728618}
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6677264auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with identifier: 6680659auction106392
2026-03-26 15:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with identifier: 6680659auction106392
2026-03-26 15:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c with identifier: 6680659auction106392 to the API
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6680659>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '15c9e4e3-dc0b-5af3-b1b3-c7c25d824b9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6680659',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19200,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:01 [ecarstrade.be] INFO: Saving data for 6680659auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614646.378723, 'last_price_update_time': 1774537681.053851}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6680659auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_005/780x0__r.jpg?hash=1774515271> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_004/780x0__r.jpg?hash=1774515271> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_003/780x0__r.jpg?hash=1774515271> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_001/780x0__r.jpg?hash=1774515270> (referer: https://ecarstrade.com/cars/7003049)
2026-03-26 15:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b310da5-1071-52d8-9104-887b831da865
2026-03-26 15:08:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b310da5-1071-52d8-9104-887b831da865, skipping ID generation
2026-03-26 15:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b310da5-1071-52d8-9104-887b831da865 with scrape type 1
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b310da5-1071-52d8-9104-887b831da865 sending to next pipeline
2026-03-26 15:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b310da5-1071-52d8-9104-887b831da865, identifier: 7003055auction106404
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b310da5-1071-52d8-9104-887b831da865 with identifier: 7003055auction106404
2026-03-26 15:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b310da5-1071-52d8-9104-887b831da865 with identifier: 7003055auction106404
2026-03-26 15:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b310da5-1071-52d8-9104-887b831da865 with identifier: 7003055auction106404 to the API
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003055/photo_002/780x0__r.jpg?hash=1774515281>
{'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-28T15:40:06Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9b310da5-1071-52d8-9104-887b831da865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003055',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa GS 1.2 Hybrid Electric/Gasoline 112hp',
'transmission': 'automatic',
'trim': 'GS 1.2 Hybrid Electric/Gasoline 112hp',
'vin': None,
'year': 2026}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003055auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:08:01 [ecarstrade.be] INFO: Saving data for 7003055auction106404: {'created_time': 1774537681.55112, 'last_price_update_time': 1774537681.551131, 'auction_closing_time': 1774712406.0}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003055auction106404') HTTP/1.1" 204 0
2026-03-26 15:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003551> (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-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b555bfb4-d6a0-585c-944b-4765f713d4aa
2026-03-26 15:08:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b555bfb4-d6a0-585c-944b-4765f713d4aa, skipping ID generation
2026-03-26 15:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b555bfb4-d6a0-585c-944b-4765f713d4aa with scrape type 1
2026-03-26 15:08:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b555bfb4-d6a0-585c-944b-4765f713d4aa sending to next pipeline
2026-03-26 15:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b555bfb4-d6a0-585c-944b-4765f713d4aa, identifier: 7003049auction106404
2026-03-26 15:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b555bfb4-d6a0-585c-944b-4765f713d4aa with identifier: 7003049auction106404
2026-03-26 15:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b555bfb4-d6a0-585c-944b-4765f713d4aa with identifier: 7003049auction106404
2026-03-26 15:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b555bfb4-d6a0-585c-944b-4765f713d4aa with identifier: 7003049auction106404 to the API
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003049/photo_001/780x0__r.jpg?hash=1774515270>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:40:06Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b555bfb4-d6a0-585c-944b-4765f713d4aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003049',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Dacia Bigster',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Bigster Journey 1.8 Hybrid Electric/Gasoline 158hp',
'transmission': 'automatic',
'trim': 'Journey 1.8 Hybrid Electric/Gasoline 158hp',
'vin': None,
'year': 2026}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003049auction106404%27 HTTP/1.1" 200 None
2026-03-26 15:08:01 [ecarstrade.be] INFO: Saving data for 7003049auction106404: {'created_time': 1774537681.988012, 'last_price_update_time': 1774537681.988023, 'auction_closing_time': 1774712406.0}
2026-03-26 15:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003049auction106404') HTTP/1.1" 204 0
2026-03-26 15:08:02 [ecarstrade.be] INFO: Extracting details for car 7003551auction106404
2026-03-26 15:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003551auction106404, dropping item
2026-03-26 15:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003550> (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-26 15:08:02 [ecarstrade.be] INFO: Extracting details for car 7003550auction106404
2026-03-26 15:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003550auction106404, dropping item
2026-03-26 15:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6718967> (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-26 15:08:04 [ecarstrade.be] INFO: Extracting details for car 6718967auction106392
2026-03-26 15:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with identifier: 6718967auction106392
2026-03-26 15:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with scrape type 2
2026-03-26 15:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with scrape type 2
2026-03-26 15:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ff2271f-aac9-5ab3-a434-bccf0f3859aa, identifier: 6718967auction106392
2026-03-26 15:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with identifier: 6718967auction106392
2026-03-26 15:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with identifier: 6718967auction106392
2026-03-26 15:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ff2271f-aac9-5ab3-a434-bccf0f3859aa with identifier: 6718967auction106392 to the API
2026-03-26 15:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6718967>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '1ff2271f-aac9-5ab3-a434-bccf0f3859aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6718967',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C3',
'odometer': 57175,
'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': 2,
'seller_name': None,
'title': 'Citroen C3 BLUEHDI 100 S&S BVM6 FEEL',
'transmission': 'manual',
'trim': 'BLUEHDI 100 S&S BVM6 FEEL',
'vin': None,
'year': 2021}
2026-03-26 15:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:05 [ecarstrade.be] INFO: Saving data for 6718967auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614681.320575, 'last_price_update_time': 1774537685.005891}
2026-03-26 15:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6718967auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:05 [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-26 15:08:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 2
2026-03-26 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 2
2026-03-26 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 2
2026-03-26 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 2
2026-03-26 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6725767auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725767auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6725767auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 2
2026-03-26 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:06 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 2
2026-03-26 15:08:06 [scrapy.extensions.logstats] INFO: Crawled 1042 pages (at 43 pages/min), scraped 909 items (at 27 items/min)
2026-03-26 15:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:08:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003545> (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-26 15:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:08 [ecarstrade.be] INFO: Extracting details for car 7003545auction106404
2026-03-26 15:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003545auction106404, dropping item
2026-03-26 15:08:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003544> (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-26 15:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:08 [ecarstrade.be] INFO: Extracting details for car 7003544auction106404
2026-03-26 15:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003544auction106404, dropping item
2026-03-26 15:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003547> (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-26 15: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-26 15:08:09 [ecarstrade.be] INFO: Extracting details for car 7003547auction106404
2026-03-26 15:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 742d6170-e817-5e8b-bb34-76cece46f167 with identifier: 7003547auction106404, dropping item
2026-03-26 15:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719069> (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-26 15: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-26 15:08:12 [ecarstrade.be] INFO: Extracting details for car 6719069auction106392
2026-03-26 15:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db94f827-9c9b-5f07-9bde-3bfab1afdb5f with identifier: 6719069auction106392
2026-03-26 15:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db94f827-9c9b-5f07-9bde-3bfab1afdb5f with scrape type 2
2026-03-26 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db94f827-9c9b-5f07-9bde-3bfab1afdb5f with scrape type 2
2026-03-26 15:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db94f827-9c9b-5f07-9bde-3bfab1afdb5f, identifier: 6719069auction106392
2026-03-26 15:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db94f827-9c9b-5f07-9bde-3bfab1afdb5f with identifier: 6719069auction106392
2026-03-26 15:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db94f827-9c9b-5f07-9bde-3bfab1afdb5f with identifier: 6719069auction106392
2026-03-26 15:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db94f827-9c9b-5f07-9bde-3bfab1afdb5f with identifier: 6719069auction106392 to the API
2026-03-26 15:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'db94f827-9c9b-5f07-9bde-3bfab1afdb5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719069',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 24191,
'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': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:12 [ecarstrade.be] INFO: Saving data for 6719069auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614666.674712, 'last_price_update_time': 1774537692.987004}
2026-03-26 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719069auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719150> (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-26 15:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:13 [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-26 15:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719092> (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-26 15:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:13 [ecarstrade.be] INFO: Extracting details for car 6719150auction106392
2026-03-26 15:08:13 [ecarstrade.be] INFO: Extracting details for car 6719092auction106392
2026-03-26 15:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96e7c60-82c9-55ca-9857-f610a2723123 with identifier: 6719150auction106392
2026-03-26 15:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96e7c60-82c9-55ca-9857-f610a2723123 with scrape type 2
2026-03-26 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96e7c60-82c9-55ca-9857-f610a2723123 with scrape type 2
2026-03-26 15:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f96e7c60-82c9-55ca-9857-f610a2723123, identifier: 6719150auction106392
2026-03-26 15:08:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with identifier: 6719092auction106392
2026-03-26 15:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with scrape type 2
2026-03-26 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with scrape type 2
2026-03-26 15:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8331d2e9-9bcd-56f4-854e-bd6133cbcb01, identifier: 6719092auction106392
2026-03-26 15:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f96e7c60-82c9-55ca-9857-f610a2723123 with identifier: 6719150auction106392
2026-03-26 15:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f96e7c60-82c9-55ca-9857-f610a2723123 with identifier: 6719150auction106392
2026-03-26 15:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f96e7c60-82c9-55ca-9857-f610a2723123 with identifier: 6719150auction106392 to the API
2026-03-26 15:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719150>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'f96e7c60-82c9-55ca-9857-f610a2723123',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719150',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 16291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:14 [ecarstrade.be] INFO: Saving data for 6719150auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614670.459223, 'last_price_update_time': 1774537694.333429}
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719150auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with identifier: 6719092auction106392
2026-03-26 15:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with identifier: 6719092auction106392
2026-03-26 15:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8331d2e9-9bcd-56f4-854e-bd6133cbcb01 with identifier: 6719092auction106392 to the API
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719092>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8331d2e9-9bcd-56f4-854e-bd6133cbcb01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719092',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 29338,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:14 [ecarstrade.be] INFO: Saving data for 6719092auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614667.392728, 'last_price_update_time': 1774537694.981883}
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719092auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 2
2026-03-26 15:08:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6721443> (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-26 15: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-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Extracting details for car 6721443auction106392
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 2
2026-03-26 15:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with identifier: 6721443auction106392
2026-03-26 15:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with scrape type 2
2026-03-26 15:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with scrape type 2
2026-03-26 15:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35342bdc-47ad-5ae8-b905-5b5c806e4fc3, identifier: 6721443auction106392
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 2
2026-03-26 15:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with identifier: 6721443auction106392
2026-03-26 15:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with identifier: 6721443auction106392
2026-03-26 15:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35342bdc-47ad-5ae8-b905-5b5c806e4fc3 with identifier: 6721443auction106392 to the API
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6721443>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '35342bdc-47ad-5ae8-b905-5b5c806e4fc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6721443',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19370,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Saving data for 6721443auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614668.861663, 'last_price_update_time': 1774537695.667495}
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6721443auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 2
2026-03-26 15:08:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6722685> (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-26 15: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-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276766624auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276771908auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 2
2026-03-26 15:08:15 [ecarstrade.be] INFO: Extracting details for car 6722685auction106392
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 2
2026-03-26 15:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408b9646-9f44-518d-afe4-cd49ff2cc98a with identifier: 6722685auction106392
2026-03-26 15:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408b9646-9f44-518d-afe4-cd49ff2cc98a with scrape type 2
2026-03-26 15:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 408b9646-9f44-518d-afe4-cd49ff2cc98a with scrape type 2
2026-03-26 15:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 408b9646-9f44-518d-afe4-cd49ff2cc98a, identifier: 6722685auction106392
2026-03-26 15:08:15 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:15 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 2
2026-03-26 15:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 408b9646-9f44-518d-afe4-cd49ff2cc98a with identifier: 6722685auction106392
2026-03-26 15:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 408b9646-9f44-518d-afe4-cd49ff2cc98a with identifier: 6722685auction106392
2026-03-26 15:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 408b9646-9f44-518d-afe4-cd49ff2cc98a with identifier: 6722685auction106392 to the API
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6722685>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '408b9646-9f44-518d-afe4-cd49ff2cc98a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6722685',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:16 [ecarstrade.be] INFO: Saving data for 6722685auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614672.69769, 'last_price_update_time': 1774537696.589885}
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6722685auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725012> (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-26 15:08:16 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:16 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 2
2026-03-26 15: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-26 15:08:16 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:16 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 2
2026-03-26 15:08:16 [ecarstrade.be] INFO: Extracting details for car 6725012auction106392
2026-03-26 15:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba569e83-4685-5e9e-89b2-eb45031ef392 with identifier: 6725012auction106392
2026-03-26 15:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba569e83-4685-5e9e-89b2-eb45031ef392 with scrape type 2
2026-03-26 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba569e83-4685-5e9e-89b2-eb45031ef392 with scrape type 2
2026-03-26 15:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba569e83-4685-5e9e-89b2-eb45031ef392, identifier: 6725012auction106392
2026-03-26 15:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba569e83-4685-5e9e-89b2-eb45031ef392 with identifier: 6725012auction106392
2026-03-26 15:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba569e83-4685-5e9e-89b2-eb45031ef392 with identifier: 6725012auction106392
2026-03-26 15:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba569e83-4685-5e9e-89b2-eb45031ef392 with identifier: 6725012auction106392 to the API
2026-03-26 15:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725012>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'ba569e83-4685-5e9e-89b2-eb45031ef392',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725012',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 27125,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-26 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:17 [ecarstrade.be] INFO: Saving data for 6725012auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614745.506853, 'last_price_update_time': 1774537697.262732}
2026-03-26 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725012auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003546> (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-26 15: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-26 15:08:17 [ecarstrade.be] INFO: Extracting details for car 7003546auction106404
2026-03-26 15:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 61c11732-32d0-575b-a0ff-2983ac2c297e with identifier: 7003546auction106404, dropping item
2026-03-26 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725037> (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-26 15:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:20 [ecarstrade.be] INFO: Extracting details for car 6725037auction106392
2026-03-26 15:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7221d94c-045b-53ce-9186-6c50fc3a8c52 with identifier: 6725037auction106392
2026-03-26 15:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7221d94c-045b-53ce-9186-6c50fc3a8c52 with scrape type 2
2026-03-26 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7221d94c-045b-53ce-9186-6c50fc3a8c52 with scrape type 2
2026-03-26 15:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7221d94c-045b-53ce-9186-6c50fc3a8c52, identifier: 6725037auction106392
2026-03-26 15:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7221d94c-045b-53ce-9186-6c50fc3a8c52 with identifier: 6725037auction106392
2026-03-26 15:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7221d94c-045b-53ce-9186-6c50fc3a8c52 with identifier: 6725037auction106392
2026-03-26 15:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7221d94c-045b-53ce-9186-6c50fc3a8c52 with identifier: 6725037auction106392 to the API
2026-03-26 15:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725037>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '7221d94c-045b-53ce-9186-6c50fc3a8c52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725037',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5445,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100hp S&S (manual 6-speed)',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100hp S&S (manual 6-speed)',
'vin': None,
'year': 2025}
2026-03-26 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:20 [ecarstrade.be] INFO: Saving data for 6725037auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614730.994292, 'last_price_update_time': 1774537700.842456}
2026-03-26 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725037auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725764> (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-26 15:08:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725067> (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-26 15:08:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:21 [ecarstrade.be] INFO: Extracting details for car 6725764auction106392
2026-03-26 15:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with identifier: 6725764auction106392
2026-03-26 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with scrape type 2
2026-03-26 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with scrape type 2
2026-03-26 15:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41, identifier: 6725764auction106392
2026-03-26 15:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with identifier: 6725764auction106392
2026-03-26 15:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with identifier: 6725764auction106392
2026-03-26 15:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41 with identifier: 6725764auction106392 to the API
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725764>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '3b48a6ca-061c-5e5e-b2bb-5c436bb8cd41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725764',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L 3-cylinder Gasoline (S&S) 100 hp, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Style 1.2L 3-cylinder Gasoline (S&S) 100 hp, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:21 [ecarstrade.be] INFO: Saving data for 6725764auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614717.011082, 'last_price_update_time': 1774537701.547539}
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725764auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:21 [ecarstrade.be] INFO: Extracting details for car 6725067auction106392
2026-03-26 15:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d493da-c647-548d-8ef7-75a8d3ac7562 with identifier: 6725067auction106392
2026-03-26 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d493da-c647-548d-8ef7-75a8d3ac7562 with scrape type 2
2026-03-26 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d493da-c647-548d-8ef7-75a8d3ac7562 with scrape type 2
2026-03-26 15:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71d493da-c647-548d-8ef7-75a8d3ac7562, identifier: 6725067auction106392
2026-03-26 15:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71d493da-c647-548d-8ef7-75a8d3ac7562 with identifier: 6725067auction106392
2026-03-26 15:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71d493da-c647-548d-8ef7-75a8d3ac7562 with identifier: 6725067auction106392
2026-03-26 15:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71d493da-c647-548d-8ef7-75a8d3ac7562 with identifier: 6725067auction106392 to the API
2026-03-26 15:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725067>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '71d493da-c647-548d-8ef7-75a8d3ac7562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725067',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 9580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 3-cylinder Gasoline (100 hp) S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L 3-cylinder Gasoline (100 hp) S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:22 [ecarstrade.be] INFO: Saving data for 6725067auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614709.850844, 'last_price_update_time': 1774537702.117912}
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725067auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725767> (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-26 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:22 [ecarstrade.be] INFO: Extracting details for car 6725767auction106392
2026-03-26 15:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66211310-75bf-5791-b013-48407b321f00 with identifier: 6725767auction106392
2026-03-26 15:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66211310-75bf-5791-b013-48407b321f00 with scrape type 2
2026-03-26 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66211310-75bf-5791-b013-48407b321f00 with scrape type 2
2026-03-26 15:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66211310-75bf-5791-b013-48407b321f00, identifier: 6725767auction106392
2026-03-26 15:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66211310-75bf-5791-b013-48407b321f00 with identifier: 6725767auction106392
2026-03-26 15:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66211310-75bf-5791-b013-48407b321f00 with identifier: 6725767auction106392
2026-03-26 15:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66211310-75bf-5791-b013-48407b321f00 with identifier: 6725767auction106392 to the API
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725767>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '66211310-75bf-5791-b013-48407b321f00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725767',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 14961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725767auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:22 [ecarstrade.be] INFO: Saving data for 6725767auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614716.587881, 'last_price_update_time': 1774537702.608796}
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725767auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725063> (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-26 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:22 [ecarstrade.be] INFO: Extracting details for car 6725063auction106392
2026-03-26 15:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8386921-1a8b-50a3-9103-18c7bbeb9f95 with identifier: 6725063auction106392
2026-03-26 15:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8386921-1a8b-50a3-9103-18c7bbeb9f95 with scrape type 2
2026-03-26 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8386921-1a8b-50a3-9103-18c7bbeb9f95 with scrape type 2
2026-03-26 15:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8386921-1a8b-50a3-9103-18c7bbeb9f95, identifier: 6725063auction106392
2026-03-26 15:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8386921-1a8b-50a3-9103-18c7bbeb9f95 with identifier: 6725063auction106392
2026-03-26 15:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8386921-1a8b-50a3-9103-18c7bbeb9f95 with identifier: 6725063auction106392
2026-03-26 15:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8386921-1a8b-50a3-9103-18c7bbeb9f95 with identifier: 6725063auction106392 to the API
2026-03-26 15:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725063>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'c8386921-1a8b-50a3-9103-18c7bbeb9f95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725063',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7596,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 3-cylinder gasoline (100 hp) S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L 3-cylinder gasoline (100 hp) S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:23 [ecarstrade.be] INFO: Saving data for 6725063auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614710.457883, 'last_price_update_time': 1774537703.172965}
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725063auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6749433> (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-26 15: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-26 15:08:23 [ecarstrade.be] INFO: Extracting details for car 6749433auction106392
2026-03-26 15:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d521387f-3754-58db-bcdd-b470680eb4e4 with identifier: 6749433auction106392
2026-03-26 15:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d521387f-3754-58db-bcdd-b470680eb4e4 with scrape type 2
2026-03-26 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d521387f-3754-58db-bcdd-b470680eb4e4 with scrape type 2
2026-03-26 15:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d521387f-3754-58db-bcdd-b470680eb4e4, identifier: 6749433auction106392
2026-03-26 15:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d521387f-3754-58db-bcdd-b470680eb4e4 with identifier: 6749433auction106392
2026-03-26 15:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d521387f-3754-58db-bcdd-b470680eb4e4 with identifier: 6749433auction106392
2026-03-26 15:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d521387f-3754-58db-bcdd-b470680eb4e4 with identifier: 6749433auction106392 to the API
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6749433>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd521387f-3754-58db-bcdd-b470680eb4e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6749433',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 3138,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:23 [ecarstrade.be] INFO: Saving data for 6749433auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614740.896794, 'last_price_update_time': 1774537703.646498}
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6749433auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6746049> (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-26 15:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6746066> (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-26 15:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:24 [ecarstrade.be] INFO: Extracting details for car 6746049auction106392
2026-03-26 15:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68edb833-92c1-595d-a359-fca660037c3c with identifier: 6746049auction106392
2026-03-26 15:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68edb833-92c1-595d-a359-fca660037c3c with scrape type 2
2026-03-26 15:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68edb833-92c1-595d-a359-fca660037c3c with scrape type 2
2026-03-26 15:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68edb833-92c1-595d-a359-fca660037c3c, identifier: 6746049auction106392
2026-03-26 15:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68edb833-92c1-595d-a359-fca660037c3c with identifier: 6746049auction106392
2026-03-26 15:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68edb833-92c1-595d-a359-fca660037c3c with identifier: 6746049auction106392
2026-03-26 15:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68edb833-92c1-595d-a359-fca660037c3c with identifier: 6746049auction106392 to the API
2026-03-26 15:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6746049>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '68edb833-92c1-595d-a359-fca660037c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6746049',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 9792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:24 [ecarstrade.be] INFO: Saving data for 6746049auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614741.592565, 'last_price_update_time': 1774537704.827298}
2026-03-26 15:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6746049auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:24 [ecarstrade.be] INFO: Extracting details for car 6746066auction106392
2026-03-26 15:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb56af8-ab16-5847-8181-c87f606739cc with identifier: 6746066auction106392
2026-03-26 15:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb56af8-ab16-5847-8181-c87f606739cc with scrape type 2
2026-03-26 15:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb56af8-ab16-5847-8181-c87f606739cc with scrape type 2
2026-03-26 15:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb56af8-ab16-5847-8181-c87f606739cc, identifier: 6746066auction106392
2026-03-26 15:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb56af8-ab16-5847-8181-c87f606739cc with identifier: 6746066auction106392
2026-03-26 15:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb56af8-ab16-5847-8181-c87f606739cc with identifier: 6746066auction106392
2026-03-26 15:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb56af8-ab16-5847-8181-c87f606739cc with identifier: 6746066auction106392 to the API
2026-03-26 15:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6746066>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6cb56af8-ab16-5847-8181-c87f606739cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6746066',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 24849,
'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': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:25 [ecarstrade.be] INFO: Saving data for 6746066auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614776.334752, 'last_price_update_time': 1774537705.275305}
2026-03-26 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6746066auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6745390> (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-26 15: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-26 15:08:27 [ecarstrade.be] INFO: Extracting details for car 6745390auction106392
2026-03-26 15:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c8ae337-9f14-5277-a792-ddbfed0558aa with identifier: 6745390auction106392
2026-03-26 15:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8ae337-9f14-5277-a792-ddbfed0558aa with scrape type 2
2026-03-26 15:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c8ae337-9f14-5277-a792-ddbfed0558aa with scrape type 2
2026-03-26 15:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c8ae337-9f14-5277-a792-ddbfed0558aa, identifier: 6745390auction106392
2026-03-26 15:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c8ae337-9f14-5277-a792-ddbfed0558aa with identifier: 6745390auction106392
2026-03-26 15:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c8ae337-9f14-5277-a792-ddbfed0558aa with identifier: 6745390auction106392
2026-03-26 15:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c8ae337-9f14-5277-a792-ddbfed0558aa with identifier: 6745390auction106392 to the API
2026-03-26 15:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6745390>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '9c8ae337-9f14-5277-a792-ddbfed0558aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6745390',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 5715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:27 [ecarstrade.be] INFO: Saving data for 6745390auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614715.252422, 'last_price_update_time': 1774537707.882508}
2026-03-26 15:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6745390auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6742440> (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-26 15: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-26 15:08:28 [ecarstrade.be] INFO: Extracting details for car 6742440auction106392
2026-03-26 15:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf4c682-76f0-56b1-9c62-eb506ea95c66 with identifier: 6742440auction106392
2026-03-26 15:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf4c682-76f0-56b1-9c62-eb506ea95c66 with scrape type 2
2026-03-26 15:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf4c682-76f0-56b1-9c62-eb506ea95c66 with scrape type 2
2026-03-26 15:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcf4c682-76f0-56b1-9c62-eb506ea95c66, identifier: 6742440auction106392
2026-03-26 15:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcf4c682-76f0-56b1-9c62-eb506ea95c66 with identifier: 6742440auction106392
2026-03-26 15:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcf4c682-76f0-56b1-9c62-eb506ea95c66 with identifier: 6742440auction106392
2026-03-26 15:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcf4c682-76f0-56b1-9c62-eb506ea95c66 with identifier: 6742440auction106392 to the API
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6742440>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'bcf4c682-76f0-56b1-9c62-eb506ea95c66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6742440',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:28 [ecarstrade.be] INFO: Saving data for 6742440auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614774.81375, 'last_price_update_time': 1774537708.385105}
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6742440auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6737029> (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-26 15:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:28 [ecarstrade.be] INFO: Extracting details for car 6737029auction106392
2026-03-26 15:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b39cf1d1-0110-5649-9273-9a04367f16ab with identifier: 6737029auction106392
2026-03-26 15:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b39cf1d1-0110-5649-9273-9a04367f16ab with scrape type 2
2026-03-26 15:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b39cf1d1-0110-5649-9273-9a04367f16ab with scrape type 2
2026-03-26 15:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b39cf1d1-0110-5649-9273-9a04367f16ab, identifier: 6737029auction106392
2026-03-26 15:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b39cf1d1-0110-5649-9273-9a04367f16ab with identifier: 6737029auction106392
2026-03-26 15:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b39cf1d1-0110-5649-9273-9a04367f16ab with identifier: 6737029auction106392
2026-03-26 15:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b39cf1d1-0110-5649-9273-9a04367f16ab with identifier: 6737029auction106392 to the API
2026-03-26 15:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6737029>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'b39cf1d1-0110-5649-9273-9a04367f16ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6737029',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:29 [ecarstrade.be] INFO: Saving data for 6737029auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614762.862907, 'last_price_update_time': 1774537709.86894}
2026-03-26 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6737029auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6750730> (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-26 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6738189> (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-26 15:08:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:30 [ecarstrade.be] INFO: Extracting details for car 6750730auction106392
2026-03-26 15:08:30 [ecarstrade.be] INFO: Extracting details for car 6738189auction106392
2026-03-26 15:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d404b4-664f-5941-99c1-0bff38c60146 with identifier: 6750730auction106392
2026-03-26 15:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d404b4-664f-5941-99c1-0bff38c60146 with scrape type 2
2026-03-26 15:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d404b4-664f-5941-99c1-0bff38c60146 with scrape type 2
2026-03-26 15:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38d404b4-664f-5941-99c1-0bff38c60146, identifier: 6750730auction106392
2026-03-26 15:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e30c3da-6517-5840-8d3f-cd00a9e3676c with identifier: 6738189auction106392
2026-03-26 15:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e30c3da-6517-5840-8d3f-cd00a9e3676c with scrape type 2
2026-03-26 15:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e30c3da-6517-5840-8d3f-cd00a9e3676c with scrape type 2
2026-03-26 15:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e30c3da-6517-5840-8d3f-cd00a9e3676c, identifier: 6738189auction106392
2026-03-26 15:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38d404b4-664f-5941-99c1-0bff38c60146 with identifier: 6750730auction106392
2026-03-26 15:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38d404b4-664f-5941-99c1-0bff38c60146 with identifier: 6750730auction106392
2026-03-26 15:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38d404b4-664f-5941-99c1-0bff38c60146 with identifier: 6750730auction106392 to the API
2026-03-26 15:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6750730>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '38d404b4-664f-5941-99c1-0bff38c60146',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6750730',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 34310,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid4 300 e-EAT8 GT',
'transmission': 'automatic',
'trim': 'Hybrid4 300 e-EAT8 GT',
'vin': None,
'year': 2022}
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:31 [ecarstrade.be] INFO: Saving data for 6750730auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614743.005755, 'last_price_update_time': 1774537711.623107}
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6750730auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e30c3da-6517-5840-8d3f-cd00a9e3676c with identifier: 6738189auction106392
2026-03-26 15:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e30c3da-6517-5840-8d3f-cd00a9e3676c with identifier: 6738189auction106392
2026-03-26 15:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e30c3da-6517-5840-8d3f-cd00a9e3676c with identifier: 6738189auction106392 to the API
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6738189>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '5e30c3da-6517-5840-8d3f-cd00a9e3676c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6738189',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:31 [ecarstrade.be] INFO: Saving data for 6738189auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614764.649428, 'last_price_update_time': 1774537711.907601}
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6738189auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6763813> (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-26 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777603> (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-26 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777605> (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-26 15:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:32 [ecarstrade.be] INFO: Extracting details for car 6763813auction106392
2026-03-26 15:08:32 [ecarstrade.be] INFO: Extracting details for car 6777603auction106392
2026-03-26 15:08:32 [ecarstrade.be] INFO: Extracting details for car 6777605auction106392
2026-03-26 15:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-26 15:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de, identifier: 6763813auction106392
2026-03-26 15:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e82e9578-8dde-5609-a45c-75ceb61596fb with identifier: 6777603auction106392
2026-03-26 15:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e82e9578-8dde-5609-a45c-75ceb61596fb with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e82e9578-8dde-5609-a45c-75ceb61596fb with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e82e9578-8dde-5609-a45c-75ceb61596fb, identifier: 6777603auction106392
2026-03-26 15:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34e33a53-5846-5bbe-b577-1e3406e8726d with identifier: 6777605auction106392
2026-03-26 15:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34e33a53-5846-5bbe-b577-1e3406e8726d with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34e33a53-5846-5bbe-b577-1e3406e8726d with scrape type 2
2026-03-26 15:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34e33a53-5846-5bbe-b577-1e3406e8726d, identifier: 6777605auction106392
2026-03-26 15:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-26 15:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-26 15:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392 to the API
2026-03-26 15:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6763813>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8b7af09c-5c7c-5c1e-ace8-0cc410a997de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6763813',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:32 [ecarstrade.be] INFO: Saving data for 6763813auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614792.649885, 'last_price_update_time': 1774537712.644551}
2026-03-26 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6763813auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e82e9578-8dde-5609-a45c-75ceb61596fb with identifier: 6777603auction106392
2026-03-26 15:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e82e9578-8dde-5609-a45c-75ceb61596fb with identifier: 6777603auction106392
2026-03-26 15:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e82e9578-8dde-5609-a45c-75ceb61596fb with identifier: 6777603auction106392 to the API
2026-03-26 15:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777603>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'e82e9578-8dde-5609-a45c-75ceb61596fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777603',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 37586,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (90 hp) gasoline',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (90 hp) gasoline',
'vin': None,
'year': 2024}
2026-03-26 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:33 [ecarstrade.be] INFO: Saving data for 6777603auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676901.118531, 'last_price_update_time': 1774537713.952502}
2026-03-26 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777603auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34e33a53-5846-5bbe-b577-1e3406e8726d with identifier: 6777605auction106392
2026-03-26 15:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34e33a53-5846-5bbe-b577-1e3406e8726d with identifier: 6777605auction106392
2026-03-26 15:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34e33a53-5846-5bbe-b577-1e3406e8726d with identifier: 6777605auction106392 to the API
2026-03-26 15:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777605>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '34e33a53-5846-5bbe-b577-1e3406e8726d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777605',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 36826,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:34 [ecarstrade.be] INFO: Saving data for 6777605auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614823.612818, 'last_price_update_time': 1774537714.848615}
2026-03-26 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777605auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777604> (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-26 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777602> (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-26 15: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-26 15: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-26 15:08:34 [ecarstrade.be] INFO: Extracting details for car 6777604auction106392
2026-03-26 15:08:35 [ecarstrade.be] INFO: Extracting details for car 6777602auction106392
2026-03-26 15:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 580e9ed7-d244-5e35-a64e-56ef84a48c22 with identifier: 6777604auction106392
2026-03-26 15:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 580e9ed7-d244-5e35-a64e-56ef84a48c22 with scrape type 2
2026-03-26 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 580e9ed7-d244-5e35-a64e-56ef84a48c22 with scrape type 2
2026-03-26 15:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 580e9ed7-d244-5e35-a64e-56ef84a48c22, identifier: 6777604auction106392
2026-03-26 15:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1d0bcf-301c-519c-919a-5b27c219a6ba with identifier: 6777602auction106392
2026-03-26 15:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1d0bcf-301c-519c-919a-5b27c219a6ba with scrape type 2
2026-03-26 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1d0bcf-301c-519c-919a-5b27c219a6ba with scrape type 2
2026-03-26 15:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd1d0bcf-301c-519c-919a-5b27c219a6ba, identifier: 6777602auction106392
2026-03-26 15:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 580e9ed7-d244-5e35-a64e-56ef84a48c22 with identifier: 6777604auction106392
2026-03-26 15:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 580e9ed7-d244-5e35-a64e-56ef84a48c22 with identifier: 6777604auction106392
2026-03-26 15:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 580e9ed7-d244-5e35-a64e-56ef84a48c22 with identifier: 6777604auction106392 to the API
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777604>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '580e9ed7-d244-5e35-a64e-56ef84a48c22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777604',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 41368,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (Turbo) 90 hp',
'vin': None,
'year': 2024}
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:35 [ecarstrade.be] INFO: Saving data for 6777604auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676900.65762, 'last_price_update_time': 1774537715.565474}
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777604auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd1d0bcf-301c-519c-919a-5b27c219a6ba with identifier: 6777602auction106392
2026-03-26 15:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd1d0bcf-301c-519c-919a-5b27c219a6ba with identifier: 6777602auction106392
2026-03-26 15:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd1d0bcf-301c-519c-919a-5b27c219a6ba with identifier: 6777602auction106392 to the API
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777602>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'cd1d0bcf-301c-519c-919a-5b27c219a6ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777602',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 38968,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:35 [ecarstrade.be] INFO: Saving data for 6777602auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614784.356809, 'last_price_update_time': 1774537715.848289}
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777602auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777601> (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-26 15:08:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:36 [ecarstrade.be] INFO: Extracting details for car 6777601auction106392
2026-03-26 15:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fe903b0-ab33-56e6-8098-35596e2b1774 with identifier: 6777601auction106392
2026-03-26 15:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fe903b0-ab33-56e6-8098-35596e2b1774 with scrape type 2
2026-03-26 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fe903b0-ab33-56e6-8098-35596e2b1774 with scrape type 2
2026-03-26 15:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fe903b0-ab33-56e6-8098-35596e2b1774, identifier: 6777601auction106392
2026-03-26 15:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fe903b0-ab33-56e6-8098-35596e2b1774 with identifier: 6777601auction106392
2026-03-26 15:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fe903b0-ab33-56e6-8098-35596e2b1774 with identifier: 6777601auction106392
2026-03-26 15:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fe903b0-ab33-56e6-8098-35596e2b1774 with identifier: 6777601auction106392 to the API
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777601>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6fe903b0-ab33-56e6-8098-35596e2b1774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777601',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 34800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:36 [ecarstrade.be] INFO: Saving data for 6777601auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614765.227706, 'last_price_update_time': 1774537716.865336}
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777601auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777591> (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-26 15:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:38 [ecarstrade.be] INFO: Extracting details for car 6777591auction106392
2026-03-26 15:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ca8c729-54c0-5f70-be71-ab52ff55a559 with identifier: 6777591auction106392
2026-03-26 15:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ca8c729-54c0-5f70-be71-ab52ff55a559 with scrape type 2
2026-03-26 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ca8c729-54c0-5f70-be71-ab52ff55a559 with scrape type 2
2026-03-26 15:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ca8c729-54c0-5f70-be71-ab52ff55a559, identifier: 6777591auction106392
2026-03-26 15:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ca8c729-54c0-5f70-be71-ab52ff55a559 with identifier: 6777591auction106392
2026-03-26 15:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ca8c729-54c0-5f70-be71-ab52ff55a559 with identifier: 6777591auction106392
2026-03-26 15:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ca8c729-54c0-5f70-be71-ab52ff55a559 with identifier: 6777591auction106392 to the API
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777591>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '8ca8c729-54c0-5f70-be71-ab52ff55a559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777591',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 7402,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:38 [ecarstrade.be] INFO: Saving data for 6777591auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614775.19554, 'last_price_update_time': 1774537718.638827}
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777591auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6776756> (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-26 15: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-26 15:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6761373> (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-26 15: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-26 15:08:40 [ecarstrade.be] INFO: Extracting details for car 6776756auction106392
2026-03-26 15:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 853b534e-ae3f-5179-9ec4-a505dd5a2198 with identifier: 6776756auction106392
2026-03-26 15:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 853b534e-ae3f-5179-9ec4-a505dd5a2198 with scrape type 2
2026-03-26 15:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 853b534e-ae3f-5179-9ec4-a505dd5a2198 with scrape type 2
2026-03-26 15:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 853b534e-ae3f-5179-9ec4-a505dd5a2198, identifier: 6776756auction106392
2026-03-26 15:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 853b534e-ae3f-5179-9ec4-a505dd5a2198 with identifier: 6776756auction106392
2026-03-26 15:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 853b534e-ae3f-5179-9ec4-a505dd5a2198 with identifier: 6776756auction106392
2026-03-26 15:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 853b534e-ae3f-5179-9ec4-a505dd5a2198 with identifier: 6776756auction106392 to the API
2026-03-26 15:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6776756>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '853b534e-ae3f-5179-9ec4-a505dd5a2198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6776756',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 12990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2023}
2026-03-26 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:41 [ecarstrade.be] INFO: Saving data for 6776756auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614793.287134, 'last_price_update_time': 1774537721.953272}
2026-03-26 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6776756auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:41 [ecarstrade.be] INFO: Extracting details for car 6761373auction106392
2026-03-26 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6776880> (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-26 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6765306> (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-26 15: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-26 15: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-26 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6759417> (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-26 15:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with identifier: 6761373auction106392
2026-03-26 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8e6fae1-3f38-5fba-aaa9-1adb9e455086, identifier: 6761373auction106392
2026-03-26 15:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with identifier: 6761373auction106392
2026-03-26 15:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with identifier: 6761373auction106392
2026-03-26 15:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8e6fae1-3f38-5fba-aaa9-1adb9e455086 with identifier: 6761373auction106392 to the API
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6761373>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd8e6fae1-3f38-5fba-aaa9-1adb9e455086',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6761373',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:42 [ecarstrade.be] INFO: Saving data for 6761373auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614727.582708, 'last_price_update_time': 1774537722.352368}
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6761373auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:42 [ecarstrade.be] INFO: Extracting details for car 6776880auction106392
2026-03-26 15:08:42 [ecarstrade.be] INFO: Extracting details for car 6765306auction106392
2026-03-26 15:08:42 [ecarstrade.be] INFO: Extracting details for car 6759417auction106392
2026-03-26 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50cda1f5-4724-5dc7-8695-ef0668591513 with identifier: 6776880auction106392
2026-03-26 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50cda1f5-4724-5dc7-8695-ef0668591513 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50cda1f5-4724-5dc7-8695-ef0668591513 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50cda1f5-4724-5dc7-8695-ef0668591513, identifier: 6776880auction106392
2026-03-26 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b5c102-b2bd-5138-a940-3c7177f2b1fc with identifier: 6765306auction106392
2026-03-26 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b5c102-b2bd-5138-a940-3c7177f2b1fc with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b5c102-b2bd-5138-a940-3c7177f2b1fc with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1b5c102-b2bd-5138-a940-3c7177f2b1fc, identifier: 6765306auction106392
2026-03-26 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242505fd-3262-56af-ac61-83e6bd3365c6 with identifier: 6759417auction106392
2026-03-26 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242505fd-3262-56af-ac61-83e6bd3365c6 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242505fd-3262-56af-ac61-83e6bd3365c6 with scrape type 2
2026-03-26 15:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 242505fd-3262-56af-ac61-83e6bd3365c6, identifier: 6759417auction106392
2026-03-26 15:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50cda1f5-4724-5dc7-8695-ef0668591513 with identifier: 6776880auction106392
2026-03-26 15:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50cda1f5-4724-5dc7-8695-ef0668591513 with identifier: 6776880auction106392
2026-03-26 15:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50cda1f5-4724-5dc7-8695-ef0668591513 with identifier: 6776880auction106392 to the API
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6776880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '50cda1f5-4724-5dc7-8695-ef0668591513',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6776880',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4432,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:42 [ecarstrade.be] INFO: Saving data for 6776880auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614795.13931, 'last_price_update_time': 1774537722.955107}
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6776880auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1b5c102-b2bd-5138-a940-3c7177f2b1fc with identifier: 6765306auction106392
2026-03-26 15:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1b5c102-b2bd-5138-a940-3c7177f2b1fc with identifier: 6765306auction106392
2026-03-26 15:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1b5c102-b2bd-5138-a940-3c7177f2b1fc with identifier: 6765306auction106392 to the API
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6765306>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd1b5c102-b2bd-5138-a940-3c7177f2b1fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6765306',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:43 [ecarstrade.be] INFO: Saving data for 6765306auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614794.175442, 'last_price_update_time': 1774537723.273698}
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6765306auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 242505fd-3262-56af-ac61-83e6bd3365c6 with identifier: 6759417auction106392
2026-03-26 15:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 242505fd-3262-56af-ac61-83e6bd3365c6 with identifier: 6759417auction106392
2026-03-26 15:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 242505fd-3262-56af-ac61-83e6bd3365c6 with identifier: 6759417auction106392 to the API
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6759417>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '242505fd-3262-56af-ac61-83e6bd3365c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6759417',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24274,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:43 [ecarstrade.be] INFO: Saving data for 6759417auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614725.340695, 'last_price_update_time': 1774537723.737338}
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6759417auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6760076> (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-26 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6755896> (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-26 15:08:43 [ecarstrade.be] INFO: Extracting details for car 6760076auction106392
2026-03-26 15:08:43 [ecarstrade.be] INFO: Extracting details for car 6755896auction106392
2026-03-26 15:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5841df0-12bc-5a9d-b9af-511eedcc88c1 with identifier: 6760076auction106392
2026-03-26 15:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5841df0-12bc-5a9d-b9af-511eedcc88c1 with scrape type 2
2026-03-26 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5841df0-12bc-5a9d-b9af-511eedcc88c1 with scrape type 2
2026-03-26 15:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5841df0-12bc-5a9d-b9af-511eedcc88c1, identifier: 6760076auction106392
2026-03-26 15:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with identifier: 6755896auction106392
2026-03-26 15:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with scrape type 2
2026-03-26 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with scrape type 2
2026-03-26 15:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c25367a3-fdc6-57b5-aa7c-71eddbda3c65, identifier: 6755896auction106392
2026-03-26 15:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5841df0-12bc-5a9d-b9af-511eedcc88c1 with identifier: 6760076auction106392
2026-03-26 15:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5841df0-12bc-5a9d-b9af-511eedcc88c1 with identifier: 6760076auction106392
2026-03-26 15:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5841df0-12bc-5a9d-b9af-511eedcc88c1 with identifier: 6760076auction106392 to the API
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6760076>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd5841df0-12bc-5a9d-b9af-511eedcc88c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6760076',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19483,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:44 [ecarstrade.be] INFO: Saving data for 6760076auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614730.649029, 'last_price_update_time': 1774537724.479267}
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6760076auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with identifier: 6755896auction106392
2026-03-26 15:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with identifier: 6755896auction106392
2026-03-26 15:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c25367a3-fdc6-57b5-aa7c-71eddbda3c65 with identifier: 6755896auction106392 to the API
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6755896>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'c25367a3-fdc6-57b5-aa7c-71eddbda3c65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6755896',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17544,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:44 [ecarstrade.be] INFO: Saving data for 6755896auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614728.22602, 'last_price_update_time': 1774537724.921934}
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6755896auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6754290> (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-26 15:08:48 [ecarstrade.be] INFO: Extracting details for car 6754290auction106392
2026-03-26 15:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbd14eec-aff8-522d-8a36-22be1c60cd1c with identifier: 6754290auction106392
2026-03-26 15:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbd14eec-aff8-522d-8a36-22be1c60cd1c with scrape type 2
2026-03-26 15:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbd14eec-aff8-522d-8a36-22be1c60cd1c with scrape type 2
2026-03-26 15:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbd14eec-aff8-522d-8a36-22be1c60cd1c, identifier: 6754290auction106392
2026-03-26 15:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbd14eec-aff8-522d-8a36-22be1c60cd1c with identifier: 6754290auction106392
2026-03-26 15:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbd14eec-aff8-522d-8a36-22be1c60cd1c with identifier: 6754290auction106392
2026-03-26 15:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbd14eec-aff8-522d-8a36-22be1c60cd1c with identifier: 6754290auction106392 to the API
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6754290>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'dbd14eec-aff8-522d-8a36-22be1c60cd1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6754290',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23605,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:49 [ecarstrade.be] INFO: Saving data for 6754290auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614743.542507, 'last_price_update_time': 1774537729.350792}
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6754290auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6754289> (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-26 15:08:49 [ecarstrade.be] INFO: Extracting details for car 6754289auction106392
2026-03-26 15:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a62344d-6f71-5710-bbb5-6a0cc5feadce with identifier: 6754289auction106392
2026-03-26 15:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a62344d-6f71-5710-bbb5-6a0cc5feadce with scrape type 2
2026-03-26 15:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a62344d-6f71-5710-bbb5-6a0cc5feadce with scrape type 2
2026-03-26 15:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a62344d-6f71-5710-bbb5-6a0cc5feadce, identifier: 6754289auction106392
2026-03-26 15:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a62344d-6f71-5710-bbb5-6a0cc5feadce with identifier: 6754289auction106392
2026-03-26 15:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a62344d-6f71-5710-bbb5-6a0cc5feadce with identifier: 6754289auction106392
2026-03-26 15:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a62344d-6f71-5710-bbb5-6a0cc5feadce with identifier: 6754289auction106392 to the API
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6754289>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1a62344d-6f71-5710-bbb5-6a0cc5feadce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6754289',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4769,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:49 [ecarstrade.be] INFO: Saving data for 6754289auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614742.425645, 'last_price_update_time': 1774537729.860486}
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6754289auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6737028> (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-26 15:08:50 [ecarstrade.be] INFO: Extracting details for car 6737028auction106392
2026-03-26 15:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with identifier: 6737028auction106392
2026-03-26 15:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with scrape type 2
2026-03-26 15:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with scrape type 2
2026-03-26 15:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf302f06-9553-5aa5-a6cb-b978a28c8ea9, identifier: 6737028auction106392
2026-03-26 15:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with identifier: 6737028auction106392
2026-03-26 15:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with identifier: 6737028auction106392
2026-03-26 15:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf302f06-9553-5aa5-a6cb-b978a28c8ea9 with identifier: 6737028auction106392 to the API
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6737028>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'bf302f06-9553-5aa5-a6cb-b978a28c8ea9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6737028',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:51 [ecarstrade.be] INFO: Saving data for 6737028auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614762.353334, 'last_price_update_time': 1774537731.636307}
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6737028auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6732946> (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-26 15:08:51 [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-26 15:08:51 [ecarstrade.be] INFO: Extracting details for car 6732946auction106392
2026-03-26 15:08:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71f29083-2a91-51f2-b0cb-569d3e6565f0 with identifier: 6732946auction106392
2026-03-26 15:08:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71f29083-2a91-51f2-b0cb-569d3e6565f0 with scrape type 2
2026-03-26 15:08:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71f29083-2a91-51f2-b0cb-569d3e6565f0 with scrape type 2
2026-03-26 15:08:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71f29083-2a91-51f2-b0cb-569d3e6565f0, identifier: 6732946auction106392
2026-03-26 15:08:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71f29083-2a91-51f2-b0cb-569d3e6565f0 with identifier: 6732946auction106392
2026-03-26 15:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71f29083-2a91-51f2-b0cb-569d3e6565f0 with identifier: 6732946auction106392
2026-03-26 15:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71f29083-2a91-51f2-b0cb-569d3e6565f0 with identifier: 6732946auction106392 to the API
2026-03-26 15:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6732946>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '71f29083-2a91-51f2-b0cb-569d3e6565f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6732946',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 1481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Saving data for 6732946auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614761.098564, 'last_price_update_time': 1774537732.159446}
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6732946auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 2
2026-03-26 15:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777643auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777643auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777643auction106392: 1
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 2
2026-03-26 15:08:52 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:52 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 2
2026-03-26 15:08:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777609> (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-26 15:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:58 [ecarstrade.be] INFO: Extracting details for car 6777609auction106392
2026-03-26 15:08:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777608> (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-26 15:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with identifier: 6777609auction106392
2026-03-26 15:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with scrape type 2
2026-03-26 15:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with scrape type 2
2026-03-26 15:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372, identifier: 6777609auction106392
2026-03-26 15:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with identifier: 6777609auction106392
2026-03-26 15:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with identifier: 6777609auction106392
2026-03-26 15:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 942b68ba-b5b1-5a6c-9594-fe4cf5ba2372 with identifier: 6777609auction106392 to the API
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777609>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '942b68ba-b5b1-5a6c-9594-fe4cf5ba2372',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777609',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 39689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:58 [ecarstrade.be] INFO: Saving data for 6777609auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614825.202204, 'last_price_update_time': 1774537738.830661}
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777609auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:58 [ecarstrade.be] INFO: Extracting details for car 6777608auction106392
2026-03-26 15:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66763997-be97-52e5-8ecf-446249e70429 with identifier: 6777608auction106392
2026-03-26 15:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66763997-be97-52e5-8ecf-446249e70429 with scrape type 2
2026-03-26 15:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66763997-be97-52e5-8ecf-446249e70429 with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66763997-be97-52e5-8ecf-446249e70429, identifier: 6777608auction106392
2026-03-26 15:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66763997-be97-52e5-8ecf-446249e70429 with identifier: 6777608auction106392
2026-03-26 15:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66763997-be97-52e5-8ecf-446249e70429 with identifier: 6777608auction106392
2026-03-26 15:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66763997-be97-52e5-8ecf-446249e70429 with identifier: 6777608auction106392 to the API
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:08: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-26 15:08:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777608>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '66763997-be97-52e5-8ecf-446249e70429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777608',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 35001,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:59 [ecarstrade.be] INFO: Saving data for 6777608auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614822.827096, 'last_price_update_time': 1774537739.319884}
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777608auction106392') HTTP/1.1" 204 0
2026-03-26 15:08:59 [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-26 15:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777613> (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-26 15:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777611> (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-26 15: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-26 15: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-26 15: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-26 15:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777607> (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-26 15: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-26 15:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777610> (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-26 15: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-26 15:08:59 [ecarstrade.be] INFO: Extracting details for car 6777613auction106392
2026-03-26 15:08:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:08:59 [ecarstrade.be] INFO: Extracting details for car 6777611auction106392
2026-03-26 15:08:59 [ecarstrade.be] INFO: Extracting details for car 6777607auction106392
2026-03-26 15:08:59 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:59 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 2
2026-03-26 15:08:59 [ecarstrade.be] INFO: Extracting details for car 6777610auction106392
2026-03-26 15:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3572a350-530a-5b83-8721-39c9dc945e58 with identifier: 6777613auction106392
2026-03-26 15:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3572a350-530a-5b83-8721-39c9dc945e58 with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3572a350-530a-5b83-8721-39c9dc945e58 with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3572a350-530a-5b83-8721-39c9dc945e58, identifier: 6777613auction106392
2026-03-26 15:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28832ea4-2733-502a-a516-2930ddea06dc with identifier: 6777611auction106392
2026-03-26 15:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28832ea4-2733-502a-a516-2930ddea06dc with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28832ea4-2733-502a-a516-2930ddea06dc with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28832ea4-2733-502a-a516-2930ddea06dc, identifier: 6777611auction106392
2026-03-26 15:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510b1b5b-3d6d-5951-975a-cabb3488afdf with identifier: 6777607auction106392
2026-03-26 15:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510b1b5b-3d6d-5951-975a-cabb3488afdf with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510b1b5b-3d6d-5951-975a-cabb3488afdf with scrape type 2
2026-03-26 15:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 510b1b5b-3d6d-5951-975a-cabb3488afdf, identifier: 6777607auction106392
2026-03-26 15:08:59 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:08:59 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 2
2026-03-26 15:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3572a350-530a-5b83-8721-39c9dc945e58 with identifier: 6777613auction106392
2026-03-26 15:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3572a350-530a-5b83-8721-39c9dc945e58 with identifier: 6777613auction106392
2026-03-26 15:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3572a350-530a-5b83-8721-39c9dc945e58 with identifier: 6777613auction106392 to the API
2026-03-26 15:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777613>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '3572a350-530a-5b83-8721-39c9dc945e58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777613',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42494,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:00 [ecarstrade.be] INFO: Saving data for 6777613auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614816.420844, 'last_price_update_time': 1774537740.182958}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777613auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28832ea4-2733-502a-a516-2930ddea06dc with identifier: 6777611auction106392
2026-03-26 15:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28832ea4-2733-502a-a516-2930ddea06dc with identifier: 6777611auction106392
2026-03-26 15:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28832ea4-2733-502a-a516-2930ddea06dc with identifier: 6777611auction106392 to the API
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '28832ea4-2733-502a-a516-2930ddea06dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777611',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 31185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:00 [ecarstrade.be] INFO: Saving data for 6777611auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614818.152451, 'last_price_update_time': 1774537740.536154}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777611auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 510b1b5b-3d6d-5951-975a-cabb3488afdf with identifier: 6777607auction106392
2026-03-26 15:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 510b1b5b-3d6d-5951-975a-cabb3488afdf with identifier: 6777607auction106392
2026-03-26 15:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 510b1b5b-3d6d-5951-975a-cabb3488afdf with identifier: 6777607auction106392 to the API
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777607>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '510b1b5b-3d6d-5951-975a-cabb3488afdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777607',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 38850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:00 [ecarstrade.be] INFO: Saving data for 6777607auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676901.547231, 'last_price_update_time': 1774537740.828998}
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777607auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with identifier: 6777610auction106392
2026-03-26 15:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with scrape type 2
2026-03-26 15:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with scrape type 2
2026-03-26 15:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 842f8e32-0b5d-5fd3-828c-c013e45c62b4, identifier: 6777610auction106392
2026-03-26 15:09:00 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-26 15:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:00 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 2
2026-03-26 15:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with identifier: 6777610auction106392
2026-03-26 15:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with identifier: 6777610auction106392
2026-03-26 15:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 842f8e32-0b5d-5fd3-828c-c013e45c62b4 with identifier: 6777610auction106392 to the API
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09: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-26 15:09:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777610>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '842f8e32-0b5d-5fd3-828c-c013e45c62b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777610',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 37921,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Saving data for 6777610auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614818.816829, 'last_price_update_time': 1774537741.243991}
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777610auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 2
2026-03-26 15:09:01 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:01 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 2
2026-03-26 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6754292> (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-26 15:09:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:04 [ecarstrade.be] INFO: Extracting details for car 6754292auction106392
2026-03-26 15:09:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd72ef12-290f-5e85-9474-06b234ad97cf with identifier: 6754292auction106392
2026-03-26 15:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd72ef12-290f-5e85-9474-06b234ad97cf with scrape type 2
2026-03-26 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd72ef12-290f-5e85-9474-06b234ad97cf with scrape type 2
2026-03-26 15:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd72ef12-290f-5e85-9474-06b234ad97cf, identifier: 6754292auction106392
2026-03-26 15:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd72ef12-290f-5e85-9474-06b234ad97cf with identifier: 6754292auction106392
2026-03-26 15:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd72ef12-290f-5e85-9474-06b234ad97cf with identifier: 6754292auction106392
2026-03-26 15:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd72ef12-290f-5e85-9474-06b234ad97cf with identifier: 6754292auction106392 to the API
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09: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-26 15:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6754292>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'cd72ef12-290f-5e85-9474-06b234ad97cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6754292',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:05 [ecarstrade.be] INFO: Saving data for 6754292auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772614730.108001, 'last_price_update_time': 1774537745.252511}
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6754292auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777622> (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-26 15:09:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:05 [ecarstrade.be] INFO: Extracting details for car 6777622auction106392
2026-03-26 15:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ad5a7f-f7df-5033-8186-3c5fe75817bf with identifier: 6777622auction106392
2026-03-26 15:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ad5a7f-f7df-5033-8186-3c5fe75817bf with scrape type 2
2026-03-26 15:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99ad5a7f-f7df-5033-8186-3c5fe75817bf with scrape type 2
2026-03-26 15:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99ad5a7f-f7df-5033-8186-3c5fe75817bf, identifier: 6777622auction106392
2026-03-26 15:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99ad5a7f-f7df-5033-8186-3c5fe75817bf with identifier: 6777622auction106392
2026-03-26 15:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99ad5a7f-f7df-5033-8186-3c5fe75817bf with identifier: 6777622auction106392
2026-03-26 15:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99ad5a7f-f7df-5033-8186-3c5fe75817bf with identifier: 6777622auction106392 to the API
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09: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-26 15:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777622>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '99ad5a7f-f7df-5033-8186-3c5fe75817bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777622',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 39945,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:05 [ecarstrade.be] INFO: Saving data for 6777622auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676871.547178, 'last_price_update_time': 1774537745.86321}
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777622auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777633> (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-26 15:09:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:06 [ecarstrade.be] INFO: Extracting details for car 6777633auction106392
2026-03-26 15:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d088105f-d06f-57a1-9db0-0a0d68b485cb with identifier: 6777633auction106392
2026-03-26 15:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d088105f-d06f-57a1-9db0-0a0d68b485cb with scrape type 2
2026-03-26 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d088105f-d06f-57a1-9db0-0a0d68b485cb with scrape type 2
2026-03-26 15:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d088105f-d06f-57a1-9db0-0a0d68b485cb, identifier: 6777633auction106392
2026-03-26 15:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d088105f-d06f-57a1-9db0-0a0d68b485cb with identifier: 6777633auction106392
2026-03-26 15:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d088105f-d06f-57a1-9db0-0a0d68b485cb with identifier: 6777633auction106392
2026-03-26 15:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d088105f-d06f-57a1-9db0-0a0d68b485cb with identifier: 6777633auction106392 to the API
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777633>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd088105f-d06f-57a1-9db0-0a0d68b485cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777633',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 36972,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:06 [ecarstrade.be] INFO: Saving data for 6777633auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676877.497806, 'last_price_update_time': 1774537746.367077}
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777633auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:06 [scrapy.extensions.logstats] INFO: Crawled 1095 pages (at 53 pages/min), scraped 955 items (at 46 items/min)
2026-03-26 15:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777643> (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-26 15: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-26 15:09:07 [ecarstrade.be] INFO: Extracting details for car 6777643auction106392
2026-03-26 15:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b01a2d8-db62-5983-97d4-43c62291ec68 with identifier: 6777643auction106392
2026-03-26 15:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b01a2d8-db62-5983-97d4-43c62291ec68 with scrape type 1
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1768766357%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_001/780x0__r.jpg?hash=1768766357 not downloaded yet
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1768766357%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_002/780x0__r.jpg?hash=1768766357 not downloaded yet
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1768766358%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_003/780x0__r.jpg?hash=1768766358 not downloaded yet
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1768766358%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_004/780x0__r.jpg?hash=1768766358 not downloaded yet
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1768766358%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_005/780x0__r.jpg?hash=1768766358 not downloaded yet
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6770001-6780000%252F6777643%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1768766358%27 HTTP/1.1" 200 None
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_006/780x0__r.jpg?hash=1768766358 not downloaded yet
2026-03-26 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777638> (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-26 15: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-26 15:09:07 [ecarstrade.be] INFO: Extracting details for car 6777638auction106392
2026-03-26 15:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8e8d5b0-72a8-564a-bf82-490d3700ca57 with identifier: 6777638auction106392
2026-03-26 15:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8e8d5b0-72a8-564a-bf82-490d3700ca57 with scrape type 2
2026-03-26 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8e8d5b0-72a8-564a-bf82-490d3700ca57 with scrape type 2
2026-03-26 15:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8e8d5b0-72a8-564a-bf82-490d3700ca57, identifier: 6777638auction106392
2026-03-26 15:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8e8d5b0-72a8-564a-bf82-490d3700ca57 with identifier: 6777638auction106392
2026-03-26 15:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8e8d5b0-72a8-564a-bf82-490d3700ca57 with identifier: 6777638auction106392
2026-03-26 15:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8e8d5b0-72a8-564a-bf82-490d3700ca57 with identifier: 6777638auction106392 to the API
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777638>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'b8e8d5b0-72a8-564a-bf82-490d3700ca57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777638',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 38177,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 ch)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 ch)',
'vin': None,
'year': 2024}
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:08 [ecarstrade.be] INFO: Saving data for 6777638auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676875.583028, 'last_price_update_time': 1774537748.304891}
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777638auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777637> (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-26 15: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-26 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777780> (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-26 15: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-26 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777634> (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-26 15: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-26 15:09:08 [ecarstrade.be] INFO: Extracting details for car 6777637auction106392
2026-03-26 15:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36a0b40-056c-5155-9c71-d7a65fe8a2eb with identifier: 6777637auction106392
2026-03-26 15:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36a0b40-056c-5155-9c71-d7a65fe8a2eb with scrape type 2
2026-03-26 15:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36a0b40-056c-5155-9c71-d7a65fe8a2eb with scrape type 2
2026-03-26 15:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e36a0b40-056c-5155-9c71-d7a65fe8a2eb, identifier: 6777637auction106392
2026-03-26 15:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e36a0b40-056c-5155-9c71-d7a65fe8a2eb with identifier: 6777637auction106392
2026-03-26 15:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e36a0b40-056c-5155-9c71-d7a65fe8a2eb with identifier: 6777637auction106392
2026-03-26 15:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e36a0b40-056c-5155-9c71-d7a65fe8a2eb with identifier: 6777637auction106392 to the API
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777637>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'e36a0b40-056c-5155-9c71-d7a65fe8a2eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777637',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 33215,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:08 [ecarstrade.be] INFO: Saving data for 6777637auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676876.897199, 'last_price_update_time': 1774537748.819722}
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777637auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:08 [ecarstrade.be] INFO: Extracting details for car 6777780auction106392
2026-03-26 15:09:08 [ecarstrade.be] INFO: Extracting details for car 6777634auction106392
2026-03-26 15:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with identifier: 6777780auction106392
2026-03-26 15:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with scrape type 2
2026-03-26 15:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with scrape type 2
2026-03-26 15:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35352f8b-915b-5b20-8ae7-3ba836e7ab6a, identifier: 6777780auction106392
2026-03-26 15:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e205674-ee70-5679-9a65-c42a81cc86df with identifier: 6777634auction106392
2026-03-26 15:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e205674-ee70-5679-9a65-c42a81cc86df with scrape type 2
2026-03-26 15:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e205674-ee70-5679-9a65-c42a81cc86df with scrape type 2
2026-03-26 15:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e205674-ee70-5679-9a65-c42a81cc86df, identifier: 6777634auction106392
2026-03-26 15:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with identifier: 6777780auction106392
2026-03-26 15:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with identifier: 6777780auction106392
2026-03-26 15:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35352f8b-915b-5b20-8ae7-3ba836e7ab6a with identifier: 6777780auction106392 to the API
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777780>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '35352f8b-915b-5b20-8ae7-3ba836e7ab6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777780',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 28803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Tonale Ti 1.5L Hybrid (HEV) 160 hp',
'transmission': 'automatic',
'trim': 'Ti 1.5L Hybrid (HEV) 160 hp',
'vin': None,
'year': 2023}
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:09 [ecarstrade.be] INFO: Saving data for 6777780auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676895.564609, 'last_price_update_time': 1774537749.406108}
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777780auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e205674-ee70-5679-9a65-c42a81cc86df with identifier: 6777634auction106392
2026-03-26 15:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e205674-ee70-5679-9a65-c42a81cc86df with identifier: 6777634auction106392
2026-03-26 15:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e205674-ee70-5679-9a65-c42a81cc86df with identifier: 6777634auction106392 to the API
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777634>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '7e205674-ee70-5679-9a65-c42a81cc86df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777634',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 38693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (Turbo) 90 hp',
'vin': None,
'year': 2024}
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:09 [ecarstrade.be] INFO: Saving data for 6777634auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676878.050091, 'last_price_update_time': 1774537749.702444}
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777634auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780522> (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-26 15: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-26 15:09:12 [ecarstrade.be] INFO: Extracting details for car 6780522auction106392
2026-03-26 15:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142e55b7-0ab6-57d2-8642-2d297caff7c0 with identifier: 6780522auction106392
2026-03-26 15:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142e55b7-0ab6-57d2-8642-2d297caff7c0 with scrape type 2
2026-03-26 15:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142e55b7-0ab6-57d2-8642-2d297caff7c0 with scrape type 2
2026-03-26 15:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 142e55b7-0ab6-57d2-8642-2d297caff7c0, identifier: 6780522auction106392
2026-03-26 15:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 142e55b7-0ab6-57d2-8642-2d297caff7c0 with identifier: 6780522auction106392
2026-03-26 15:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 142e55b7-0ab6-57d2-8642-2d297caff7c0 with identifier: 6780522auction106392
2026-03-26 15:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 142e55b7-0ab6-57d2-8642-2d297caff7c0 with identifier: 6780522auction106392 to the API
2026-03-26 15:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09: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-26 15:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780522>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '142e55b7-0ab6-57d2-8642-2d297caff7c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780522',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10383,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:12 [ecarstrade.be] INFO: Saving data for 6780522auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676891.274389, 'last_price_update_time': 1774537752.720751}
2026-03-26 15:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780522auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777781> (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-26 15: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-26 15:09:12 [ecarstrade.be] INFO: Extracting details for car 6777781auction106392
2026-03-26 15:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0838ce-cd47-5937-9b44-6cfef118cc3f with identifier: 6777781auction106392
2026-03-26 15:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0838ce-cd47-5937-9b44-6cfef118cc3f with scrape type 2
2026-03-26 15:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f0838ce-cd47-5937-9b44-6cfef118cc3f with scrape type 2
2026-03-26 15:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f0838ce-cd47-5937-9b44-6cfef118cc3f, identifier: 6777781auction106392
2026-03-26 15:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f0838ce-cd47-5937-9b44-6cfef118cc3f with identifier: 6777781auction106392
2026-03-26 15:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f0838ce-cd47-5937-9b44-6cfef118cc3f with identifier: 6777781auction106392
2026-03-26 15:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f0838ce-cd47-5937-9b44-6cfef118cc3f with identifier: 6777781auction106392 to the API
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777781>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6f0838ce-cd47-5937-9b44-6cfef118cc3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777781',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 24507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Tonale Tributo Italiano 1.5L Hybrid 160 hp (TCT)',
'transmission': 'automatic',
'trim': 'Tributo Italiano 1.5L Hybrid 160 hp (TCT)',
'vin': None,
'year': 2024}
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:13 [ecarstrade.be] INFO: Saving data for 6777781auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676899.134603, 'last_price_update_time': 1774537753.206408}
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777781auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779365> (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-26 15: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-26 15:09:13 [ecarstrade.be] INFO: Extracting details for car 6779365auction106392
2026-03-26 15:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84ff3a31-d973-56dc-add2-a0d92f770979 with identifier: 6779365auction106392
2026-03-26 15:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ff3a31-d973-56dc-add2-a0d92f770979 with scrape type 2
2026-03-26 15:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84ff3a31-d973-56dc-add2-a0d92f770979 with scrape type 2
2026-03-26 15:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84ff3a31-d973-56dc-add2-a0d92f770979, identifier: 6779365auction106392
2026-03-26 15:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84ff3a31-d973-56dc-add2-a0d92f770979 with identifier: 6779365auction106392
2026-03-26 15:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84ff3a31-d973-56dc-add2-a0d92f770979 with identifier: 6779365auction106392
2026-03-26 15:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84ff3a31-d973-56dc-add2-a0d92f770979 with identifier: 6779365auction106392 to the API
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779365>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '84ff3a31-d973-56dc-add2-a0d92f770979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779365',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4974,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:13 [ecarstrade.be] INFO: Saving data for 6779365auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676892.336977, 'last_price_update_time': 1774537753.701166}
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779365auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778086> (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-26 15: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-26 15:09:13 [ecarstrade.be] INFO: Extracting details for car 6778086auction106392
2026-03-26 15:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ab46c93-c938-5f3a-890a-ed805b98793e with identifier: 6778086auction106392
2026-03-26 15:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ab46c93-c938-5f3a-890a-ed805b98793e with scrape type 2
2026-03-26 15:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ab46c93-c938-5f3a-890a-ed805b98793e with scrape type 2
2026-03-26 15:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ab46c93-c938-5f3a-890a-ed805b98793e, identifier: 6778086auction106392
2026-03-26 15:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ab46c93-c938-5f3a-890a-ed805b98793e with identifier: 6778086auction106392
2026-03-26 15:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ab46c93-c938-5f3a-890a-ed805b98793e with identifier: 6778086auction106392
2026-03-26 15:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ab46c93-c938-5f3a-890a-ed805b98793e with identifier: 6778086auction106392 to the API
2026-03-26 15:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778086>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1ab46c93-c938-5f3a-890a-ed805b98793e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778086',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23569,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 HYBRID 136CH ALLURE PACK E-DCS6',
'transmission': 'automatic',
'trim': 'HYBRID 136CH ALLURE PACK E-DCS6',
'vin': None,
'year': 2024}
2026-03-26 15:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:14 [ecarstrade.be] INFO: Saving data for 6778086auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676893.863504, 'last_price_update_time': 1774537754.343385}
2026-03-26 15:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778086auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777784> (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-26 15:09:15 [ecarstrade.be] INFO: Extracting details for car 6777784auction106392
2026-03-26 15:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a394b649-c2b5-548c-ba3a-24568b7a1a66 with identifier: 6777784auction106392
2026-03-26 15:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a394b649-c2b5-548c-ba3a-24568b7a1a66 with scrape type 2
2026-03-26 15:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a394b649-c2b5-548c-ba3a-24568b7a1a66 with scrape type 2
2026-03-26 15:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a394b649-c2b5-548c-ba3a-24568b7a1a66, identifier: 6777784auction106392
2026-03-26 15:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a394b649-c2b5-548c-ba3a-24568b7a1a66 with identifier: 6777784auction106392
2026-03-26 15:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a394b649-c2b5-548c-ba3a-24568b7a1a66 with identifier: 6777784auction106392
2026-03-26 15:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a394b649-c2b5-548c-ba3a-24568b7a1a66 with identifier: 6777784auction106392 to the API
2026-03-26 15:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777784>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': 'a394b649-c2b5-548c-ba3a-24568b7a1a66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777784',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 37738,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Stelvio Sprint 2.2L Diesel 160 hp',
'transmission': 'automatic',
'trim': 'Sprint 2.2L Diesel 160 hp',
'vin': None,
'year': 2024}
2026-03-26 15:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:15 [ecarstrade.be] INFO: Saving data for 6777784auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676876.159917, 'last_price_update_time': 1774537755.769442}
2026-03-26 15:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777784auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_006/780x0__r.jpg?hash=1768766358> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777783> (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-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_005/780x0__r.jpg?hash=1768766358> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_003/780x0__r.jpg?hash=1768766358> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:15 [ecarstrade.be] INFO: Extracting details for car 6777783auction106392
2026-03-26 15:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_002/780x0__r.jpg?hash=1768766357> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with identifier: 6777783auction106392
2026-03-26 15:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with scrape type 2
2026-03-26 15:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with scrape type 2
2026-03-26 15:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bff708bb-313f-59fb-acdf-caa5a7fe9fd0, identifier: 6777783auction106392
2026-03-26 15:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_004/780x0__r.jpg?hash=1768766358> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with identifier: 6777783auction106392
2026-03-26 15:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with identifier: 6777783auction106392
2026-03-26 15:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bff708bb-313f-59fb-acdf-caa5a7fe9fd0 with identifier: 6777783auction106392 to the API
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777783>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': 'bff708bb-313f-59fb-acdf-caa5a7fe9fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777783',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 28318,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Stelvio Sprint 2.2L Diesel 160 hp',
'transmission': 'automatic',
'trim': 'Sprint 2.2L Diesel 160 hp',
'vin': None,
'year': 2024}
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:16 [ecarstrade.be] INFO: Saving data for 6777783auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676890.245228, 'last_price_update_time': 1774537756.303106}
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777783auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_001/780x0__r.jpg?hash=1768766357> (referer: https://ecarstrade.com/cars/6777643)
2026-03-26 15:09:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777782> (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-26 15:09:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8b01a2d8-db62-5983-97d4-43c62291ec68
2026-03-26 15:09:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b01a2d8-db62-5983-97d4-43c62291ec68, skipping ID generation
2026-03-26 15:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b01a2d8-db62-5983-97d4-43c62291ec68 with scrape type 1
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b01a2d8-db62-5983-97d4-43c62291ec68 sending to next pipeline
2026-03-26 15:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b01a2d8-db62-5983-97d4-43c62291ec68, identifier: 6777643auction106392
2026-03-26 15:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b01a2d8-db62-5983-97d4-43c62291ec68 with identifier: 6777643auction106392
2026-03-26 15:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b01a2d8-db62-5983-97d4-43c62291ec68 with identifier: 6777643auction106392
2026-03-26 15:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b01a2d8-db62-5983-97d4-43c62291ec68 with identifier: 6777643auction106392 to the API
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6770001-6780000/6777643/photo_001/780x0__r.jpg?hash=1768766357>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8b01a2d8-db62-5983-97d4-43c62291ec68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777643',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 31871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777643auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:16 [ecarstrade.be] INFO: Saving data for 6777643auction106392: {'created_time': 1774537756.848634, 'last_price_update_time': 1774537756.848646, 'auction_closing_time': 1774712763.0}
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777643auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:16 [ecarstrade.be] INFO: Extracting details for car 6777782auction106392
2026-03-26 15:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf0f4586-bdc3-5bdf-b60c-d63834002289 with identifier: 6777782auction106392
2026-03-26 15:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf0f4586-bdc3-5bdf-b60c-d63834002289 with scrape type 2
2026-03-26 15:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf0f4586-bdc3-5bdf-b60c-d63834002289 with scrape type 2
2026-03-26 15:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf0f4586-bdc3-5bdf-b60c-d63834002289, identifier: 6777782auction106392
2026-03-26 15:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf0f4586-bdc3-5bdf-b60c-d63834002289 with identifier: 6777782auction106392
2026-03-26 15:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf0f4586-bdc3-5bdf-b60c-d63834002289 with identifier: 6777782auction106392
2026-03-26 15:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf0f4586-bdc3-5bdf-b60c-d63834002289 with identifier: 6777782auction106392 to the API
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777782>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'cf0f4586-bdc3-5bdf-b60c-d63834002289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777782',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 31834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Tonale TI 1.3L Plug-in Hybrid (PHEV) 280 hp',
'transmission': 'automatic',
'trim': 'TI 1.3L Plug-in Hybrid (PHEV) 280 hp',
'vin': None,
'year': 2023}
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Saving data for 6777782auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676889.723239, 'last_price_update_time': 1774537757.249988}
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777782auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:17 [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-26 15: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-26 15:09:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 2
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 2
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 2
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 2
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6818587auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818587auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6818587auction106392: 0
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-26 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:17 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 2
2026-03-26 15:09:17 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6828724auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276828724auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6828724auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 2
2026-03-26 15:09:18 [ecarstrade.be] INFO: Found listing with ID: 6835314auction106392
2026-03-26 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276835314auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:18 [ecarstrade.be] INFO: Scrape type for 6835314auction106392: 2
2026-03-26 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802623> (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-26 15: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-26 15:09:19 [ecarstrade.be] INFO: Extracting details for car 6802623auction106392
2026-03-26 15:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-26 15:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with scrape type 2
2026-03-26 15:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with scrape type 2
2026-03-26 15:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93, identifier: 6802623auction106392
2026-03-26 15:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-26 15:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-26 15:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392 to the API
2026-03-26 15:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802623>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '1a5e53d5-fdfa-5dab-b556-02102a0c2b93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802623',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 7610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:19 [ecarstrade.be] INFO: Saving data for 6802623auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676970.722035, 'last_price_update_time': 1774537759.906753}
2026-03-26 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802623auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6801120> (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-26 15: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-26 15:09:20 [ecarstrade.be] INFO: Extracting details for car 6801120auction106392
2026-03-26 15:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-26 15:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc3835c-163c-52af-9b87-76d8c286d910 with scrape type 2
2026-03-26 15:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc3835c-163c-52af-9b87-76d8c286d910 with scrape type 2
2026-03-26 15:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fc3835c-163c-52af-9b87-76d8c286d910, identifier: 6801120auction106392
2026-03-26 15:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-26 15:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-26 15:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392 to the API
2026-03-26 15:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6801120>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '3fc3835c-163c-52af-9b87-76d8c286d910',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6801120',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Other',
'model': '',
'odometer': 20908,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-08',
'seats_number': 4,
'seller_name': None,
'title': 'Isuzu D-Max N60 SPACE CAB 1.9 164 CH 4X4 BVA BB',
'transmission': 'automatic',
'trim': 'Isuzu D-Max N60 SPACE CAB 1.9 164 CH 4X4 BVA BB',
'vin': None,
'year': 2024}
2026-03-26 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:20 [ecarstrade.be] INFO: Saving data for 6801120auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677045.420523, 'last_price_update_time': 1774537760.529497}
2026-03-26 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6801120auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788220> (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-26 15: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-26 15:09:20 [ecarstrade.be] INFO: Extracting details for car 6788220auction106392
2026-03-26 15:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-26 15:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 296427fb-4305-58ee-ae92-462112e58567 with scrape type 2
2026-03-26 15:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 296427fb-4305-58ee-ae92-462112e58567 with scrape type 2
2026-03-26 15:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 296427fb-4305-58ee-ae92-462112e58567, identifier: 6788220auction106392
2026-03-26 15:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-26 15:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-26 15:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392 to the API
2026-03-26 15:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6788220>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '296427fb-4305-58ee-ae92-462112e58567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6788220',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:21 [ecarstrade.be] INFO: Saving data for 6788220auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676971.501392, 'last_price_update_time': 1774537761.159608}
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788220auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6790751> (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-26 15: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-26 15:09:21 [ecarstrade.be] INFO: Extracting details for car 6790751auction106392
2026-03-26 15:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-26 15:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc48d583-f860-54ea-b982-d501d2992201 with scrape type 2
2026-03-26 15:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc48d583-f860-54ea-b982-d501d2992201 with scrape type 2
2026-03-26 15:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc48d583-f860-54ea-b982-d501d2992201, identifier: 6790751auction106392
2026-03-26 15:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-26 15:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-26 15:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392 to the API
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6790751>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'dc48d583-f860-54ea-b982-d501d2992201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6790751',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 32010,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:21 [ecarstrade.be] INFO: Saving data for 6790751auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676972.517265, 'last_price_update_time': 1774537761.656182}
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6790751auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6786586> (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-26 15: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-26 15:09:23 [ecarstrade.be] INFO: Extracting details for car 6786586auction106392
2026-03-26 15:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-26 15:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1469a4cc-0af3-5ed9-b241-b12a417886c0 with scrape type 2
2026-03-26 15:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1469a4cc-0af3-5ed9-b241-b12a417886c0 with scrape type 2
2026-03-26 15:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1469a4cc-0af3-5ed9-b241-b12a417886c0, identifier: 6786586auction106392
2026-03-26 15:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-26 15:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-26 15:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392 to the API
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6786586>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1469a4cc-0af3-5ed9-b241-b12a417886c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6786586',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40178,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:23 [ecarstrade.be] INFO: Saving data for 6786586auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676930.381703, 'last_price_update_time': 1774537763.724415}
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6786586auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787502> (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-26 15: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-26 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787087> (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-26 15: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-26 15:09:23 [ecarstrade.be] INFO: Extracting details for car 6787502auction106392
2026-03-26 15:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-26 15:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with scrape type 2
2026-03-26 15:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with scrape type 2
2026-03-26 15:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de, identifier: 6787502auction106392
2026-03-26 15:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-26 15:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-26 15:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392 to the API
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787502>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'ec50c4bb-6b5a-5efa-adc9-6edbe292b6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787502',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 43973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (Turbo) 90 hp',
'vin': None,
'year': 2024}
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:24 [ecarstrade.be] INFO: Saving data for 6787502auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676966.840714, 'last_price_update_time': 1774537764.240376}
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787502auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:24 [ecarstrade.be] INFO: Extracting details for car 6787087auction106392
2026-03-26 15:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-26 15:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3adf835-3679-547e-ae5d-cd3313301d05 with scrape type 2
2026-03-26 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3adf835-3679-547e-ae5d-cd3313301d05 with scrape type 2
2026-03-26 15:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3adf835-3679-547e-ae5d-cd3313301d05, identifier: 6787087auction106392
2026-03-26 15:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-26 15:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-26 15:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392 to the API
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'a3adf835-3679-547e-ae5d-cd3313301d05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787087',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 28094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:24 [ecarstrade.be] INFO: Saving data for 6787087auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676971.055894, 'last_price_update_time': 1774537764.67984}
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787087auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6785651> (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-26 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:24 [ecarstrade.be] INFO: Extracting details for car 6785651auction106392
2026-03-26 15:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-26 15:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1796f127-9068-56bf-b927-1ce48d44f57b with scrape type 2
2026-03-26 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1796f127-9068-56bf-b927-1ce48d44f57b with scrape type 2
2026-03-26 15:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1796f127-9068-56bf-b927-1ce48d44f57b, identifier: 6785651auction106392
2026-03-26 15:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-26 15:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-26 15:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392 to the API
2026-03-26 15:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6785651>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1796f127-9068-56bf-b927-1ce48d44f57b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6785651',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 37913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:25 [ecarstrade.be] INFO: Saving data for 6785651auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676929.866777, 'last_price_update_time': 1774537765.248283}
2026-03-26 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6785651auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781871> (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-26 15: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-26 15:09:26 [ecarstrade.be] INFO: Extracting details for car 6781871auction106392
2026-03-26 15:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-26 15:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with scrape type 2
2026-03-26 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with scrape type 2
2026-03-26 15:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56, identifier: 6781871auction106392
2026-03-26 15:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-26 15:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-26 15:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392 to the API
2026-03-26 15:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6abd64ce-81ed-5713-a3c9-8b4562ad9c56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781871',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:27 [ecarstrade.be] INFO: Saving data for 6781871auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676931.784623, 'last_price_update_time': 1774537767.297216}
2026-03-26 15:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781871auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781870> (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-26 15: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-26 15:09:27 [ecarstrade.be] INFO: Extracting details for car 6781870auction106392
2026-03-26 15:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-26 15:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c79b1b5c-ec73-59f3-9348-d8b8fba299ea with scrape type 2
2026-03-26 15:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c79b1b5c-ec73-59f3-9348-d8b8fba299ea with scrape type 2
2026-03-26 15:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c79b1b5c-ec73-59f3-9348-d8b8fba299ea, identifier: 6781870auction106392
2026-03-26 15:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-26 15:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-26 15:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392 to the API
2026-03-26 15:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781870>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'c79b1b5c-ec73-59f3-9348-d8b8fba299ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781870',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:28 [ecarstrade.be] INFO: Saving data for 6781870auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676988.18496, 'last_price_update_time': 1774537768.06911}
2026-03-26 15:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781870auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780528> (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-26 15:09:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:30 [ecarstrade.be] INFO: Extracting details for car 6780528auction106392
2026-03-26 15:09:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with identifier: 6780528auction106392
2026-03-26 15:09:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with scrape type 2
2026-03-26 15:09:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with scrape type 2
2026-03-26 15:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b, identifier: 6780528auction106392
2026-03-26 15:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with identifier: 6780528auction106392
2026-03-26 15:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with identifier: 6780528auction106392
2026-03-26 15:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b with identifier: 6780528auction106392 to the API
2026-03-26 15:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780528>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6fe6cdf4-3c11-5249-9a7a-b41fdfb3472b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780528',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 41253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:31 [ecarstrade.be] INFO: Saving data for 6780528auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676896.755434, 'last_price_update_time': 1774537771.282763}
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780528auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780527> (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-26 15:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780526> (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-26 15: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-26 15: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-26 15:09:31 [ecarstrade.be] INFO: Extracting details for car 6780527auction106392
2026-03-26 15:09:31 [ecarstrade.be] INFO: Extracting details for car 6780526auction106392
2026-03-26 15:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with identifier: 6780527auction106392
2026-03-26 15:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with scrape type 2
2026-03-26 15:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with scrape type 2
2026-03-26 15:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7430a3bc-1092-5b6b-bdc6-19e25bb883d2, identifier: 6780527auction106392
2026-03-26 15:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a8994b2-3b5c-53cb-8744-2a61632e0eba with identifier: 6780526auction106392
2026-03-26 15:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a8994b2-3b5c-53cb-8744-2a61632e0eba with scrape type 2
2026-03-26 15:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a8994b2-3b5c-53cb-8744-2a61632e0eba with scrape type 2
2026-03-26 15:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a8994b2-3b5c-53cb-8744-2a61632e0eba, identifier: 6780526auction106392
2026-03-26 15:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with identifier: 6780527auction106392
2026-03-26 15:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with identifier: 6780527auction106392
2026-03-26 15:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7430a3bc-1092-5b6b-bdc6-19e25bb883d2 with identifier: 6780527auction106392 to the API
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780527>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '7430a3bc-1092-5b6b-bdc6-19e25bb883d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780527',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 29776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:31 [ecarstrade.be] INFO: Saving data for 6780527auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676894.489148, 'last_price_update_time': 1774537771.883755}
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780527auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a8994b2-3b5c-53cb-8744-2a61632e0eba with identifier: 6780526auction106392
2026-03-26 15:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a8994b2-3b5c-53cb-8744-2a61632e0eba with identifier: 6780526auction106392
2026-03-26 15:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a8994b2-3b5c-53cb-8744-2a61632e0eba with identifier: 6780526auction106392 to the API
2026-03-26 15:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780526>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1a8994b2-3b5c-53cb-8744-2a61632e0eba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780526',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 41765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:32 [ecarstrade.be] INFO: Saving data for 6780526auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676892.842634, 'last_price_update_time': 1774537772.185082}
2026-03-26 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780526auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835314> (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-26 15: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-26 15:09:33 [ecarstrade.be] INFO: Extracting details for car 6835314auction106392
2026-03-26 15:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with identifier: 6835314auction106392
2026-03-26 15:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with scrape type 2
2026-03-26 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with scrape type 2
2026-03-26 15:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 119b7baf-f4ca-548e-bfbc-3a45fdd2247b, identifier: 6835314auction106392
2026-03-26 15:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with identifier: 6835314auction106392
2026-03-26 15:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with identifier: 6835314auction106392
2026-03-26 15:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 119b7baf-f4ca-548e-bfbc-3a45fdd2247b with identifier: 6835314auction106392 to the API
2026-03-26 15:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835314>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '119b7baf-f4ca-548e-bfbc-3a45fdd2247b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835314',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10703,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276835314auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:33 [ecarstrade.be] INFO: Saving data for 6835314auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677009.075112, 'last_price_update_time': 1774537773.571602}
2026-03-26 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835314auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835309> (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-26 15: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-26 15:09:34 [ecarstrade.be] INFO: Extracting details for car 6835309auction106392
2026-03-26 15:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-26 15:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 932633a6-ebce-5336-af49-b4d99f1a03db with scrape type 2
2026-03-26 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 932633a6-ebce-5336-af49-b4d99f1a03db with scrape type 2
2026-03-26 15:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 932633a6-ebce-5336-af49-b4d99f1a03db, identifier: 6835309auction106392
2026-03-26 15:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-26 15:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-26 15:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392 to the API
2026-03-26 15:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835309>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '932633a6-ebce-5336-af49-b4d99f1a03db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835309',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:34 [ecarstrade.be] INFO: Saving data for 6835309auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677015.675232, 'last_price_update_time': 1774537774.978306}
2026-03-26 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835309auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6834240> (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-26 15: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-26 15:09:37 [ecarstrade.be] INFO: Extracting details for car 6834240auction106392
2026-03-26 15:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-26 15:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6de402f-d38c-5cff-a25a-839d6fd00d88 with scrape type 2
2026-03-26 15:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6de402f-d38c-5cff-a25a-839d6fd00d88 with scrape type 2
2026-03-26 15:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6de402f-d38c-5cff-a25a-839d6fd00d88, identifier: 6834240auction106392
2026-03-26 15:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-26 15:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-26 15:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392 to the API
2026-03-26 15:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6834240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': 'e6de402f-d38c-5cff-a25a-839d6fd00d88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6834240',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Other',
'model': '',
'odometer': 8572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-05',
'seats_number': 4,
'seller_name': None,
'title': 'Isuzu D-Max N60 CREW CAB 1.9 164 CH 4X4 BVA F',
'transmission': 'automatic',
'trim': 'Isuzu D-Max N60 CREW CAB 1.9 164 CH 4X4 BVA F',
'vin': None,
'year': 2024}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:39 [ecarstrade.be] INFO: Saving data for 6834240auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1773958555.38719, 'last_price_update_time': 1774537779.044776}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6834240auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830542> (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-26 15:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830000> (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-26 15: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-26 15: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-26 15:09:39 [ecarstrade.be] INFO: Extracting details for car 6830542auction106392
2026-03-26 15:09:39 [ecarstrade.be] INFO: Extracting details for car 6830000auction106392
2026-03-26 15:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-26 15:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d04fc765-0895-5eb9-aa2b-fd87919e67d7 with scrape type 2
2026-03-26 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d04fc765-0895-5eb9-aa2b-fd87919e67d7 with scrape type 2
2026-03-26 15:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d04fc765-0895-5eb9-aa2b-fd87919e67d7, identifier: 6830542auction106392
2026-03-26 15:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-26 15:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a949058-e601-592b-bc68-a8ebaf637f3d with scrape type 2
2026-03-26 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a949058-e601-592b-bc68-a8ebaf637f3d with scrape type 2
2026-03-26 15:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a949058-e601-592b-bc68-a8ebaf637f3d, identifier: 6830000auction106392
2026-03-26 15:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-26 15:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-26 15:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392 to the API
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830542>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'd04fc765-0895-5eb9-aa2b-fd87919e67d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830542',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 24255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Max 1.2L Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:39 [ecarstrade.be] INFO: Saving data for 6830542auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677063.445842, 'last_price_update_time': 1774537779.634242}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830542auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-26 15:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-26 15:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392 to the API
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830000>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '4a949058-e601-592b-bc68-a8ebaf637f3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830000',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 3904,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:39 [ecarstrade.be] INFO: Saving data for 6830000auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677062.31584, 'last_price_update_time': 1774537779.932264}
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830000auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6828724> (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-26 15: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-26 15:09:40 [ecarstrade.be] INFO: Extracting details for car 6828724auction106392
2026-03-26 15:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with identifier: 6828724auction106392
2026-03-26 15:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with scrape type 2
2026-03-26 15:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with scrape type 2
2026-03-26 15:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153, identifier: 6828724auction106392
2026-03-26 15:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with identifier: 6828724auction106392
2026-03-26 15:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with identifier: 6828724auction106392
2026-03-26 15:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153 with identifier: 6828724auction106392 to the API
2026-03-26 15:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6828724>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '5e1941a1-2bcf-54a3-a7f7-2fdcd80b0153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6828724',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276828724auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:40 [ecarstrade.be] INFO: Saving data for 6828724auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677080.809721, 'last_price_update_time': 1774537780.691393}
2026-03-26 15:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6828724auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827675> (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-26 15:09:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:41 [ecarstrade.be] INFO: Extracting details for car 6827675auction106392
2026-03-26 15:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-26 15:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8928c7c8-606d-551e-b4b4-26e194561fbc with scrape type 2
2026-03-26 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8928c7c8-606d-551e-b4b4-26e194561fbc with scrape type 2
2026-03-26 15:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8928c7c8-606d-551e-b4b4-26e194561fbc, identifier: 6827675auction106392
2026-03-26 15:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-26 15:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-26 15:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392 to the API
2026-03-26 15:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827675>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8928c7c8-606d-551e-b4b4-26e194561fbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827675',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 27254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:42 [ecarstrade.be] INFO: Saving data for 6827675auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677081.367375, 'last_price_update_time': 1774537782.751765}
2026-03-26 15:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827675auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827674> (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-26 15: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-26 15:09:45 [ecarstrade.be] INFO: Extracting details for car 6827674auction106392
2026-03-26 15:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-26 15:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acb57588-7be2-5ee2-a945-a74aefb6c11c with scrape type 2
2026-03-26 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acb57588-7be2-5ee2-a945-a74aefb6c11c with scrape type 2
2026-03-26 15:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acb57588-7be2-5ee2-a945-a74aefb6c11c, identifier: 6827674auction106392
2026-03-26 15:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-26 15:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-26 15:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392 to the API
2026-03-26 15:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827674>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'acb57588-7be2-5ee2-a945-a74aefb6c11c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827674',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 25511,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-08',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 X PureTech 130 EAT8 Plus',
'transmission': 'automatic',
'trim': 'PureTech 130 EAT8 Plus',
'vin': None,
'year': 2024}
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:46 [ecarstrade.be] INFO: Saving data for 6827674auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677008.283119, 'last_price_update_time': 1774537786.168011}
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827674auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820903> (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-26 15: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-26 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827414> (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-26 15: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-26 15:09:46 [ecarstrade.be] INFO: Extracting details for car 6820903auction106392
2026-03-26 15:09:46 [ecarstrade.be] INFO: Extracting details for car 6827414auction106392
2026-03-26 15:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-26 15:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with scrape type 2
2026-03-26 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with scrape type 2
2026-03-26 15:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd, identifier: 6820903auction106392
2026-03-26 15:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-26 15:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with scrape type 2
2026-03-26 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with scrape type 2
2026-03-26 15:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f, identifier: 6827414auction106392
2026-03-26 15:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-26 15:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-26 15:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392 to the API
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6820903>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '9d618a2c-d3eb-512d-9932-b4cc9a0edbbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6820903',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 22896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'transmission': 'manual',
'trim': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'vin': None,
'year': 2024}
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:46 [ecarstrade.be] INFO: Saving data for 6820903auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677063.984858, 'last_price_update_time': 1774537786.846886}
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820903auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-26 15:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-26 15:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392 to the API
2026-03-26 15:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827414>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '2ef1bd89-23b9-59f9-94ee-e8f70d396b9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827414',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 8949,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:47 [ecarstrade.be] INFO: Saving data for 6827414auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677009.995234, 'last_price_update_time': 1774537787.132785}
2026-03-26 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827414auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820333> (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-26 15:09:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:48 [ecarstrade.be] INFO: Extracting details for car 6820333auction106392
2026-03-26 15:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-26 15:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with scrape type 2
2026-03-26 15:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with scrape type 2
2026-03-26 15:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796, identifier: 6820333auction106392
2026-03-26 15:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-26 15:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-26 15:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392 to the API
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6820333>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6820333',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 4417,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:48 [ecarstrade.be] INFO: Saving data for 6820333auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677019.492542, 'last_price_update_time': 1774537788.753105}
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820333auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781521> (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-26 15:09:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6819416> (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-26 15:09:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:48 [ecarstrade.be] INFO: Extracting details for car 6781521auction106392
2026-03-26 15:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f192478-3b85-5326-b38d-9da78bca65ab with identifier: 6781521auction106392
2026-03-26 15:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f192478-3b85-5326-b38d-9da78bca65ab with scrape type 2
2026-03-26 15:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f192478-3b85-5326-b38d-9da78bca65ab with scrape type 2
2026-03-26 15:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f192478-3b85-5326-b38d-9da78bca65ab, identifier: 6781521auction106392
2026-03-26 15:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f192478-3b85-5326-b38d-9da78bca65ab with identifier: 6781521auction106392
2026-03-26 15:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f192478-3b85-5326-b38d-9da78bca65ab with identifier: 6781521auction106392
2026-03-26 15:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f192478-3b85-5326-b38d-9da78bca65ab with identifier: 6781521auction106392 to the API
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781521>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '6f192478-3b85-5326-b38d-9da78bca65ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781521',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:49 [ecarstrade.be] INFO: Saving data for 6781521auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676987.123329, 'last_price_update_time': 1774537789.225455}
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781521auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:49 [ecarstrade.be] INFO: Extracting details for car 6819416auction106392
2026-03-26 15:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-26 15:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with scrape type 2
2026-03-26 15:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with scrape type 2
2026-03-26 15:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e, identifier: 6819416auction106392
2026-03-26 15:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-26 15:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-26 15:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392 to the API
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6819416>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '88ade72c-f4ba-5a6d-a37a-19a4a17ea64e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6819416',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:49 [ecarstrade.be] INFO: Saving data for 6819416auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676972.046018, 'last_price_update_time': 1774537789.624051}
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6819416auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6819384> (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-26 15: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-26 15:09:52 [ecarstrade.be] INFO: Extracting details for car 6819384auction106392
2026-03-26 15:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-26 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with scrape type 2
2026-03-26 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with scrape type 2
2026-03-26 15:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b0fb298-508b-5e1d-b5e4-cd300313dec7, identifier: 6819384auction106392
2026-03-26 15:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-26 15:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-26 15:09:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392 to the API
2026-03-26 15:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6819384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6b0fb298-508b-5e1d-b5e4-cd300313dec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6819384',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:53 [ecarstrade.be] INFO: Saving data for 6819384auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676985.260522, 'last_price_update_time': 1774537793.064022}
2026-03-26 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6819384auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818590> (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-26 15: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-26 15:09:53 [ecarstrade.be] INFO: Extracting details for car 6818590auction106392
2026-03-26 15:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-26 15:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfd349c-8018-5990-a246-0c45166cf241 with scrape type 2
2026-03-26 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfd349c-8018-5990-a246-0c45166cf241 with scrape type 2
2026-03-26 15:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbfd349c-8018-5990-a246-0c45166cf241, identifier: 6818590auction106392
2026-03-26 15:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-26 15:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-26 15:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392 to the API
2026-03-26 15:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818590>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'fbfd349c-8018-5990-a246-0c45166cf241',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818590',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 31079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:53 [ecarstrade.be] INFO: Saving data for 6818590auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676951.09028, 'last_price_update_time': 1774537793.921709}
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818590auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818936> (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-26 15: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-26 15:09:54 [ecarstrade.be] INFO: Extracting details for car 6818936auction106392
2026-03-26 15:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-26 15:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96bb9797-9b09-5cac-9129-390d4eb3ce43 with scrape type 2
2026-03-26 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96bb9797-9b09-5cac-9129-390d4eb3ce43 with scrape type 2
2026-03-26 15:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96bb9797-9b09-5cac-9129-390d4eb3ce43, identifier: 6818936auction106392
2026-03-26 15:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-26 15:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-26 15:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392 to the API
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818936>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '96bb9797-9b09-5cac-9129-390d4eb3ce43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818936',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:54 [ecarstrade.be] INFO: Saving data for 6818936auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676965.139333, 'last_price_update_time': 1774537794.644456}
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818936auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818586> (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-26 15: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-26 15:09:55 [ecarstrade.be] INFO: Extracting details for car 6818586auction106392
2026-03-26 15:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-26 15:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with scrape type 2
2026-03-26 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with scrape type 2
2026-03-26 15:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9, identifier: 6818586auction106392
2026-03-26 15:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-26 15:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-26 15:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392 to the API
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818586>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'bb40cbf3-a64a-5f99-9a92-bd9c545c77d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818586',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 5667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:55 [ecarstrade.be] INFO: Saving data for 6818586auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676969.159696, 'last_price_update_time': 1774537795.424683}
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818586auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808676> (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-26 15:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:09:55 [ecarstrade.be] INFO: Extracting details for car 6808676auction106392
2026-03-26 15:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-26 15:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with scrape type 2
2026-03-26 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with scrape type 2
2026-03-26 15:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4, identifier: 6808676auction106392
2026-03-26 15:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-26 15:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-26 15:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392 to the API
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6808676>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'c9fd8ac2-9e73-51a2-9db2-19ce50810cd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6808676',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:55 [ecarstrade.be] INFO: Saving data for 6808676auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676986.568841, 'last_price_update_time': 1774537795.970662}
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808676auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818584> (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-26 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784596> (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-26 15:09:56 [ecarstrade.be] INFO: Extracting details for car 6818584auction106392
2026-03-26 15:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-26 15:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be54a51a-a432-5fb2-a642-c9a99068a7d8 with scrape type 2
2026-03-26 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be54a51a-a432-5fb2-a642-c9a99068a7d8 with scrape type 2
2026-03-26 15:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be54a51a-a432-5fb2-a642-c9a99068a7d8, identifier: 6818584auction106392
2026-03-26 15:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-26 15:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-26 15:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392 to the API
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818584>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'be54a51a-a432-5fb2-a642-c9a99068a7d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818584',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 44500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:57 [ecarstrade.be] INFO: Saving data for 6818584auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677017.255428, 'last_price_update_time': 1774537797.463749}
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818584auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:57 [ecarstrade.be] INFO: Extracting details for car 6784596auction106392
2026-03-26 15:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-26 15:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with scrape type 2
2026-03-26 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with scrape type 2
2026-03-26 15:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d1ce508-6ac1-50a2-bbd3-abcf16673208, identifier: 6784596auction106392
2026-03-26 15:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-26 15:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-26 15:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392 to the API
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784596>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8d1ce508-6ac1-50a2-bbd3-abcf16673208',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784596',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:57 [ecarstrade.be] INFO: Saving data for 6784596auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676989.586069, 'last_price_update_time': 1774537797.850347}
2026-03-26 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784596auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781520> (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-26 15:09:58 [ecarstrade.be] INFO: Extracting details for car 6781520auction106392
2026-03-26 15:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cc22ca0-8502-5891-952a-b3d201c5438c with identifier: 6781520auction106392
2026-03-26 15:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cc22ca0-8502-5891-952a-b3d201c5438c with scrape type 2
2026-03-26 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cc22ca0-8502-5891-952a-b3d201c5438c with scrape type 2
2026-03-26 15:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1cc22ca0-8502-5891-952a-b3d201c5438c, identifier: 6781520auction106392
2026-03-26 15:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1cc22ca0-8502-5891-952a-b3d201c5438c with identifier: 6781520auction106392
2026-03-26 15:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1cc22ca0-8502-5891-952a-b3d201c5438c with identifier: 6781520auction106392
2026-03-26 15:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1cc22ca0-8502-5891-952a-b3d201c5438c with identifier: 6781520auction106392 to the API
2026-03-26 15:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781520>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '1cc22ca0-8502-5891-952a-b3d201c5438c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781520',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9460,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:58 [ecarstrade.be] INFO: Saving data for 6781520auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676981.776773, 'last_price_update_time': 1774537798.540035}
2026-03-26 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781520auction106392') HTTP/1.1" 204 0
2026-03-26 15:09:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802625> (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-26 15:09:59 [ecarstrade.be] INFO: Extracting details for car 6802625auction106392
2026-03-26 15:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-26 15:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cfdc03a-1697-5d64-af6e-c34a17f03323 with scrape type 2
2026-03-26 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cfdc03a-1697-5d64-af6e-c34a17f03323 with scrape type 2
2026-03-26 15:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cfdc03a-1697-5d64-af6e-c34a17f03323, identifier: 6802625auction106392
2026-03-26 15:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-26 15:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-26 15:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392 to the API
2026-03-26 15:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802625>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '8cfdc03a-1697-5d64-af6e-c34a17f03323',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802625',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-26 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:09:59 [ecarstrade.be] INFO: Saving data for 6802625auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676984.717513, 'last_price_update_time': 1774537799.574735}
2026-03-26 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802625auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:00 [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-26 15:10:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 2
2026-03-26 15: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-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 2
2026-03-26 15: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-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 2
2026-03-26 15: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-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 2
2026-03-26 15: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-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 2
2026-03-26 15: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-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 0
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-26 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:00 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 2
2026-03-26 15:10:00 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843102auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 0
2026-03-26 15:10:01 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843105auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 2
2026-03-26 15:10:01 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843106auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 2
2026-03-26 15:10:01 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843108auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 2
2026-03-26 15:10:01 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843110auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 2
2026-03-26 15:10:01 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-26 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843112auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:01 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 2
2026-03-26 15:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780523> (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-26 15: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-26 15:10:02 [ecarstrade.be] INFO: Extracting details for car 6780523auction106392
2026-03-26 15:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0becaa9-913d-56db-a272-336e576a52fb with identifier: 6780523auction106392
2026-03-26 15:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0becaa9-913d-56db-a272-336e576a52fb with scrape type 2
2026-03-26 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0becaa9-913d-56db-a272-336e576a52fb with scrape type 2
2026-03-26 15:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0becaa9-913d-56db-a272-336e576a52fb, identifier: 6780523auction106392
2026-03-26 15:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0becaa9-913d-56db-a272-336e576a52fb with identifier: 6780523auction106392
2026-03-26 15:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0becaa9-913d-56db-a272-336e576a52fb with identifier: 6780523auction106392
2026-03-26 15:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0becaa9-913d-56db-a272-336e576a52fb with identifier: 6780523auction106392 to the API
2026-03-26 15:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780523>
{'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-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': 'a0becaa9-913d-56db-a272-336e576a52fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780523',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi (Diesel) 100 hp',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi (Diesel) 100 hp',
'vin': None,
'year': 2025}
2026-03-26 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:02 [ecarstrade.be] INFO: Saving data for 6780523auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676890.734385, 'last_price_update_time': 1774537802.656795}
2026-03-26 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780523auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780524> (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-26 15: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-26 15:10:02 [ecarstrade.be] INFO: Extracting details for car 6780524auction106392
2026-03-26 15:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18a7ae6b-6258-5874-9194-3d39f1a7decc with identifier: 6780524auction106392
2026-03-26 15:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18a7ae6b-6258-5874-9194-3d39f1a7decc with scrape type 2
2026-03-26 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18a7ae6b-6258-5874-9194-3d39f1a7decc with scrape type 2
2026-03-26 15:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18a7ae6b-6258-5874-9194-3d39f1a7decc, identifier: 6780524auction106392
2026-03-26 15:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18a7ae6b-6258-5874-9194-3d39f1a7decc with identifier: 6780524auction106392
2026-03-26 15:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18a7ae6b-6258-5874-9194-3d39f1a7decc with identifier: 6780524auction106392
2026-03-26 15:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18a7ae6b-6258-5874-9194-3d39f1a7decc with identifier: 6780524auction106392 to the API
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780524>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '18a7ae6b-6258-5874-9194-3d39f1a7decc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780524',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:03 [ecarstrade.be] INFO: Saving data for 6780524auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676896.289428, 'last_price_update_time': 1774537803.254395}
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780524auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:06 [scrapy.extensions.logstats] INFO: Crawled 1146 pages (at 51 pages/min), scraped 1004 items (at 49 items/min)
2026-03-26 15:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:10:07 [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-26 15:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843114auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 2
2026-03-26 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839069> (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-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843116auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 2
2026-03-26 15:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843117auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 2
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843118auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 2
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 2
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843136auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 2
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 2
2026-03-26 15:10:07 [ecarstrade.be] INFO: Extracting details for car 6839069auction106392
2026-03-26 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6838803> (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-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 2
2026-03-26 15:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-26 15:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaeadc35-411a-55f8-9db6-93c16439b7ad with scrape type 2
2026-03-26 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaeadc35-411a-55f8-9db6-93c16439b7ad with scrape type 2
2026-03-26 15:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaeadc35-411a-55f8-9db6-93c16439b7ad, identifier: 6839069auction106392
2026-03-26 15:10:07 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-26 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:07 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 2
2026-03-26 15:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-26 15:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-26 15:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392 to the API
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'eaeadc35-411a-55f8-9db6-93c16439b7ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839069',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 33063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 225 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 Allure Pack',
'vin': None,
'year': 2023}
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:08 [ecarstrade.be] INFO: Saving data for 6839069auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677044.398597, 'last_price_update_time': 1774537808.561883}
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839069auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:08 [ecarstrade.be] INFO: Extracting details for car 6838803auction106392
2026-03-26 15:10:08 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:08 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 2
2026-03-26 15:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839068> (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-26 15:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-26 15:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with scrape type 2
2026-03-26 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with scrape type 2
2026-03-26 15:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621, identifier: 6838803auction106392
2026-03-26 15:10:08 [ecarstrade.be] INFO: Extracting details for car 6839068auction106392
2026-03-26 15:10:08 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:08 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 2
2026-03-26 15:10:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-26 15:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-26 15:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392 to the API
2026-03-26 15:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6838803>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6f5cb2a1-c273-5b4f-ba25-a67c3885d621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6838803',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 21228,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Saving data for 6838803auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677050.687396, 'last_price_update_time': 1774537809.13544}
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6838803auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 2
2026-03-26 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6837652> (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-26 15:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-26 15:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with scrape type 2
2026-03-26 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with scrape type 2
2026-03-26 15:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba, identifier: 6839068auction106392
2026-03-26 15: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-26 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839459> (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-26 15:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-26 15:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-26 15:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392 to the API
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839068>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839068',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 4061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Saving data for 6839068auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677043.384241, 'last_price_update_time': 1774537809.77285}
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839068auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Extracting details for car 6837652auction106392
2026-03-26 15:10:09 [ecarstrade.be] INFO: Extracting details for car 6839459auction106392
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276851182auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276855991auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 0
2026-03-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 2
2026-03-26 15: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-26 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842661> (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-26 15:10:09 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-26 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:09 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 2
2026-03-26 15: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-26 15:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-26 15:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9724bfa6-db1d-5317-b8d7-590590c3db22 with scrape type 2
2026-03-26 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9724bfa6-db1d-5317-b8d7-590590c3db22 with scrape type 2
2026-03-26 15:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9724bfa6-db1d-5317-b8d7-590590c3db22, identifier: 6837652auction106392
2026-03-26 15:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-26 15:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with scrape type 2
2026-03-26 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with scrape type 2
2026-03-26 15:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b, identifier: 6839459auction106392
2026-03-26 15:10:10 [ecarstrade.be] INFO: Extracting details for car 6842661auction106392
2026-03-26 15:10:10 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:10 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 2
2026-03-26 15:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-26 15:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-26 15:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392 to the API
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6837652>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '9724bfa6-db1d-5317-b8d7-590590c3db22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6837652',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:10 [ecarstrade.be] INFO: Saving data for 6837652auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677078.953201, 'last_price_update_time': 1774537810.475287}
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6837652auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-26 15:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-26 15:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392 to the API
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839459>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '2d4fbb95-f7fb-5679-9f95-bb0db8b0128b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839459',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:10 [ecarstrade.be] INFO: Saving data for 6839459auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677016.250691, 'last_price_update_time': 1774537810.77875}
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839459auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-26 15:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1659925-e116-5e67-b9b0-46a14dfbc286 with scrape type 2
2026-03-26 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1659925-e116-5e67-b9b0-46a14dfbc286 with scrape type 2
2026-03-26 15:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1659925-e116-5e67-b9b0-46a14dfbc286, identifier: 6842661auction106392
2026-03-26 15:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-26 15:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-26 15:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392 to the API
2026-03-26 15:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842661>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'f1659925-e116-5e67-b9b0-46a14dfbc286',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842661',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-26 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:11 [ecarstrade.be] INFO: Saving data for 6842661auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677031.008567, 'last_price_update_time': 1774537811.175396}
2026-03-26 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842661auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842663> (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-26 15: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-26 15:10:14 [ecarstrade.be] INFO: Extracting details for car 6842663auction106392
2026-03-26 15:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-26 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326d7598-6088-5d84-94dd-8b4603bffe61 with scrape type 2
2026-03-26 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 326d7598-6088-5d84-94dd-8b4603bffe61 with scrape type 2
2026-03-26 15:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 326d7598-6088-5d84-94dd-8b4603bffe61, identifier: 6842663auction106392
2026-03-26 15:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-26 15:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-26 15:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392 to the API
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842663>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '326d7598-6088-5d84-94dd-8b4603bffe61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842663',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:15 [ecarstrade.be] INFO: Saving data for 6842663auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677029.225994, 'last_price_update_time': 1774537815.428778}
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842663auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843087> (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-26 15: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-26 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842666> (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-26 15: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-26 15:10:15 [ecarstrade.be] INFO: Extracting details for car 6843087auction106392
2026-03-26 15:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-26 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 790a6b63-8e19-55e4-9395-6fd4eae7895d with scrape type 2
2026-03-26 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 790a6b63-8e19-55e4-9395-6fd4eae7895d with scrape type 2
2026-03-26 15:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 790a6b63-8e19-55e4-9395-6fd4eae7895d, identifier: 6843087auction106392
2026-03-26 15:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-26 15:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-26 15:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392 to the API
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '790a6b63-8e19-55e4-9395-6fd4eae7895d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843087',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:15 [ecarstrade.be] INFO: Saving data for 6843087auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677031.600356, 'last_price_update_time': 1774537815.946198}
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843087auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:15 [ecarstrade.be] INFO: Extracting details for car 6842666auction106392
2026-03-26 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843088> (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-26 15: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-26 15:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-26 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37dae187-2bc3-544c-bf14-33c286802f73 with scrape type 2
2026-03-26 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37dae187-2bc3-544c-bf14-33c286802f73 with scrape type 2
2026-03-26 15:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37dae187-2bc3-544c-bf14-33c286802f73, identifier: 6842666auction106392
2026-03-26 15:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-26 15:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-26 15:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392 to the API
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842666>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '37dae187-2bc3-544c-bf14-33c286802f73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842666',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:16 [ecarstrade.be] INFO: Saving data for 6842666auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677082.356446, 'last_price_update_time': 1774537816.317552}
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842666auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:16 [ecarstrade.be] INFO: Extracting details for car 6843088auction106392
2026-03-26 15:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-26 15:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with scrape type 2
2026-03-26 15:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with scrape type 2
2026-03-26 15:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8, identifier: 6843088auction106392
2026-03-26 15:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-26 15:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-26 15:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392 to the API
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843088>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '50b6465c-5514-5016-9e3a-1a2a9ffbb7b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843088',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 27093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:16 [ecarstrade.be] INFO: Saving data for 6843088auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677032.659548, 'last_price_update_time': 1774537816.722368}
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843088auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6780525> (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-26 15: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-26 15:10:16 [ecarstrade.be] INFO: Extracting details for car 6780525auction106392
2026-03-26 15:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a32d5469-af9b-51ed-a216-e35b33fd7f41 with identifier: 6780525auction106392
2026-03-26 15:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a32d5469-af9b-51ed-a216-e35b33fd7f41 with scrape type 2
2026-03-26 15:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a32d5469-af9b-51ed-a216-e35b33fd7f41 with scrape type 2
2026-03-26 15:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a32d5469-af9b-51ed-a216-e35b33fd7f41, identifier: 6780525auction106392
2026-03-26 15:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a32d5469-af9b-51ed-a216-e35b33fd7f41 with identifier: 6780525auction106392
2026-03-26 15:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a32d5469-af9b-51ed-a216-e35b33fd7f41 with identifier: 6780525auction106392
2026-03-26 15:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a32d5469-af9b-51ed-a216-e35b33fd7f41 with identifier: 6780525auction106392 to the API
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6780525>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'a32d5469-af9b-51ed-a216-e35b33fd7f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6780525',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40929,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:17 [ecarstrade.be] INFO: Saving data for 6780525auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772676895.236651, 'last_price_update_time': 1774537817.299747}
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6780525auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843112> (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-26 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843090> (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-26 15: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-26 15: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-26 15:10:17 [ecarstrade.be] INFO: Extracting details for car 6843112auction106392
2026-03-26 15:10:17 [ecarstrade.be] INFO: Extracting details for car 6843090auction106392
2026-03-26 15:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-26 15:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32494a28-faf0-535a-acdc-d32273f0537c with scrape type 2
2026-03-26 15:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32494a28-faf0-535a-acdc-d32273f0537c with scrape type 2
2026-03-26 15:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32494a28-faf0-535a-acdc-d32273f0537c, identifier: 6843112auction106392
2026-03-26 15:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-26 15:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with scrape type 2
2026-03-26 15:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with scrape type 2
2026-03-26 15:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98f36adb-e430-5b11-9bc5-8db4cf2799e9, identifier: 6843090auction106392
2026-03-26 15:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-26 15:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-26 15:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392 to the API
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843112>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '32494a28-faf0-535a-acdc-d32273f0537c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843112',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26320,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843112auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:17 [ecarstrade.be] INFO: Saving data for 6843112auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677091.648204, 'last_price_update_time': 1774537817.893765}
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843112auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-26 15:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-26 15:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392 to the API
2026-03-26 15:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843090>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '98f36adb-e430-5b11-9bc5-8db4cf2799e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843090',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:18 [ecarstrade.be] INFO: Saving data for 6843090auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677033.256167, 'last_price_update_time': 1774537818.213614}
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843090auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843089> (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-26 15: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-26 15:10:18 [ecarstrade.be] INFO: Extracting details for car 6843089auction106392
2026-03-26 15:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-26 15:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b0474c-e108-558a-ae03-f56e6a426aee with scrape type 2
2026-03-26 15:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b0474c-e108-558a-ae03-f56e6a426aee with scrape type 2
2026-03-26 15:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69b0474c-e108-558a-ae03-f56e6a426aee, identifier: 6843089auction106392
2026-03-26 15:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-26 15:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-26 15:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392 to the API
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843089>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '69b0474c-e108-558a-ae03-f56e6a426aee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843089',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 21410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:18 [ecarstrade.be] INFO: Saving data for 6843089auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677029.987336, 'last_price_update_time': 1774537818.713937}
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843089auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843110> (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-26 15: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-26 15:10:22 [ecarstrade.be] INFO: Extracting details for car 6843110auction106392
2026-03-26 15:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-26 15:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a38dbc4-7117-5740-8873-46b9349d7723 with scrape type 2
2026-03-26 15:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a38dbc4-7117-5740-8873-46b9349d7723 with scrape type 2
2026-03-26 15:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a38dbc4-7117-5740-8873-46b9349d7723, identifier: 6843110auction106392
2026-03-26 15:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-26 15:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-26 15:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392 to the API
2026-03-26 15:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843110>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '0a38dbc4-7117-5740-8873-46b9349d7723',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843110',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843110auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:22 [ecarstrade.be] INFO: Saving data for 6843110auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677092.211859, 'last_price_update_time': 1774537822.644939}
2026-03-26 15:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843110auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843114> (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-26 15: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-26 15:10:22 [ecarstrade.be] INFO: Extracting details for car 6843114auction106392
2026-03-26 15:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-26 15:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd877f2c-e53b-5a0e-871d-6081714b6666 with scrape type 2
2026-03-26 15:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd877f2c-e53b-5a0e-871d-6081714b6666 with scrape type 2
2026-03-26 15:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd877f2c-e53b-5a0e-871d-6081714b6666, identifier: 6843114auction106392
2026-03-26 15:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-26 15:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-26 15:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392 to the API
2026-03-26 15:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843114>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'dd877f2c-e53b-5a0e-871d-6081714b6666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843114',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 34723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843114auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:23 [ecarstrade.be] INFO: Saving data for 6843114auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677092.885238, 'last_price_update_time': 1774537823.171477}
2026-03-26 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843114auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843108> (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-26 15: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-26 15:10:23 [ecarstrade.be] INFO: Extracting details for car 6843108auction106392
2026-03-26 15:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-26 15:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with scrape type 2
2026-03-26 15:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with scrape type 2
2026-03-26 15:10:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa, identifier: 6843108auction106392
2026-03-26 15:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-26 15:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-26 15:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392 to the API
2026-03-26 15:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843108>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '56eb4bde-7ba6-5f25-a846-09d988bd9aaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843108',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843108auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:24 [ecarstrade.be] INFO: Saving data for 6843108auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677095.033119, 'last_price_update_time': 1774537824.593875}
2026-03-26 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843108auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843340> (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-26 15: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-26 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6848139> (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-26 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6850767> (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-26 15: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-26 15: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-26 15:10:24 [ecarstrade.be] INFO: Extracting details for car 6843340auction106392
2026-03-26 15:10:24 [ecarstrade.be] INFO: Extracting details for car 6848139auction106392
2026-03-26 15:10:24 [ecarstrade.be] INFO: Extracting details for car 6850767auction106392
2026-03-26 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-26 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with scrape type 2
2026-03-26 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with scrape type 2
2026-03-26 15:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09, identifier: 6843340auction106392
2026-03-26 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-26 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc7e3497-cc0c-5d19-bab5-82db0946fe51 with scrape type 2
2026-03-26 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc7e3497-cc0c-5d19-bab5-82db0946fe51 with scrape type 2
2026-03-26 15:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc7e3497-cc0c-5d19-bab5-82db0946fe51, identifier: 6848139auction106392
2026-03-26 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-26 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with scrape type 2
2026-03-26 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with scrape type 2
2026-03-26 15:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30, identifier: 6850767auction106392
2026-03-26 15:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-26 15:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-26 15:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392 to the API
2026-03-26 15:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843340>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843340',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28020,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:25 [ecarstrade.be] INFO: Saving data for 6843340auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677106.2569, 'last_price_update_time': 1774537825.332307}
2026-03-26 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843340auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-26 15:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-26 15:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392 to the API
2026-03-26 15:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6848139>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'dc7e3497-cc0c-5d19-bab5-82db0946fe51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6848139',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:26 [ecarstrade.be] INFO: Saving data for 6848139auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677167.560607, 'last_price_update_time': 1774537826.60213}
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6848139auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-26 15:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-26 15:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392 to the API
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6850767>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '6ef31002-8dbc-5a91-a11c-a5f51eaebd30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6850767',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 22758,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-20',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga Kuga 2.5 Duratec Hybrid FHEV Titanium FWD (EURO 6e 2.5 '
'Hybrid (Benzin) 152hp',
'transmission': 'automatic',
'trim': '2.5 Duratec Hybrid FHEV Titanium FWD (EURO 6e 2.5 Hybrid (Benzin) '
'152hp',
'vin': None,
'year': 2024}
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:26 [ecarstrade.be] INFO: Saving data for 6850767auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677221.125447, 'last_price_update_time': 1774537826.911388}
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6850767auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851177> (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-26 15:10:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859376> (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-26 15:10:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:27 [ecarstrade.be] INFO: Extracting details for car 6851177auction106392
2026-03-26 15:10:27 [ecarstrade.be] INFO: Extracting details for car 6859376auction106392
2026-03-26 15:10:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-26 15:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168677cd-6f8e-5634-973f-709d4b976df1 with scrape type 2
2026-03-26 15:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168677cd-6f8e-5634-973f-709d4b976df1 with scrape type 2
2026-03-26 15:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168677cd-6f8e-5634-973f-709d4b976df1, identifier: 6851177auction106392
2026-03-26 15:10:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1142a7ef-5e6e-58d3-b112-f784fe858b22 with identifier: 6859376auction106392
2026-03-26 15:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1142a7ef-5e6e-58d3-b112-f784fe858b22 with scrape type 2
2026-03-26 15:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1142a7ef-5e6e-58d3-b112-f784fe858b22 with scrape type 2
2026-03-26 15:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1142a7ef-5e6e-58d3-b112-f784fe858b22, identifier: 6859376auction106392
2026-03-26 15:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-26 15:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-26 15:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392 to the API
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6851177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Diesel',
'id': '168677cd-6f8e-5634-973f-709d4b976df1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6851177',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi Diesel 100 hp',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi Diesel 100 hp',
'vin': None,
'year': 2025}
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:27 [ecarstrade.be] INFO: Saving data for 6851177auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677221.715469, 'last_price_update_time': 1774537827.620809}
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851177auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1142a7ef-5e6e-58d3-b112-f784fe858b22 with identifier: 6859376auction106392
2026-03-26 15:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1142a7ef-5e6e-58d3-b112-f784fe858b22 with identifier: 6859376auction106392
2026-03-26 15:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1142a7ef-5e6e-58d3-b112-f784fe858b22 with identifier: 6859376auction106392 to the API
2026-03-26 15:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859376>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '1142a7ef-5e6e-58d3-b112-f784fe858b22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859376',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Style',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Style',
'vin': None,
'year': 2025}
2026-03-26 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:28 [ecarstrade.be] INFO: Saving data for 6859376auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677253.586318, 'last_price_update_time': 1774537828.615029}
2026-03-26 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859376auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6860940> (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-26 15: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-26 15:10:28 [ecarstrade.be] INFO: Extracting details for car 6860940auction106392
2026-03-26 15:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678d5d22-f585-528f-a5e3-527dbcc05dee with identifier: 6860940auction106392
2026-03-26 15:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678d5d22-f585-528f-a5e3-527dbcc05dee with scrape type 2
2026-03-26 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678d5d22-f585-528f-a5e3-527dbcc05dee with scrape type 2
2026-03-26 15:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 678d5d22-f585-528f-a5e3-527dbcc05dee, identifier: 6860940auction106392
2026-03-26 15:10:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 678d5d22-f585-528f-a5e3-527dbcc05dee with identifier: 6860940auction106392
2026-03-26 15:10:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 678d5d22-f585-528f-a5e3-527dbcc05dee with identifier: 6860940auction106392
2026-03-26 15:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 678d5d22-f585-528f-a5e3-527dbcc05dee with identifier: 6860940auction106392 to the API
2026-03-26 15:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6860940>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '678d5d22-f585-528f-a5e3-527dbcc05dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6860940',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:30 [ecarstrade.be] INFO: Saving data for 6860940auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677308.746151, 'last_price_update_time': 1774537830.075511}
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6860940auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859378> (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-26 15: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-26 15:10:30 [ecarstrade.be] INFO: Extracting details for car 6859378auction106392
2026-03-26 15:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with identifier: 6859378auction106392
2026-03-26 15:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with scrape type 2
2026-03-26 15:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with scrape type 2
2026-03-26 15:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7, identifier: 6859378auction106392
2026-03-26 15:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with identifier: 6859378auction106392
2026-03-26 15:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with identifier: 6859378auction106392
2026-03-26 15:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 139b97c8-5a4e-55cd-8eca-9b6c3db92dc7 with identifier: 6859378auction106392 to the API
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859378>
{'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-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '139b97c8-5a4e-55cd-8eca-9b6c3db92dc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859378',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 18810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:30 [ecarstrade.be] INFO: Saving data for 6859378auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677269.051356, 'last_price_update_time': 1774537830.936472}
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859378auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843341> (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-26 15: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-26 15:10:32 [ecarstrade.be] INFO: Extracting details for car 6843341auction106392
2026-03-26 15:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-26 15:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with scrape type 2
2026-03-26 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with scrape type 2
2026-03-26 15:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce1c9ad4-5f3f-506a-b57c-e086c654aee9, identifier: 6843341auction106392
2026-03-26 15:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-26 15:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-26 15:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392 to the API
2026-03-26 15:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843341>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'ce1c9ad4-5f3f-506a-b57c-e086c654aee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843341',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28138,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:33 [ecarstrade.be] INFO: Saving data for 6843341auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677077.347997, 'last_price_update_time': 1774537833.20047}
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843341auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843132> (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-26 15:10:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:33 [ecarstrade.be] INFO: Extracting details for car 6843132auction106392
2026-03-26 15:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-26 15:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4afc4e15-a62c-5f97-b5fe-9b00606523fc with scrape type 2
2026-03-26 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4afc4e15-a62c-5f97-b5fe-9b00606523fc with scrape type 2
2026-03-26 15:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4afc4e15-a62c-5f97-b5fe-9b00606523fc, identifier: 6843132auction106392
2026-03-26 15:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-26 15:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-26 15:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392 to the API
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843132>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '4afc4e15-a62c-5f97-b5fe-9b00606523fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843132',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:33 [ecarstrade.be] INFO: Saving data for 6843132auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677084.334939, 'last_price_update_time': 1774537833.805614}
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843132auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843136> (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-26 15:10:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:10:33 [ecarstrade.be] INFO: Extracting details for car 6843136auction106392
2026-03-26 15:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-26 15:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db9509b-03f6-5c93-9a2d-62be6d166bbc with scrape type 2
2026-03-26 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db9509b-03f6-5c93-9a2d-62be6d166bbc with scrape type 2
2026-03-26 15:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3db9509b-03f6-5c93-9a2d-62be6d166bbc, identifier: 6843136auction106392
2026-03-26 15:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-26 15:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-26 15:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392 to the API
2026-03-26 15:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843136>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '3db9509b-03f6-5c93-9a2d-62be6d166bbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843136',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843136auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:34 [ecarstrade.be] INFO: Saving data for 6843136auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677085.36368, 'last_price_update_time': 1774537834.363278}
2026-03-26 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843136auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843117> (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-26 15:10:35 [ecarstrade.be] INFO: Extracting details for car 6843117auction106392
2026-03-26 15:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-26 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with scrape type 2
2026-03-26 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with scrape type 2
2026-03-26 15:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe, identifier: 6843117auction106392
2026-03-26 15:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-26 15:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-26 15:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392 to the API
2026-03-26 15:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843117>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '510d3cd3-a125-5dc1-93c9-35f8d3268ffe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843117',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843117auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:35 [ecarstrade.be] INFO: Saving data for 6843117auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677084.800719, 'last_price_update_time': 1774537835.655834}
2026-03-26 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843117auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843118> (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-26 15:10:35 [ecarstrade.be] INFO: Extracting details for car 6843118auction106392
2026-03-26 15:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-26 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87baac9-4086-5233-acf6-439317095acd with scrape type 2
2026-03-26 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87baac9-4086-5233-acf6-439317095acd with scrape type 2
2026-03-26 15:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b87baac9-4086-5233-acf6-439317095acd, identifier: 6843118auction106392
2026-03-26 15:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-26 15:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-26 15:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392 to the API
2026-03-26 15:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'b87baac9-4086-5233-acf6-439317095acd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843118',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843118auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:36 [ecarstrade.be] INFO: Saving data for 6843118auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677083.693235, 'last_price_update_time': 1774537836.246026}
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843118auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843116> (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-26 15:10:36 [ecarstrade.be] INFO: Extracting details for car 6843116auction106392
2026-03-26 15:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-26 15:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with scrape type 2
2026-03-26 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with scrape type 2
2026-03-26 15:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c, identifier: 6843116auction106392
2026-03-26 15:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-26 15:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-26 15:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392 to the API
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843116',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 23652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843116auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:36 [ecarstrade.be] INFO: Saving data for 6843116auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677093.348654, 'last_price_update_time': 1774537836.96012}
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843116auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:37 [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-26 15:10:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6950381auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6950381auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997718auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997718auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997718auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6950378auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6950378auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 0
2026-03-26 15:10:37 [ecarstrade.be] INFO: Found listing with ID: 6880585auction61871
2026-03-26 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276880585auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:37 [ecarstrade.be] INFO: Scrape type for 6880585auction61871: 0
2026-03-26 15: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-26 15:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844030> (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-26 15:10:38 [ecarstrade.be] INFO: Extracting details for car 6844030auction106392
2026-03-26 15:10:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-26 15:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef34a98-a29e-5f14-9ded-e8b98d604fab with scrape type 2
2026-03-26 15:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef34a98-a29e-5f14-9ded-e8b98d604fab with scrape type 2
2026-03-26 15:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bef34a98-a29e-5f14-9ded-e8b98d604fab, identifier: 6844030auction106392
2026-03-26 15:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-26 15:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-26 15:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392 to the API
2026-03-26 15:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844030>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'bef34a98-a29e-5f14-9ded-e8b98d604fab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844030',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-26 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:39 [ecarstrade.be] INFO: Saving data for 6844030auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677076.141086, 'last_price_update_time': 1774537839.191718}
2026-03-26 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844030auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843105> (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-26 15:10:39 [ecarstrade.be] INFO: Extracting details for car 6843105auction106392
2026-03-26 15:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-26 15:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33931452-a432-5892-83b3-87ba73a23e10 with scrape type 2
2026-03-26 15:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33931452-a432-5892-83b3-87ba73a23e10 with scrape type 2
2026-03-26 15:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33931452-a432-5892-83b3-87ba73a23e10, identifier: 6843105auction106392
2026-03-26 15:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-26 15:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-26 15:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392 to the API
2026-03-26 15:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:10: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-26 15:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '33931452-a432-5892-83b3-87ba73a23e10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843105',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843105auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:40 [ecarstrade.be] INFO: Saving data for 6843105auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677017.818304, 'last_price_update_time': 1774537840.34679}
2026-03-26 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843105auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843101> (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-26 15:10:40 [ecarstrade.be] INFO: Extracting details for car 6843101auction106392
2026-03-26 15:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-26 15:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3017324-dca7-5c7d-9264-5a9e70fc05a3 with scrape type 2
2026-03-26 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3017324-dca7-5c7d-9264-5a9e70fc05a3 with scrape type 2
2026-03-26 15:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3017324-dca7-5c7d-9264-5a9e70fc05a3, identifier: 6843101auction106392
2026-03-26 15:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-26 15:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-26 15:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392 to the API
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843101>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': 'f3017324-dca7-5c7d-9264-5a9e70fc05a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843101',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25537,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:41 [ecarstrade.be] INFO: Saving data for 6843101auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677032.091246, 'last_price_update_time': 1774537841.272161}
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843101auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843106> (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-26 15:10:41 [ecarstrade.be] INFO: Extracting details for car 6843106auction106392
2026-03-26 15:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-26 15:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with scrape type 2
2026-03-26 15:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with scrape type 2
2026-03-26 15:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25dbac7f-106c-56a9-92c7-afa3cd079dc1, identifier: 6843106auction106392
2026-03-26 15:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-26 15:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-26 15:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392 to the API
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843106>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T15:46:03Z',
'fuel_type': 'Petrol',
'id': '25dbac7f-106c-56a9-92c7-afa3cd079dc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843106',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 27165,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276843106auction106392%27 HTTP/1.1" 200 None
2026-03-26 15:10:41 [ecarstrade.be] INFO: Saving data for 6843106auction106392: {'auction_closing_time': 1774712763.0, 'created_time': 1772677099.977277, 'last_price_update_time': 1774537841.845441}
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843106auction106392') HTTP/1.1" 204 0
2026-03-26 15:10:44 [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-26 15:10:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6951921auction61871
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:44 [ecarstrade.be] INFO: Scrape type for 6951921auction61871: 0
2026-03-26 15:10:44 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-26 15:10:45 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-26 15:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:45 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-26 15: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-26 15:10:51 [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-26 15:10:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-26 15:10:51 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-26 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:10:51 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-26 15: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-26 15:11:02 [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-26 15:11:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951893auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951893auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951893auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-26 15:11:03 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-26 15:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:03 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-26 15:11:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:06 [scrapy.extensions.logstats] INFO: Crawled 1185 pages (at 39 pages/min), scraped 1038 items (at 34 items/min)
2026-03-26 15:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6951865auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951865auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6951865auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:10 [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-26 15:11:10 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-26 15:11:10 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-26 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928534auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928534auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928534auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-26 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-26 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:11 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-26 15:11:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:17 [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-26 15:11:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926692auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926692auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926692auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-26 15:11:17 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:17 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-26 15:11:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:25 [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-26 15:11:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6903159auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903159auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6903159auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6903125auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903125auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6903125auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6904846auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904846auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6904846auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6904849auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904849auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6904849auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:25 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-26 15:11:25 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-26 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:26 [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-26 15:11:26 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-26 15:11:26 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-26 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:26 [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-26 15:11:26 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-26 15:11:26 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-26 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:26 [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-26 15:11:26 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-26 15:11:26 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-26 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:26 [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-26 15:11:26 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-26 15:11:26 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-26 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:26 [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-26 15:11:26 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-26 15:11:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:39 [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-26 15:11:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-26 15:11:39 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:39 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-26 15:11:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [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-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6980404auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980404auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6980404auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6980403auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6980403auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6388182auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276388182auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6388182auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6883888auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883888auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6883888auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6991571auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991571auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6991571auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6946076auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946076auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6946076auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6875427auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875427auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6875427auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6875414auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875414auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6875414auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6875416auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875416auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6875416auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6875422auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875422auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6875422auction61871: 0
2026-03-26 15:11:46 [ecarstrade.be] INFO: Found listing with ID: 6875403auction61871
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875403auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:46 [ecarstrade.be] INFO: Scrape type for 6875403auction61871: 0
2026-03-26 15:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:11:54 [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-26 15:11:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6875398auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875398auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6875398auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6875377auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875377auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6875377auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6875376auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875376auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6875376auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6875385auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875385auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6875385auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6931215auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6931215auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6931213auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6931213auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6980405auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6980405auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6980408auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6980408auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6980410auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6980410auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6980411auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6980411auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6991539auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6991539auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6991540auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6991540auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6991541auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6991541auction61871: 0
2026-03-26 15:11:54 [ecarstrade.be] INFO: Found listing with ID: 6991542auction61871
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:11:54 [ecarstrade.be] INFO: Scrape type for 6991542auction61871: 0
2026-03-26 15:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:12:06 [scrapy.extensions.logstats] INFO: Crawled 1191 pages (at 6 pages/min), scraped 1038 items (at 0 items/min)
2026-03-26 15:12:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 304MiB
2026-03-26 15:12:16 [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-26 15:12:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991543auction61871
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:16 [ecarstrade.be] INFO: Scrape type for 6991543auction61871: 0
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991545auction61871
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:16 [ecarstrade.be] INFO: Scrape type for 6991545auction61871: 0
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991546auction61871
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:16 [ecarstrade.be] INFO: Scrape type for 6991546auction61871: 0
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991547auction61871
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:16 [ecarstrade.be] INFO: Scrape type for 6991547auction61871: 0
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991548auction61871
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:16 [ecarstrade.be] INFO: Scrape type for 6991548auction61871: 0
2026-03-26 15:12:16 [ecarstrade.be] INFO: Found listing with ID: 6991549auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991549auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991550auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991550auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991552auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991552auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991554auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991554auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991555auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991555auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991557auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991557auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991558auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991558auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991559auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991559auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991560auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991560auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991561auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991561auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991562auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991562auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991563auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991563auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991564auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991564auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991565auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991565auction61871: 0
2026-03-26 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 6991566auction61871
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:17 [ecarstrade.be] INFO: Scrape type for 6991566auction61871: 0
2026-03-26 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991567auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991567auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991568auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991568auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991569auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991569auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991570auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991570auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991572auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991572auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991573auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991573auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6991574auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6991574auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997615auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997615auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-26 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-26 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:24 [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-26 15:12:24 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-26 15:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997635auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997635auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:30 [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-26 15:12:30 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-26 15:12:30 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-26 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:31 [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-26 15:12:31 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-26 15:12:31 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-26 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:31 [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-26 15:12:31 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-26 15:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:12:37 [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-26 15:12:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:12:37 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-26 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:37 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997656auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997656auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:38 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-26 15:12:38 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-26 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-26 15:12:39 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-26 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:39 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-26 15:12:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:12:45 [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-26 15:12:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997688auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-26 15:12:45 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-26 15:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:12:45 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-26 15: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-26 15:13:06 [scrapy.extensions.logstats] INFO: Crawled 1196 pages (at 5 pages/min), scraped 1038 items (at 0 items/min)
2026-03-26 15:13:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-26 15:13:20 [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-26 15:13:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 0
2026-03-26 15:13:20 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-26 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:20 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 0
2026-03-26 15: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-26 15:13:26 [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-26 15:13:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-26 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:26 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 0
2026-03-26 15:13:26 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-26 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:27 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 0
2026-03-26 15:13:27 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-26 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:27 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 0
2026-03-26 15:13:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:13:34 [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-26 15:13:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004041auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004041auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004041auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004042auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004042auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004042auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004051auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004051auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 0
2026-03-26 15:13:34 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-26 15:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:34 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 0
2026-03-26 15: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-26 15:13:41 [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-26 15:13:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005244auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005244auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 0
2026-03-26 15:13:41 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-26 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:41 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 0
2026-03-26 15: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-26 15:13:48 [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-26 15:13:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:48 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-26 15:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:48 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005262auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005262auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005262auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 0
2026-03-26 15:13:49 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-26 15:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:49 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 0
2026-03-26 15: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-26 15:13:55 [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-26 15:13:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005272auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005272auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005275auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005275auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005276auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005276auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005277auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005277auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7005278auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7005278auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6922684auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6922684auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6875378auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6875378auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6875352auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6875352auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 6991556auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 6991556auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7004011auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7004011auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7004014auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:55 [ecarstrade.be] INFO: Scrape type for 7004014auction61871: 0
2026-03-26 15:13:55 [ecarstrade.be] INFO: Found listing with ID: 7004043auction61871
2026-03-26 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-26 15:13:56 [ecarstrade.be] INFO: Scrape type for 7004043auction61871: 0
2026-03-26 15:13:56 [ecarstrade.be] INFO: Found listing with ID: 7002892auction101892
2026-03-26 15:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002892auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:13:56 [ecarstrade.be] INFO: Scrape type for 7002892auction101892: 0
2026-03-26 15:13:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:01 [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-26 15:14:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002905auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002905auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002905auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 6886623auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276886623auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 6886623auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002893auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002893auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002893auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002895auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002895auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002895auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002896auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002896auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002896auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002897auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002897auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002897auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002898auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002898auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002898auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002899auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002899auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002899auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002900auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002900auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002900auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002901auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002901auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002901auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002902auction101892
2026-03-26 15:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002902auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:01 [ecarstrade.be] INFO: Scrape type for 7002902auction101892: 0
2026-03-26 15:14:01 [ecarstrade.be] INFO: Found listing with ID: 7002904auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002904auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 7002904auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 7002906auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002906auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 7002906auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 7002908auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002908auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 7002908auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999246auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999246auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 0
2026-03-26 15:14:02 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-26 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:02 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 0
2026-03-26 15: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-26 15:14:06 [scrapy.extensions.logstats] INFO: Crawled 1203 pages (at 7 pages/min), scraped 1038 items (at 0 items/min)
2026-03-26 15:14:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-26 15:14: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-26 15:14:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6999256auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6999256auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 0
2026-03-26 15:14:09 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-26 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:09 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 0
2026-03-26 15: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-26 15:14:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6984164auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6984157auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6984157auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6984158auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6984158auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276892353auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276886607auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 0
2026-03-26 15:14:16 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-26 15:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874575auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:16 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-26 15: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-26 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-26 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874576auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:22 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 0
2026-03-26 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-26 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874577auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:22 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 0
2026-03-26 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-26 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874583auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:22 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 0
2026-03-26 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874584auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874568auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874569auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276874571auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 0
2026-03-26 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-26 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:23 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 0
2026-03-26 15: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-26 15:14:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875747auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276898139auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949434auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949440auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949443auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949444auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949457auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949461auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949471auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949491auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 0
2026-03-26 15:14:31 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-26 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949528auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:31 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 0
2026-03-26 15:14:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276949576auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959581auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959594auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959609auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959627auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959631auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959632auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959636auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276959649auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276963412auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276963414auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276968496auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276968497auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:37 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 0
2026-03-26 15:14:37 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-26 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276968499auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 0
2026-03-26 15:14:38 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-26 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276968502auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 0
2026-03-26 15:14:38 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-26 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276968504auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 0
2026-03-26 15:14:38 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-26 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276978828auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 0
2026-03-26 15:14:38 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-26 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983201auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 0
2026-03-26 15:14:38 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-26 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983202auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:38 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 0
2026-03-26 15: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-26 15:14:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983206auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983209auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983216auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276983228auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995797auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995799auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-26 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995800auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:43 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 0
2026-03-26 15:14:43 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995801auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:44 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 0
2026-03-26 15:14:44 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995802auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:44 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 0
2026-03-26 15:14:44 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995803auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:44 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 0
2026-03-26 15: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-26 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995804auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 0
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995805auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 0
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%276995806auction87925%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 0
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002818auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002818auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002818auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002819auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002819auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002819auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002820auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002820auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002853auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002853auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002913auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002913auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002913auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002915auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002915auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002916auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002916auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002917auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002917auction111054: 1
2026-03-26 15:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002918auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002918auction111054: 1
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002919auction111054
2026-03-26 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002919auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:51 [ecarstrade.be] INFO: Scrape type for 7002919auction111054: 1
2026-03-26 15:14:51 [ecarstrade.be] INFO: Found listing with ID: 7002920auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002920auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002921auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002921auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002921auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002922auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002922auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002922auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002923auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002923auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002992auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002992auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002992auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002993auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002993auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002993auction111054: 1
2026-03-26 15:14:52 [ecarstrade.be] INFO: Found listing with ID: 7002995auction111054
2026-03-26 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002995auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:52 [ecarstrade.be] INFO: Scrape type for 7002995auction111054: 1
2026-03-26 15:14:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002818> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:14:58 [ecarstrade.be] INFO: Extracting details for car 7002818auction111054
2026-03-26 15:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c682963-81f6-5399-9c02-17fb7ba070a8 with identifier: 7002818auction111054
2026-03-26 15:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c682963-81f6-5399-9c02-17fb7ba070a8 with scrape type 1
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0c682963-81f6-5399-9c02-17fb7ba070a8
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774506189%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_000/780x0__r.jpg?hash=1774506189 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774506190%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_001/780x0__r.jpg?hash=1774506190 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774506190%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_002/780x0__r.jpg?hash=1774506190 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774506190%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_003/780x0__r.jpg?hash=1774506190 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774506190%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_004/780x0__r.jpg?hash=1774506190 not downloaded yet
2026-03-26 15:14:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002913> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002818%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774506190%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_005/780x0__r.jpg?hash=1774506190 not downloaded yet
2026-03-26 15:14:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:58 [ecarstrade.be] INFO: Extracting details for car 7002913auction111054
2026-03-26 15:14:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002915> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7191465-68f0-598f-a4ff-c3dc12329e71 with identifier: 7002913auction111054
2026-03-26 15:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7191465-68f0-598f-a4ff-c3dc12329e71 with scrape type 1
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7191465-68f0-598f-a4ff-c3dc12329e71
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_000/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_001/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_002/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_003/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_004/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002913%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513388%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_005/780x0__r.jpg?hash=1774513388 not downloaded yet
2026-03-26 15:14:58 [ecarstrade.be] INFO: Extracting details for car 7002915auction111054
2026-03-26 15:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with identifier: 7002915auction111054
2026-03-26 15:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with scrape type 1
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_000/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_001/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_002/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_003/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_004/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002915%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513408%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_005/780x0__r.jpg?hash=1774513408 not downloaded yet
2026-03-26 15:14:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002916> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:58 [ecarstrade.be] INFO: Extracting details for car 7002916auction111054
2026-03-26 15:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318340c8-9917-58d1-89dc-c80d0eabd645 with identifier: 7002916auction111054
2026-03-26 15:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318340c8-9917-58d1-89dc-c80d0eabd645 with scrape type 1
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513416%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_000/780x0__r.jpg?hash=1774513416 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513417%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_001/780x0__r.jpg?hash=1774513417 not downloaded yet
2026-03-26 15:14:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002819> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513417%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_002/780x0__r.jpg?hash=1774513417 not downloaded yet
2026-03-26 15:14:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513417%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_003/780x0__r.jpg?hash=1774513417 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513417%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_004/780x0__r.jpg?hash=1774513417 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002916%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513417%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_005/780x0__r.jpg?hash=1774513417 not downloaded yet
2026-03-26 15:14:58 [ecarstrade.be] INFO: Extracting details for car 7002819auction111054
2026-03-26 15:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d08d74-73ec-515c-8fc8-ebcd57816446 with identifier: 7002819auction111054
2026-03-26 15:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d08d74-73ec-515c-8fc8-ebcd57816446 with scrape type 1
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774506198%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_000/780x0__r.jpg?hash=1774506198 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774506198%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_001/780x0__r.jpg?hash=1774506198 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774506199%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_002/780x0__r.jpg?hash=1774506199 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774506199%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_003/780x0__r.jpg?hash=1774506199 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774506199%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_004/780x0__r.jpg?hash=1774506199 not downloaded yet
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002819%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774506199%27 HTTP/1.1" 200 None
2026-03-26 15:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_005/780x0__r.jpg?hash=1774506199 not downloaded yet
2026-03-26 15:14:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002853> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7002996auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7002996auction111054: 1
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7002998auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7002998auction111054: 1
2026-03-26 15:14:59 [ecarstrade.be] INFO: Extracting details for car 7002853auction111054
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7002999auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7002999auction111054: 1
2026-03-26 15:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with identifier: 7002853auction111054
2026-03-26 15:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with scrape type 1
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774511168%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_000/780x0__r.jpg?hash=1774511168 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003001auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003001auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003001auction111054: 1
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774511168%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_001/780x0__r.jpg?hash=1774511168 not downloaded yet
2026-03-26 15:14:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002820> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003002auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003002auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003002auction111054: 1
2026-03-26 15:14:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774511168%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_002/780x0__r.jpg?hash=1774511168 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003004auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003004auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003004auction111054: 1
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774511168%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_003/780x0__r.jpg?hash=1774511168 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003005auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003005auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003005auction111054: 1
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774511169%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_004/780x0__r.jpg?hash=1774511169 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003007auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003007auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003007auction111054: 1
2026-03-26 15:14:59 [ecarstrade.be] INFO: Extracting details for car 7002820auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002853%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774511169%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_005/780x0__r.jpg?hash=1774511169 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003008auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003008auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003008auction111054: 1
2026-03-26 15:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with identifier: 7002820auction111054
2026-03-26 15:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with scrape type 1
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_000/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003009auction111054
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003009auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [ecarstrade.be] INFO: Scrape type for 7003009auction111054: 1
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_001/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:14:59 [ecarstrade.be] INFO: Found listing with ID: 7003103auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003103auction111054: 1
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_002/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003212auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003212auction111054: 1
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_003/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003213auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003213auction111054: 1
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_004/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003214auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003214auction111054: 1
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002820%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774506203%27 HTTP/1.1" 200 None
2026-03-26 15:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_005/780x0__r.jpg?hash=1774506203 not downloaded yet
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003215auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003215auction111054: 1
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003217auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003217auction111054: 1
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003277auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003277auction111054: 1
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003359auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003359auction111054: 1
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003361auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003361auction111054: 1
2026-03-26 15:15:00 [ecarstrade.be] INFO: Found listing with ID: 7003553auction111054
2026-03-26 15:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:00 [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-26 15:15:00 [ecarstrade.be] INFO: Scrape type for 7003553auction111054: 1
2026-03-26 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002917> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:04 [ecarstrade.be] INFO: Extracting details for car 7002917auction111054
2026-03-26 15:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab16740-92c7-525c-9b84-b4cdf06c3120 with identifier: 7002917auction111054
2026-03-26 15:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab16740-92c7-525c-9b84-b4cdf06c3120 with scrape type 1
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_000/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_001/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_002/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_003/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_004/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002917%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513421%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_005/780x0__r.jpg?hash=1774513421 not downloaded yet
2026-03-26 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002921> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:04 [ecarstrade.be] INFO: Extracting details for car 7002921auction111054
2026-03-26 15:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with identifier: 7002921auction111054
2026-03-26 15:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with scrape type 1
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513456%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_000/780x0__r.jpg?hash=1774513456 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513456%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_001/780x0__r.jpg?hash=1774513456 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513456%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_002/780x0__r.jpg?hash=1774513456 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513456%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_003/780x0__r.jpg?hash=1774513456 not downloaded yet
2026-03-26 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_004/780x0__r.jpg?hash=1774506190> (referer: https://ecarstrade.com/cars/7002818)
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513456%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_004/780x0__r.jpg?hash=1774513456 not downloaded yet
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002921%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513457%27 HTTP/1.1" 200 None
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_005/780x0__r.jpg?hash=1774513457 not downloaded yet
2026-03-26 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_005/780x0__r.jpg?hash=1774506190> (referer: https://ecarstrade.com/cars/7002818)
2026-03-26 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0c682963-81f6-5399-9c02-17fb7ba070a8
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_005/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002919> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0c682963-81f6-5399-9c02-17fb7ba070a8
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_001/780x0__r.jpg?hash=1774513417> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_004/780x0__r.jpg?hash=1774506199> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:05 [ecarstrade.be] INFO: Extracting details for car 7002919auction111054
2026-03-26 15:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with identifier: 7002919auction111054
2026-03-26 15:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with scrape type 1
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_000/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_001/780x0__r.jpg?hash=1774511168> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_001/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_002/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_005/780x0__r.jpg?hash=1774506199> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_003/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_004/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002919%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513439%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_005/780x0__r.jpg?hash=1774513439 not downloaded yet
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_005/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_003/780x0__r.jpg?hash=1774513456> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_005/780x0__r.jpg?hash=1774513457> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_004/780x0__r.jpg?hash=1774513456> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_002/780x0__r.jpg?hash=1774513456> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_001/780x0__r.jpg?hash=1774513456> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002920> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002918> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_000/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_000/780x0__r.jpg?hash=1774513456> (referer: https://ecarstrade.com/cars/7002921)
2026-03-26 15:15:05 [ecarstrade.be] INFO: Extracting details for car 7002920auction111054
2026-03-26 15:15:05 [ecarstrade.be] INFO: Extracting details for car 7002918auction111054
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 7002920auction111054
2026-03-26 15:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ad124fd-25d7-584e-9f32-35d64e29537e with scrape type 1
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513443%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_000/780x0__r.jpg?hash=1774513443 not downloaded yet
2026-03-26 15:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3028e278-0035-5e42-84bf-7119e07150cc with identifier: 7002918auction111054
2026-03-26 15:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3028e278-0035-5e42-84bf-7119e07150cc with scrape type 1
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513425%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_000/780x0__r.jpg?hash=1774513425 not downloaded yet
2026-03-26 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_005/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513444%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_002/780x0__r.jpg?hash=1774513444 not downloaded yet
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513425%27 HTTP/1.1" 200 None
2026-03-26 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_001/780x0__r.jpg?hash=1774513425 not downloaded yet
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513449%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_003/780x0__r.jpg?hash=1774513449 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513425%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_002/780x0__r.jpg?hash=1774513425 not downloaded yet
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539
2026-03-26 15:15:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539, skipping ID generation
2026-03-26 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with scrape type 1
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 sending to next pipeline
2026-03-26 15:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539, identifier: 7002921auction111054
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_004/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_003/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513449%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_004/780x0__r.jpg?hash=1774513449 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513425%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_003/780x0__r.jpg?hash=1774513425 not downloaded yet
2026-03-26 15:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with identifier: 7002921auction111054
2026-03-26 15:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with identifier: 7002921auction111054
2026-03-26 15:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c86cd1c-8a7c-55f7-b965-42cb7ae62539 with identifier: 7002921auction111054 to the API
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_000/780x0__r.jpg?hash=1774513456>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4c86cd1c-8a7c-55f7-b965-42cb7ae62539',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002921',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Austral',
'odometer': 35488,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Austral E-Tech (HEV) Austral 1.2 E-Tech HEV Iconic Esprit '
'Alpine',
'transmission': 'automatic',
'trim': 'RENAULT E-Tech (HEV) 1.2 E-Tech HEV Iconic Esprit Alpine',
'vin': None,
'year': 2024}
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [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-26 15:15:06 [ecarstrade.be] INFO: Saving data for 7002921auction111054: {'created_time': 1774538106.480977, 'last_price_update_time': 1774538106.480988, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002921auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002923> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513449%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_005/780x0__r.jpg?hash=1774513449 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513430%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_004/780x0__r.jpg?hash=1774513430 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002920%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774513449%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_006/780x0__r.jpg?hash=1774513449 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002918%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513430%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_005/780x0__r.jpg?hash=1774513430 not downloaded yet
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [scrapy.extensions.logstats] INFO: Crawled 1224 pages (at 21 pages/min), scraped 1039 items (at 1 items/min)
2026-03-26 15:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_004/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_001/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:06 [ecarstrade.be] INFO: Extracting details for car 7002923auction111054
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_002/780x0__r.jpg?hash=1774513439> (referer: https://ecarstrade.com/cars/7002919)
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_002/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a73396f2-8b96-54a4-818b-526e44a292ed with identifier: 7002923auction111054
2026-03-26 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a73396f2-8b96-54a4-818b-526e44a292ed with scrape type 1
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_000/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_001/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_001/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_002/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_003/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_004/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_000/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002923%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774513464%27 HTTP/1.1" 200 None
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_005/780x0__r.jpg?hash=1774513464 not downloaded yet
2026-03-26 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_000/780x0__r.jpg?hash=1774513425> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67
2026-03-26 15:15:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67, skipping ID generation
2026-03-26 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with scrape type 1
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 sending to next pipeline
2026-03-26 15:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67, identifier: 7002919auction111054
2026-03-26 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with identifier: 7002919auction111054
2026-03-26 15:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with identifier: 7002919auction111054
2026-03-26 15:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with identifier: 7002919auction111054 to the API
2026-03-26 15:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_002/780x0__r.jpg?hash=1774513439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '8e330fa4-55e1-52ff-bd78-fbe77fdecd67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002919',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Mokka',
'odometer': 88160,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka Mokka 1.4 Turbo 4x2 Enjoy',
'transmission': 'manual',
'trim': 'OPEL 1.4 Turbo 4x2 Enjoy',
'vin': None,
'year': 2016}
2026-03-26 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:07 [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-26 15:15:07 [ecarstrade.be] INFO: Saving data for 7002919auction111054: {'created_time': 1774538107.297761, 'last_price_update_time': 1774538107.297771, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002919auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_002/780x0__r.jpg?hash=1774513425> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002922> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_003/780x0__r.jpg?hash=1774513449> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002992> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_003/780x0__r.jpg?hash=1774513421> (referer: https://ecarstrade.com/cars/7002917)
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_003/780x0__r.jpg?hash=1774513425> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_005/780x0__r.jpg?hash=1774513430> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:07 [ecarstrade.be] INFO: Extracting details for car 7002922auction111054
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_006/780x0__r.jpg?hash=1774513449> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_005/780x0__r.jpg?hash=1774513449> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_001/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15:15:07 [ecarstrade.be] INFO: Extracting details for car 7002992auction111054
2026-03-26 15:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 318340c8-9917-58d1-89dc-c80d0eabd645 with identifier: 7002922auction111054, dropping item
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:07 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 5ab16740-92c7-525c-9b84-b4cdf06c3120 with identifier: 7002992auction111054, dropping item
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5ab16740-92c7-525c-9b84-b4cdf06c3120
2026-03-26 15:15:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ab16740-92c7-525c-9b84-b4cdf06c3120, skipping ID generation
2026-03-26 15:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab16740-92c7-525c-9b84-b4cdf06c3120 with scrape type 1
2026-03-26 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ab16740-92c7-525c-9b84-b4cdf06c3120 sending to next pipeline
2026-03-26 15:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ab16740-92c7-525c-9b84-b4cdf06c3120, identifier: 7002917auction111054
2026-03-26 15:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ab16740-92c7-525c-9b84-b4cdf06c3120 with identifier: 7002917auction111054
2026-03-26 15:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ab16740-92c7-525c-9b84-b4cdf06c3120 with identifier: 7002917auction111054
2026-03-26 15:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ab16740-92c7-525c-9b84-b4cdf06c3120 with identifier: 7002917auction111054 to the API
2026-03-26 15:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_003/780x0__r.jpg?hash=1774513421>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '5ab16740-92c7-525c-9b84-b4cdf06c3120',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002917',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 91773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-20',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Grand Scénic Grand Scénic 1.2 TCe Energy Intens',
'transmission': 'manual',
'trim': 'RENAULT Grand Scénic Grand Scénic 1.2 TCe Energy Intens',
'vin': None,
'year': 2017}
2026-03-26 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:08 [ecarstrade.be] INFO: Saving data for 7002917auction111054: {'created_time': 1774538108.6437, 'last_price_update_time': 1774538108.643716, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002917auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_002/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_005/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_004/780x0__r.jpg?hash=1774513430> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_004/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_003/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_000/780x0__r.jpg?hash=1774513464> (referer: https://ecarstrade.com/cars/7002923)
2026-03-26 15: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-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_001/780x0__r.jpg?hash=1774513425> (referer: https://ecarstrade.com/cars/7002918)
2026-03-26 15: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-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_002/780x0__r.jpg?hash=1774513444> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15: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-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_004/780x0__r.jpg?hash=1774513449> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15: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-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_000/780x0__r.jpg?hash=1774513443> (referer: https://ecarstrade.com/cars/7002920)
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a73396f2-8b96-54a4-818b-526e44a292ed
2026-03-26 15:15:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a73396f2-8b96-54a4-818b-526e44a292ed, skipping ID generation
2026-03-26 15:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a73396f2-8b96-54a4-818b-526e44a292ed with scrape type 1
2026-03-26 15:15:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a73396f2-8b96-54a4-818b-526e44a292ed sending to next pipeline
2026-03-26 15:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a73396f2-8b96-54a4-818b-526e44a292ed, identifier: 7002923auction111054
2026-03-26 15:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a73396f2-8b96-54a4-818b-526e44a292ed with identifier: 7002923auction111054
2026-03-26 15:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a73396f2-8b96-54a4-818b-526e44a292ed with identifier: 7002923auction111054
2026-03-26 15:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a73396f2-8b96-54a4-818b-526e44a292ed with identifier: 7002923auction111054 to the API
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_000/780x0__r.jpg?hash=1774513464>
{'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-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a73396f2-8b96-54a4-818b-526e44a292ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002923',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 60663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.5 BlueHDi Allure S&S',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.5 BlueHDi Allure S&S',
'vin': None,
'year': 2022}
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:09 [ecarstrade.be] INFO: Saving data for 7002923auction111054: {'created_time': 1774538109.340023, 'last_price_update_time': 1774538109.340034, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002923auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_005/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15: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-26 15:15:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3028e278-0035-5e42-84bf-7119e07150cc
2026-03-26 15:15:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3028e278-0035-5e42-84bf-7119e07150cc, skipping ID generation
2026-03-26 15:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3028e278-0035-5e42-84bf-7119e07150cc with scrape type 1
2026-03-26 15:15:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3028e278-0035-5e42-84bf-7119e07150cc sending to next pipeline
2026-03-26 15:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3028e278-0035-5e42-84bf-7119e07150cc, identifier: 7002918auction111054
2026-03-26 15:15:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ad124fd-25d7-584e-9f32-35d64e29537e
2026-03-26 15:15:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ad124fd-25d7-584e-9f32-35d64e29537e, skipping ID generation
2026-03-26 15:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ad124fd-25d7-584e-9f32-35d64e29537e with scrape type 1
2026-03-26 15:15:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ad124fd-25d7-584e-9f32-35d64e29537e sending to next pipeline
2026-03-26 15:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ad124fd-25d7-584e-9f32-35d64e29537e, identifier: 7002920auction111054
2026-03-26 15:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3028e278-0035-5e42-84bf-7119e07150cc with identifier: 7002918auction111054
2026-03-26 15:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3028e278-0035-5e42-84bf-7119e07150cc with identifier: 7002918auction111054
2026-03-26 15:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3028e278-0035-5e42-84bf-7119e07150cc with identifier: 7002918auction111054 to the API
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_001/780x0__r.jpg?hash=1774513425>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '3028e278-0035-5e42-84bf-7119e07150cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002918',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 156578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan 2.0 CR TDi Trend & Fun BMT',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 CR TDi Trend & Fun BMT',
'vin': None,
'year': 2013}
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:09 [ecarstrade.be] INFO: Saving data for 7002918auction111054: {'created_time': 1774538109.910616, 'last_price_update_time': 1774538109.910626, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002918auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 7002920auction111054
2026-03-26 15:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 7002920auction111054
2026-03-26 15:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 7002920auction111054 to the API
2026-03-26 15:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_000/780x0__r.jpg?hash=1774513443>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6ad124fd-25d7-584e-9f32-35d64e29537e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002920',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 13496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 Turbo MHEV',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 Turbo MHEV',
'vin': None,
'year': 2025}
2026-03-26 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:10 [ecarstrade.be] INFO: Saving data for 7002920auction111054: {'created_time': 1774538110.222219, 'last_price_update_time': 1774538110.222229, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002920auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002995> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_004/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15: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-26 15:15:10 [ecarstrade.be] INFO: Extracting details for car 7002995auction111054
2026-03-26 15:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 8e330fa4-55e1-52ff-bd78-fbe77fdecd67 with identifier: 7002995auction111054, dropping item
2026-03-26 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003553> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:11 [ecarstrade.be] INFO: Extracting details for car 7003553auction111054
2026-03-26 15:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_003/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15: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-26 15:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42dec891-d573-5627-b222-3bf2460a9844 with identifier: 7003553auction111054
2026-03-26 15:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42dec891-d573-5627-b222-3bf2460a9844 with scrape type 1
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774521968%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_000/780x0__r.jpg?hash=1774521968 not downloaded yet
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774521968%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_001/780x0__r.jpg?hash=1774521968 not downloaded yet
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774521968%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_002/780x0__r.jpg?hash=1774521968 not downloaded yet
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774521969%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_003/780x0__r.jpg?hash=1774521969 not downloaded yet
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774521969%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_004/780x0__r.jpg?hash=1774521969 not downloaded yet
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003553%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774521969%27 HTTP/1.1" 200 None
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_005/780x0__r.jpg?hash=1774521969 not downloaded yet
2026-03-26 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003361> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_002/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15:15:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:13 [ecarstrade.be] INFO: Extracting details for car 7003361auction111054
2026-03-26 15:15:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with identifier: 7003361auction111054
2026-03-26 15:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with scrape type 1
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774519229%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_000/780x0__r.jpg?hash=1774519229 not downloaded yet
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774519230%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_001/780x0__r.jpg?hash=1774519230 not downloaded yet
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774519230%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_002/780x0__r.jpg?hash=1774519230 not downloaded yet
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774519230%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_003/780x0__r.jpg?hash=1774519230 not downloaded yet
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774519230%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_004/780x0__r.jpg?hash=1774519230 not downloaded yet
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003361%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774519230%27 HTTP/1.1" 200 None
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_005/780x0__r.jpg?hash=1774519230 not downloaded yet
2026-03-26 15:15:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003277> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_001/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15: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-26 15:15:16 [ecarstrade.be] INFO: Extracting details for car 7003277auction111054
2026-03-26 15:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54ba7a68-e82c-53db-883e-53b3ed1414ea with identifier: 7003277auction111054
2026-03-26 15:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54ba7a68-e82c-53db-883e-53b3ed1414ea with scrape type 1
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774518370%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_000/780x0__r.jpg?hash=1774518370 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774518370%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_001/780x0__r.jpg?hash=1774518370 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774518370%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_002/780x0__r.jpg?hash=1774518370 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774518370%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_003/780x0__r.jpg?hash=1774518370 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774518371%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_004/780x0__r.jpg?hash=1774518371 not downloaded yet
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003277%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774518371%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_005/780x0__r.jpg?hash=1774518371 not downloaded yet
2026-03-26 15:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003359> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_000/780x0__r.jpg?hash=1774506203> (referer: https://ecarstrade.com/cars/7002820)
2026-03-26 15: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-26 15:15:16 [ecarstrade.be] INFO: Extracting details for car 7003359auction111054
2026-03-26 15:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75af4b36-02df-5f86-b709-10ad256556df with identifier: 7003359auction111054
2026-03-26 15:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75af4b36-02df-5f86-b709-10ad256556df with scrape type 1
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774519218%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_000/780x0__r.jpg?hash=1774519218 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774519218%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_001/780x0__r.jpg?hash=1774519218 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774519218%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_002/780x0__r.jpg?hash=1774519218 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774519218%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_003/780x0__r.jpg?hash=1774519218 not downloaded yet
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774519218%27 HTTP/1.1" 200 None
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_004/780x0__r.jpg?hash=1774519218 not downloaded yet
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab
2026-03-26 15:15:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab, skipping ID generation
2026-03-26 15:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with scrape type 1
2026-03-26 15:15:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab sending to next pipeline
2026-03-26 15:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab, identifier: 7002820auction111054
2026-03-26 15:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with identifier: 7002820auction111054
2026-03-26 15:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with identifier: 7002820auction111054
2026-03-26 15:15:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4375d5d8-fbbe-5a3c-9eea-d327fd2782ab with identifier: 7002820auction111054 to the API
2026-03-26 15:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_000/780x0__r.jpg?hash=1774506203>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '4375d5d8-fbbe-5a3c-9eea-d327fd2782ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002820',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 138954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe C SW Dsl (S205) C 200 d',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe C SW Dsl (S205) d',
'vin': None,
'year': 2017}
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [ecarstrade.be] INFO: Saving data for 7002820auction111054: {'created_time': 1774538117.121641, 'last_price_update_time': 1774538117.121649, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002820auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003359%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774519219%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_005/780x0__r.jpg?hash=1774519219 not downloaded yet
2026-03-26 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003213> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_005/780x0__r.jpg?hash=1774511169> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15: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-26 15:15:17 [ecarstrade.be] INFO: Extracting details for car 7003213auction111054
2026-03-26 15:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c74728be-b415-5e49-8459-ade9338cff4b with identifier: 7003213auction111054
2026-03-26 15:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c74728be-b415-5e49-8459-ade9338cff4b with scrape type 1
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_000/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_001/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_002/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_003/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_004/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003213%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774516992%27 HTTP/1.1" 200 None
2026-03-26 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_005/780x0__r.jpg?hash=1774516992 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003215> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003217> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003214> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_005/780x0__r.jpg?hash=1774521969> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7003215auction111054
2026-03-26 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4944f6-c891-5e4e-9d75-eaffad63cedf with identifier: 7003215auction111054
2026-03-26 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4944f6-c891-5e4e-9d75-eaffad63cedf with scrape type 1
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774517003%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_000/780x0__r.jpg?hash=1774517003 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774517003%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_001/780x0__r.jpg?hash=1774517003 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_005/780x0__r.jpg?hash=1774519230> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_004/780x0__r.jpg?hash=1774521969> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774517003%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_002/780x0__r.jpg?hash=1774517003 not downloaded yet
2026-03-26 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7003217auction111054
2026-03-26 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7003214auction111054
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_004/780x0__r.jpg?hash=1774519230> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774517003%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_003/780x0__r.jpg?hash=1774517003 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003212> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_005/780x0__r.jpg?hash=1774518371> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774517004%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_004/780x0__r.jpg?hash=1774517004 not downloaded yet
2026-03-26 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with identifier: 7003217auction111054
2026-03-26 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with scrape type 1
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_000/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7003214auction111054
2026-03-26 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca871f76-266e-5328-92b7-c7d4a45bbe60 with scrape type 1
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774516994%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_000/780x0__r.jpg?hash=1774516994 not downloaded yet
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003215%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774517004%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_005/780x0__r.jpg?hash=1774517004 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_001/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774516999%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_001/780x0__r.jpg?hash=1774516999 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_004/780x0__r.jpg?hash=1774518371> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_005/780x0__r.jpg?hash=1774519219> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7003212auction111054
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_005/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_002/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774517000%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_002/780x0__r.jpg?hash=1774517000 not downloaded yet
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: c74728be-b415-5e49-8459-ade9338cff4b with identifier: 7003212auction111054, dropping item
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_003/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774517000%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_003/780x0__r.jpg?hash=1774517000 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_004/780x0__r.jpg?hash=1774519218> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_004/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_003/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_004/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774517000%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_004/780x0__r.jpg?hash=1774517000 not downloaded yet
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_002/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003217%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774517010%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_005/780x0__r.jpg?hash=1774517010 not downloaded yet
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003214%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774517000%27 HTTP/1.1" 200 None
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_005/780x0__r.jpg?hash=1774517000 not downloaded yet
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_000/780x0__r.jpg?hash=1774517003> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_002/780x0__r.jpg?hash=1774517003> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_000/780x0__r.jpg?hash=1774516994> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_003/780x0__r.jpg?hash=1774517003> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_001/780x0__r.jpg?hash=1774517003> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_001/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_001/780x0__r.jpg?hash=1774516999> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_003/780x0__r.jpg?hash=1774517000> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_003/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_000/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_002/780x0__r.jpg?hash=1774517000> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_004/780x0__r.jpg?hash=1774517000> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_005/780x0__r.jpg?hash=1774517000> (referer: https://ecarstrade.com/cars/7003214)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_005/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_004/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_001/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_002/780x0__r.jpg?hash=1774517010> (referer: https://ecarstrade.com/cars/7003217)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_005/780x0__r.jpg?hash=1774517004> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_004/780x0__r.jpg?hash=1774517004> (referer: https://ecarstrade.com/cars/7003215)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_000/780x0__r.jpg?hash=1774516992> (referer: https://ecarstrade.com/cars/7003213)
2026-03-26 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_003/780x0__r.jpg?hash=1774519218> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-26 15:15:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca871f76-266e-5328-92b7-c7d4a45bbe60, skipping ID generation
2026-03-26 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca871f76-266e-5328-92b7-c7d4a45bbe60 with scrape type 1
2026-03-26 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca871f76-266e-5328-92b7-c7d4a45bbe60 sending to next pipeline
2026-03-26 15:15:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca871f76-266e-5328-92b7-c7d4a45bbe60, identifier: 7003214auction111054
2026-03-26 15:15:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7003214auction111054
2026-03-26 15:15:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7003214auction111054
2026-03-26 15:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7003214auction111054 to the API
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003214/photo_005/780x0__r.jpg?hash=1774517000>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ca871f76-266e-5328-92b7-c7d4a45bbe60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003214',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 148915,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Focus 1.0 EcoBoost Business Edition 99G',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoBoost Business Edition 99G',
'vin': None,
'year': 2015}
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:19 [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-26 15:15:19 [ecarstrade.be] INFO: Saving data for 7003214auction111054: {'created_time': 1774538119.320781, 'last_price_update_time': 1774538119.32079, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003214auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_000/780x0__r.jpg?hash=1774519218> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_002/780x0__r.jpg?hash=1774519218> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_003/780x0__r.jpg?hash=1774518370> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_001/780x0__r.jpg?hash=1774519218> (referer: https://ecarstrade.com/cars/7003359)
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2
2026-03-26 15:15:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2, skipping ID generation
2026-03-26 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with scrape type 1
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 sending to next pipeline
2026-03-26 15:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2, identifier: 7003217auction111054
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe4944f6-c891-5e4e-9d75-eaffad63cedf
2026-03-26 15:15:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe4944f6-c891-5e4e-9d75-eaffad63cedf, skipping ID generation
2026-03-26 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4944f6-c891-5e4e-9d75-eaffad63cedf with scrape type 1
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe4944f6-c891-5e4e-9d75-eaffad63cedf sending to next pipeline
2026-03-26 15:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe4944f6-c891-5e4e-9d75-eaffad63cedf, identifier: 7003215auction111054
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c74728be-b415-5e49-8459-ade9338cff4b
2026-03-26 15:15:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c74728be-b415-5e49-8459-ade9338cff4b, skipping ID generation
2026-03-26 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c74728be-b415-5e49-8459-ade9338cff4b with scrape type 1
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c74728be-b415-5e49-8459-ade9338cff4b sending to next pipeline
2026-03-26 15:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c74728be-b415-5e49-8459-ade9338cff4b, identifier: 7003213auction111054
2026-03-26 15:15:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with identifier: 7003217auction111054
2026-03-26 15:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with identifier: 7003217auction111054
2026-03-26 15:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b8f123c-5b13-5ea4-a25f-425e4ed753d2 with identifier: 7003217auction111054 to the API
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003217/photo_002/780x0__r.jpg?hash=1774517010>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '1b8f123c-5b13-5ea4-a25f-425e4ed753d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003217',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 211958,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q7 Audi Q7 S line 50 TDI quattro 210(286) kW(pk) tiptronic',
'transmission': 'automatic',
'trim': 'AUDI S line 50 TDI quattro 210(286) kW(pk) tiptronic',
'vin': None,
'year': 2020}
2026-03-26 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:19 [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-26 15:15:19 [ecarstrade.be] INFO: Saving data for 7003217auction111054: {'created_time': 1774538119.997526, 'last_price_update_time': 1774538119.997537, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003217auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe4944f6-c891-5e4e-9d75-eaffad63cedf with identifier: 7003215auction111054
2026-03-26 15:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe4944f6-c891-5e4e-9d75-eaffad63cedf with identifier: 7003215auction111054
2026-03-26 15:15:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe4944f6-c891-5e4e-9d75-eaffad63cedf with identifier: 7003215auction111054 to the API
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003215/photo_004/780x0__r.jpg?hash=1774517004>
{'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': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'fe4944f6-c891-5e4e-9d75-eaffad63cedf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003215',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 200441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII',
'vin': None,
'year': 2016}
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:20 [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-26 15:15:20 [ecarstrade.be] INFO: Saving data for 7003215auction111054: {'created_time': 1774538120.331993, 'last_price_update_time': 1774538120.332004, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003215auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c74728be-b415-5e49-8459-ade9338cff4b with identifier: 7003213auction111054
2026-03-26 15:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c74728be-b415-5e49-8459-ade9338cff4b with identifier: 7003213auction111054
2026-03-26 15:15:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c74728be-b415-5e49-8459-ade9338cff4b with identifier: 7003213auction111054 to the API
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003213/photo_000/780x0__r.jpg?hash=1774516992>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'c74728be-b415-5e49-8459-ade9338cff4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003213',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 107000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus SW Focus 1.5 EcoBlue Trend',
'transmission': 'manual',
'trim': 'FORD SW 1.5 EcoBlue Trend',
'vin': None,
'year': 2021}
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:20 [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-26 15:15:20 [ecarstrade.be] INFO: Saving data for 7003213auction111054: {'created_time': 1774538120.840715, 'last_price_update_time': 1774538120.840729, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003213auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_003/780x0__r.jpg?hash=1774519230> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_002/780x0__r.jpg?hash=1774518370> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 75af4b36-02df-5f86-b709-10ad256556df
2026-03-26 15:15:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75af4b36-02df-5f86-b709-10ad256556df, skipping ID generation
2026-03-26 15:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75af4b36-02df-5f86-b709-10ad256556df with scrape type 1
2026-03-26 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75af4b36-02df-5f86-b709-10ad256556df sending to next pipeline
2026-03-26 15:15:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75af4b36-02df-5f86-b709-10ad256556df, identifier: 7003359auction111054
2026-03-26 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_001/780x0__r.jpg?hash=1774518370> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_000/780x0__r.jpg?hash=1774518370> (referer: https://ecarstrade.com/cars/7003277)
2026-03-26 15:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75af4b36-02df-5f86-b709-10ad256556df with identifier: 7003359auction111054
2026-03-26 15:15:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75af4b36-02df-5f86-b709-10ad256556df with identifier: 7003359auction111054
2026-03-26 15:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75af4b36-02df-5f86-b709-10ad256556df with identifier: 7003359auction111054 to the API
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003359/photo_001/780x0__r.jpg?hash=1774519218>
{'auction_title': '',
'c_o_2_emission_value': 208,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '75af4b36-02df-5f86-b709-10ad256556df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003359',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 89650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'vin': None,
'year': 2024}
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:21 [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-26 15:15:21 [ecarstrade.be] INFO: Saving data for 7003359auction111054: {'created_time': 1774538121.446727, 'last_price_update_time': 1774538121.446737, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003359auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_001/780x0__r.jpg?hash=1774519230> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_002/780x0__r.jpg?hash=1774519230> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003103> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 54ba7a68-e82c-53db-883e-53b3ed1414ea
2026-03-26 15:15:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54ba7a68-e82c-53db-883e-53b3ed1414ea, skipping ID generation
2026-03-26 15:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54ba7a68-e82c-53db-883e-53b3ed1414ea with scrape type 1
2026-03-26 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54ba7a68-e82c-53db-883e-53b3ed1414ea sending to next pipeline
2026-03-26 15:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54ba7a68-e82c-53db-883e-53b3ed1414ea, identifier: 7003277auction111054
2026-03-26 15:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54ba7a68-e82c-53db-883e-53b3ed1414ea with identifier: 7003277auction111054
2026-03-26 15:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54ba7a68-e82c-53db-883e-53b3ed1414ea with identifier: 7003277auction111054
2026-03-26 15:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54ba7a68-e82c-53db-883e-53b3ed1414ea with identifier: 7003277auction111054 to the API
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003277/photo_000/780x0__r.jpg?hash=1774518370>
{'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-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '54ba7a68-e82c-53db-883e-53b3ed1414ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003277',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 77142,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 5P/D 1.0 SRE STYLE 5P 55 DG2 5V',
'transmission': 'manual',
'trim': 'SEAT 5P/D 1.0 SRE STYLE 5P 55 DG2 5V',
'vin': None,
'year': 2017}
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:21 [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-26 15:15:21 [ecarstrade.be] INFO: Saving data for 7003277auction111054: {'created_time': 1774538121.945187, 'last_price_update_time': 1774538121.945198, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003277auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_000/780x0__r.jpg?hash=1774519229> (referer: https://ecarstrade.com/cars/7003361)
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_003/780x0__r.jpg?hash=1774521969> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_002/780x0__r.jpg?hash=1774521968> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:21 [ecarstrade.be] INFO: Extracting details for car 7003103auction111054
2026-03-26 15:15:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_001/780x0__r.jpg?hash=1774521968> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_000/780x0__r.jpg?hash=1774521968> (referer: https://ecarstrade.com/cars/7003553)
2026-03-26 15:15:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16fd8962-29f9-535b-a095-b8979050071a with identifier: 7003103auction111054
2026-03-26 15:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16fd8962-29f9-535b-a095-b8979050071a with scrape type 1
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_000/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_001/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_002/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_004/780x0__r.jpg?hash=1774511169> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_003/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15: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-26 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_002/780x0__r.jpg?hash=1774511168> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_003/780x0__r.jpg?hash=1774511168> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_004/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15: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-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e
2026-03-26 15:15:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e, skipping ID generation
2026-03-26 15:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with scrape type 1
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc417b0f-8ec6-50a5-917d-5fd1e51ef07e sending to next pipeline
2026-03-26 15:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e, identifier: 7003361auction111054
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42dec891-d573-5627-b222-3bf2460a9844
2026-03-26 15:15:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42dec891-d573-5627-b222-3bf2460a9844, skipping ID generation
2026-03-26 15:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42dec891-d573-5627-b222-3bf2460a9844 with scrape type 1
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42dec891-d573-5627-b222-3bf2460a9844 sending to next pipeline
2026-03-26 15:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42dec891-d573-5627-b222-3bf2460a9844, identifier: 7003553auction111054
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003103%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774515614%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_005/780x0__r.jpg?hash=1774515614 not downloaded yet
2026-03-26 15:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with identifier: 7003361auction111054
2026-03-26 15:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with identifier: 7003361auction111054
2026-03-26 15:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc417b0f-8ec6-50a5-917d-5fd1e51ef07e with identifier: 7003361auction111054 to the API
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003361/photo_000/780x0__r.jpg?hash=1774519229>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'fc417b0f-8ec6-50a5-917d-5fd1e51ef07e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003361',
'listing': 'auction',
'location': 'Belgium',
'make': 'Chevrolet',
'model': 'Spark',
'odometer': 151965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'CHEVROLET Spark Spark',
'transmission': 'manual',
'trim': 'CHEVROLET',
'vin': None,
'year': 2013}
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003361auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:22 [ecarstrade.be] INFO: Saving data for 7003361auction111054: {'created_time': 1774538122.74675, 'last_price_update_time': 1774538122.74676, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003361auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42dec891-d573-5627-b222-3bf2460a9844 with identifier: 7003553auction111054
2026-03-26 15:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42dec891-d573-5627-b222-3bf2460a9844 with identifier: 7003553auction111054
2026-03-26 15:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42dec891-d573-5627-b222-3bf2460a9844 with identifier: 7003553auction111054 to the API
2026-03-26 15:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003553/photo_000/780x0__r.jpg?hash=1774521968>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '42dec891-d573-5627-b222-3bf2460a9844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003553',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '545',
'odometer': 194476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 545 PHEV 545eXAS PHEV',
'transmission': 'automatic',
'trim': 'PHEV eXAS PHEV',
'vin': None,
'year': 2021}
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003553auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [ecarstrade.be] INFO: Saving data for 7003553auction111054: {'created_time': 1774538123.127434, 'last_price_update_time': 1774538123.127445, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003553auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_000/780x0__r.jpg?hash=1774511168> (referer: https://ecarstrade.com/cars/7002853)
2026-03-26 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003009> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15: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-26 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1
2026-03-26 15:15:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1, skipping ID generation
2026-03-26 15:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with scrape type 1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 sending to next pipeline
2026-03-26 15:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1, identifier: 7002853auction111054
2026-03-26 15:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with identifier: 7002853auction111054
2026-03-26 15:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with identifier: 7002853auction111054
2026-03-26 15:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 632c0c9e-6b65-5adc-bbfc-f486aa0425a1 with identifier: 7002853auction111054 to the API
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_000/780x0__r.jpg?hash=1774511168>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '632c0c9e-6b65-5adc-bbfc-f486aa0425a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002853',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Superb',
'odometer': 163352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi SUP.COM GrtAMB TD88/1.6 M6F',
'transmission': 'manual',
'trim': 'SKODA Combi SUP.COM GrtAMB TD88/1.6 M6F',
'vin': None,
'year': 2017}
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [ecarstrade.be] INFO: Saving data for 7002853auction111054: {'created_time': 1774538123.704488, 'last_price_update_time': 1774538123.704499, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002853auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:23 [ecarstrade.be] INFO: Extracting details for car 7003009auction111054
2026-03-26 15:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1cbda03-69b8-505b-b7f0-8965e4375e1f with identifier: 7003009auction111054
2026-03-26 15:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1cbda03-69b8-505b-b7f0-8965e4375e1f with scrape type 1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_000/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_001/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003007> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_002/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_003/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_004/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003009%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514851%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_005/780x0__r.jpg?hash=1774514851 not downloaded yet
2026-03-26 15:15:23 [ecarstrade.be] INFO: Extracting details for car 7003007auction111054
2026-03-26 15:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with identifier: 7003007auction111054
2026-03-26 15:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with scrape type 1
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514838%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_000/780x0__r.jpg?hash=1774514838 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514839%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_001/780x0__r.jpg?hash=1774514839 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514839%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_002/780x0__r.jpg?hash=1774514839 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514839%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_003/780x0__r.jpg?hash=1774514839 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514839%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_004/780x0__r.jpg?hash=1774514839 not downloaded yet
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003007%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514839%27 HTTP/1.1" 200 None
2026-03-26 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_005/780x0__r.jpg?hash=1774514839 not downloaded yet
2026-03-26 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003008> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:24 [ecarstrade.be] INFO: Extracting details for car 7003008auction111054
2026-03-26 15:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with identifier: 7003008auction111054
2026-03-26 15:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with scrape type 1
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514845%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_000/780x0__r.jpg?hash=1774514845 not downloaded yet
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514845%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_001/780x0__r.jpg?hash=1774514845 not downloaded yet
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514846%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_002/780x0__r.jpg?hash=1774514846 not downloaded yet
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514846%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_003/780x0__r.jpg?hash=1774514846 not downloaded yet
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514846%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_004/780x0__r.jpg?hash=1774514846 not downloaded yet
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003008%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514846%27 HTTP/1.1" 200 None
2026-03-26 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_005/780x0__r.jpg?hash=1774514846 not downloaded yet
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003005> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:29 [ecarstrade.be] INFO: Extracting details for car 7003005auction111054
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_003/780x0__r.jpg?hash=1774506199> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ba6ca45-2435-53ce-8211-40252b97bdc2 with identifier: 7003005auction111054
2026-03-26 15:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ba6ca45-2435-53ce-8211-40252b97bdc2 with scrape type 1
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_000/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_001/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_002/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_003/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_004/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_002/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003005%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514834%27 HTTP/1.1" 200 None
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_005/780x0__r.jpg?hash=1774514834 not downloaded yet
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_003/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_001/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_005/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_004/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_000/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_005/780x0__r.jpg?hash=1774514839> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_005/780x0__r.jpg?hash=1774514846> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_004/780x0__r.jpg?hash=1774514846> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_004/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003002> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_005/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_003/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003001> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [ecarstrade.be] INFO: Extracting details for car 7003002auction111054
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_001/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_002/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with identifier: 7003002auction111054
2026-03-26 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with scrape type 1
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514813%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_000/780x0__r.jpg?hash=1774514813 not downloaded yet
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514813%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_001/780x0__r.jpg?hash=1774514813 not downloaded yet
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_000/780x0__r.jpg?hash=1774514834> (referer: https://ecarstrade.com/cars/7003005)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514813%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_002/780x0__r.jpg?hash=1774514813 not downloaded yet
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_003/780x0__r.jpg?hash=1774514846> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514814%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_003/780x0__r.jpg?hash=1774514814 not downloaded yet
2026-03-26 15:15:30 [ecarstrade.be] INFO: Extracting details for car 7003001auction111054
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_002/780x0__r.jpg?hash=1774514846> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514814%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_004/780x0__r.jpg?hash=1774514814 not downloaded yet
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003002%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514814%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_005/780x0__r.jpg?hash=1774514814 not downloaded yet
2026-03-26 15:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fee04df6-76e4-5773-b569-baff3e00ba0f with identifier: 7003001auction111054
2026-03-26 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fee04df6-76e4-5773-b569-baff3e00ba0f with scrape type 1
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514808%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_000/780x0__r.jpg?hash=1774514808 not downloaded yet
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_001/780x0__r.jpg?hash=1774514845> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514809%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_001/780x0__r.jpg?hash=1774514809 not downloaded yet
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_000/780x0__r.jpg?hash=1774514845> (referer: https://ecarstrade.com/cars/7003008)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_004/780x0__r.jpg?hash=1774514839> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514809%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_002/780x0__r.jpg?hash=1774514809 not downloaded yet
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ba6ca45-2435-53ce-8211-40252b97bdc2
2026-03-26 15:15:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ba6ca45-2435-53ce-8211-40252b97bdc2, skipping ID generation
2026-03-26 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ba6ca45-2435-53ce-8211-40252b97bdc2 with scrape type 1
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ba6ca45-2435-53ce-8211-40252b97bdc2 sending to next pipeline
2026-03-26 15:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ba6ca45-2435-53ce-8211-40252b97bdc2, identifier: 7003005auction111054
2026-03-26 15:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ba6ca45-2435-53ce-8211-40252b97bdc2 with identifier: 7003005auction111054
2026-03-26 15:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ba6ca45-2435-53ce-8211-40252b97bdc2 with identifier: 7003005auction111054
2026-03-26 15:15:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ba6ca45-2435-53ce-8211-40252b97bdc2 with identifier: 7003005auction111054 to the API
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003005/photo_000/780x0__r.jpg?hash=1774514834>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6ba6ca45-2435-53ce-8211-40252b97bdc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003005',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'DS5',
'odometer': 230223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN DS5 2.0 HDi Be Chic',
'transmission': 'manual',
'trim': 'CITROEN 2.0 HDi Be Chic',
'vin': None,
'year': 2015}
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003005auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [ecarstrade.be] INFO: Saving data for 7003005auction111054: {'created_time': 1774538130.788312, 'last_price_update_time': 1774538130.788322, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003005auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_003/780x0__r.jpg?hash=1774514839> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514809%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_003/780x0__r.jpg?hash=1774514809 not downloaded yet
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_001/780x0__r.jpg?hash=1774514839> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_002/780x0__r.jpg?hash=1774514839> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003004> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9
2026-03-26 15:15:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9, skipping ID generation
2026-03-26 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with scrape type 1
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 sending to next pipeline
2026-03-26 15:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9, identifier: 7003008auction111054
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514809%27 HTTP/1.1" 200 None
2026-03-26 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_004/780x0__r.jpg?hash=1774514809 not downloaded yet
2026-03-26 15:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with identifier: 7003008auction111054
2026-03-26 15:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with identifier: 7003008auction111054
2026-03-26 15:15:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ef5bfd9-7ed0-5b28-8175-d07851a4def9 with identifier: 7003008auction111054 to the API
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003008/photo_000/780x0__r.jpg?hash=1774514845>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '0ef5bfd9-7ed0-5b28-8175-d07851a4def9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003008',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 124311,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo COMF 1,4L 85CV/PK DSG7',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN COMF 1,4L 85CV/PK DSG7',
'vin': None,
'year': 2011}
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003008auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [ecarstrade.be] INFO: Saving data for 7003008auction111054: {'created_time': 1774538131.428648, 'last_price_update_time': 1774538131.428658, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003008auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:31 [ecarstrade.be] INFO: Extracting details for car 7003004auction111054
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_001/780x0__r.jpg?hash=1774514813> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_005/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_000/780x0__r.jpg?hash=1774514838> (referer: https://ecarstrade.com/cars/7003007)
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003001%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514809%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_005/780x0__r.jpg?hash=1774514809 not downloaded yet
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002996> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002998> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_002/780x0__r.jpg?hash=1774514813> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18efe755-927d-5e65-a8e2-945feac3d117 with identifier: 7003004auction111054
2026-03-26 15:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18efe755-927d-5e65-a8e2-945feac3d117 with scrape type 1
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_000/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:31 [ecarstrade.be] INFO: Found listing with ID: 7003668auction111054
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003668auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [ecarstrade.be] INFO: Scrape type for 7003668auction111054: 1
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_001/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002999> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_005/780x0__r.jpg?hash=1774514814> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_001/780x0__r.jpg?hash=1774514809> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_003/780x0__r.jpg?hash=1774514814> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_000/780x0__r.jpg?hash=1774514808> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_000/780x0__r.jpg?hash=1774514813> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:31 [ecarstrade.be] INFO: Extracting details for car 7002996auction111054
2026-03-26 15:15:31 [ecarstrade.be] INFO: Extracting details for car 7002998auction111054
2026-03-26 15:15:31 [ecarstrade.be] INFO: Found listing with ID: 7003669auction111054
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003669auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [ecarstrade.be] INFO: Scrape type for 7003669auction111054: 1
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_002/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 650fe367-fc40-54d6-80f3-5ea3838f9ab0
2026-03-26 15:15:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 650fe367-fc40-54d6-80f3-5ea3838f9ab0, skipping ID generation
2026-03-26 15:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with scrape type 1
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 650fe367-fc40-54d6-80f3-5ea3838f9ab0 sending to next pipeline
2026-03-26 15:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 650fe367-fc40-54d6-80f3-5ea3838f9ab0, identifier: 7003007auction111054
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_003/780x0__r.jpg?hash=1774514809> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_002/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:31 [ecarstrade.be] INFO: Extracting details for car 7002999auction111054
2026-03-26 15:15:31 [ecarstrade.be] INFO: Found listing with ID: 7004533auction111054
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004533auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [ecarstrade.be] INFO: Scrape type for 7004533auction111054: 1
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_003/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with identifier: 7003007auction111054
2026-03-26 15:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with identifier: 7003007auction111054
2026-03-26 15:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 650fe367-fc40-54d6-80f3-5ea3838f9ab0 with identifier: 7003007auction111054 to the API
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003007/photo_000/780x0__r.jpg?hash=1774514838>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '650fe367-fc40-54d6-80f3-5ea3838f9ab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003007',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 140485,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN CrossPolo Crosspolo 1.2 TSI BMT',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Cross Crosspolo 1.2 TSI BMT',
'vin': None,
'year': 2016}
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003007auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [ecarstrade.be] INFO: Saving data for 7003007auction111054: {'created_time': 1774538132.592614, 'last_price_update_time': 1774538132.592624, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003007auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with identifier: 7002996auction111054
2026-03-26 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with scrape type 1
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514792%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_000/780x0__r.jpg?hash=1774514792 not downloaded yet
2026-03-26 15:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 347a4e8b-df48-5e55-80eb-9085dae0cef0 with identifier: 7002998auction111054
2026-03-26 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 347a4e8b-df48-5e55-80eb-9085dae0cef0 with scrape type 1
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514798%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_000/780x0__r.jpg?hash=1774514798 not downloaded yet
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_005/780x0__r.jpg?hash=1774514809> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_003/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:32 [ecarstrade.be] INFO: Found listing with ID: 7004534auction111054
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [ecarstrade.be] INFO: Scrape type for 7004534auction111054: 1
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_004/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514792%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_001/780x0__r.jpg?hash=1774514792 not downloaded yet
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514798%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_001/780x0__r.jpg?hash=1774514798 not downloaded yet
2026-03-26 15: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-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_004/780x0__r.jpg?hash=1774514809> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3811872d-526b-5923-9b90-3079dc0708d6 with identifier: 7002999auction111054
2026-03-26 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3811872d-526b-5923-9b90-3079dc0708d6 with scrape type 1
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774514801%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_000/780x0__r.jpg?hash=1774514801 not downloaded yet
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_001/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_002/780x0__r.jpg?hash=1774514809> (referer: https://ecarstrade.com/cars/7003001)
2026-03-26 15:15:32 [ecarstrade.be] INFO: Found listing with ID: 7004535auction111054
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004535auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [ecarstrade.be] INFO: Scrape type for 7004535auction111054: 1
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003004%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514819%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_005/780x0__r.jpg?hash=1774514819 not downloaded yet
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514792%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_002/780x0__r.jpg?hash=1774514792 not downloaded yet
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514798%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_002/780x0__r.jpg?hash=1774514798 not downloaded yet
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_000/780x0__r.jpg?hash=1774515614> (referer: https://ecarstrade.com/cars/7003103)
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_000/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_004/780x0__r.jpg?hash=1774514814> (referer: https://ecarstrade.com/cars/7003002)
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774514801%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_001/780x0__r.jpg?hash=1774514801 not downloaded yet
2026-03-26 15: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-26 15:15:32 [ecarstrade.be] INFO: Found listing with ID: 7004536auction111054
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004536auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [ecarstrade.be] INFO: Scrape type for 7004536auction111054: 1
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514792%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_003/780x0__r.jpg?hash=1774514792 not downloaded yet
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514798%27 HTTP/1.1" 200 None
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_003/780x0__r.jpg?hash=1774514798 not downloaded yet
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_002/780x0__r.jpg?hash=1774506199> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774514801%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_002/780x0__r.jpg?hash=1774514801 not downloaded yet
2026-03-26 15:15:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_004/780x0__r.jpg?hash=1774514851> (referer: https://ecarstrade.com/cars/7003009)
2026-03-26 15:15:33 [ecarstrade.be] INFO: Found listing with ID: 7004537auction111054
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [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-26 15:15:33 [ecarstrade.be] INFO: Scrape type for 7004537auction111054: 1
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_004/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514799%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_004/780x0__r.jpg?hash=1774514799 not downloaded yet
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_000/780x0__r.jpg?hash=1774506198> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_001/780x0__r.jpg?hash=1774506198> (referer: https://ecarstrade.com/cars/7002819)
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774514802%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_003/780x0__r.jpg?hash=1774514802 not downloaded yet
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fee04df6-76e4-5773-b569-baff3e00ba0f
2026-03-26 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fee04df6-76e4-5773-b569-baff3e00ba0f, skipping ID generation
2026-03-26 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fee04df6-76e4-5773-b569-baff3e00ba0f with scrape type 1
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fee04df6-76e4-5773-b569-baff3e00ba0f sending to next pipeline
2026-03-26 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fee04df6-76e4-5773-b569-baff3e00ba0f, identifier: 7003001auction111054
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_002/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_001/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:15:33 [ecarstrade.be] INFO: Found listing with ID: 7004538auction111054
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [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-26 15:15:33 [ecarstrade.be] INFO: Scrape type for 7004538auction111054: 1
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002996%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514793%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_005/780x0__r.jpg?hash=1774514793 not downloaded yet
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002998%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514799%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_005/780x0__r.jpg?hash=1774514799 not downloaded yet
2026-03-26 15:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fee04df6-76e4-5773-b569-baff3e00ba0f with identifier: 7003001auction111054
2026-03-26 15:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fee04df6-76e4-5773-b569-baff3e00ba0f with identifier: 7003001auction111054
2026-03-26 15:15:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fee04df6-76e4-5773-b569-baff3e00ba0f with identifier: 7003001auction111054 to the API
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003001/photo_002/780x0__r.jpg?hash=1774514809>
{'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-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'fee04df6-76e4-5773-b569-baff3e00ba0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003001',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Sportage',
'odometer': 114880,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage Sportage 1.6 CRDi Black Edition DCT',
'transmission': 'automatic',
'trim': 'KIA 1.6 CRDi Black Edition DCT',
'vin': None,
'year': 2021}
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [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-26 15:15:33 [ecarstrade.be] INFO: Saving data for 7003001auction111054: {'created_time': 1774538133.703265, 'last_price_update_time': 1774538133.703274, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003001auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774514802%27 HTTP/1.1" 200 None
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_004/780x0__r.jpg?hash=1774514802 not downloaded yet
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_000/780x0__r.jpg?hash=1774514798> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_001/780x0__r.jpg?hash=1774514798> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:33 [ecarstrade.be] INFO: Found listing with ID: 7004546auction111054
2026-03-26 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:33 [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-26 15:15:33 [ecarstrade.be] INFO: Scrape type for 7004546auction111054: 1
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16fd8962-29f9-535b-a095-b8979050071a
2026-03-26 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16fd8962-29f9-535b-a095-b8979050071a, skipping ID generation
2026-03-26 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16fd8962-29f9-535b-a095-b8979050071a with scrape type 1
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16fd8962-29f9-535b-a095-b8979050071a sending to next pipeline
2026-03-26 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16fd8962-29f9-535b-a095-b8979050071a, identifier: 7003103auction111054
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f9362b6b-d600-5c6a-abf9-0bbe17f747f2
2026-03-26 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9362b6b-d600-5c6a-abf9-0bbe17f747f2, skipping ID generation
2026-03-26 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with scrape type 1
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f9362b6b-d600-5c6a-abf9-0bbe17f747f2 sending to next pipeline
2026-03-26 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9362b6b-d600-5c6a-abf9-0bbe17f747f2, identifier: 7003002auction111054
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1cbda03-69b8-505b-b7f0-8965e4375e1f
2026-03-26 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1cbda03-69b8-505b-b7f0-8965e4375e1f, skipping ID generation
2026-03-26 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1cbda03-69b8-505b-b7f0-8965e4375e1f with scrape type 1
2026-03-26 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1cbda03-69b8-505b-b7f0-8965e4375e1f sending to next pipeline
2026-03-26 15:15:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1cbda03-69b8-505b-b7f0-8965e4375e1f, identifier: 7003009auction111054
2026-03-26 15:15:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 07d08d74-73ec-515c-8fc8-ebcd57816446
2026-03-26 15:15:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07d08d74-73ec-515c-8fc8-ebcd57816446, skipping ID generation
2026-03-26 15:15:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d08d74-73ec-515c-8fc8-ebcd57816446 with scrape type 1
2026-03-26 15:15:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07d08d74-73ec-515c-8fc8-ebcd57816446 sending to next pipeline
2026-03-26 15:15:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07d08d74-73ec-515c-8fc8-ebcd57816446, identifier: 7002819auction111054
2026-03-26 15:15:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_000/780x0__r.jpg?hash=1774514792> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7002999%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774514802%27 HTTP/1.1" 200 None
2026-03-26 15:15:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_005/780x0__r.jpg?hash=1774514802 not downloaded yet
2026-03-26 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16fd8962-29f9-535b-a095-b8979050071a with identifier: 7003103auction111054
2026-03-26 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16fd8962-29f9-535b-a095-b8979050071a with identifier: 7003103auction111054
2026-03-26 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16fd8962-29f9-535b-a095-b8979050071a with identifier: 7003103auction111054 to the API
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003103/photo_000/780x0__r.jpg?hash=1774515614>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '16fd8962-29f9-535b-a095-b8979050071a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003103',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 290268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran Touran Highline 1.4 TSI 103 kW (140 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Highline 1.4 TSI 103 kW (140 ch) 6 vitesses manuel',
'vin': None,
'year': 2013}
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:34 [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-26 15:15:34 [ecarstrade.be] INFO: Saving data for 7003103auction111054: {'created_time': 1774538134.457149, 'last_price_update_time': 1774538134.457161, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003103auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with identifier: 7003002auction111054
2026-03-26 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with identifier: 7003002auction111054
2026-03-26 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9362b6b-d600-5c6a-abf9-0bbe17f747f2 with identifier: 7003002auction111054 to the API
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003002/photo_004/780x0__r.jpg?hash=1774514814>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9362b6b-d600-5c6a-abf9-0bbe17f747f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003002',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 206189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi Octavia Combi Ambition 1,6 TDI 77 kW 5-speed '
'mech.',
'transmission': 'manual',
'trim': 'SKODA Combi Combi Ambition 1,6 TDI 77 kW 5-speed mech.',
'vin': None,
'year': 2014}
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:34 [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-26 15:15:34 [ecarstrade.be] INFO: Saving data for 7003002auction111054: {'created_time': 1774538134.85941, 'last_price_update_time': 1774538134.859421, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003002auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1cbda03-69b8-505b-b7f0-8965e4375e1f with identifier: 7003009auction111054
2026-03-26 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1cbda03-69b8-505b-b7f0-8965e4375e1f with identifier: 7003009auction111054
2026-03-26 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1cbda03-69b8-505b-b7f0-8965e4375e1f with identifier: 7003009auction111054 to the API
2026-03-26 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003009/photo_004/780x0__r.jpg?hash=1774514851>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1cbda03-69b8-505b-b7f0-8965e4375e1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003009',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 146830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-18',
'seats_number': 5,
'seller_name': None,
'title': "VOLKSWAGEN Caddy Maxi Caddy Maxi Trendline 7-places 'Dark & Cool' "
'2,0 l TDI EU6 SCR BMT 102ch(75KW) Boîte automatique 6 vitesses DSG',
'transmission': 'automatic',
'trim': "VOLKSWAGEN Trendline 7-places 'Dark & Cool' 2,0 l TDI EU6 SCR "
'BMT 102ch(75KW) Boîte automatique 6 vitesses DSG',
'vin': None,
'year': 2017}
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [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-26 15:15:35 [ecarstrade.be] INFO: Saving data for 7003009auction111054: {'created_time': 1774538135.520841, 'last_price_update_time': 1774538135.520851, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003009auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07d08d74-73ec-515c-8fc8-ebcd57816446 with identifier: 7002819auction111054
2026-03-26 15:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07d08d74-73ec-515c-8fc8-ebcd57816446 with identifier: 7002819auction111054
2026-03-26 15:15:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07d08d74-73ec-515c-8fc8-ebcd57816446 with identifier: 7002819auction111054 to the API
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_001/780x0__r.jpg?hash=1774506198>
{'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-30T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '07d08d74-73ec-515c-8fc8-ebcd57816446',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002819',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "cee'd",
'odometer': 161942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Ceed SW PHEV Ceed SW 1.6 GDi PHEV Business Line DCT',
'transmission': 'automatic',
'trim': 'KIA Ceed SW PHEV Ceed SW 1.6 GDi PHEV Business Line DCT',
'vin': None,
'year': 2020}
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [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-26 15:15:35 [ecarstrade.be] INFO: Saving data for 7002819auction111054: {'created_time': 1774538135.882611, 'last_price_update_time': 1774538135.882621, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002819auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:35 [ecarstrade.be] INFO: Found listing with ID: 7004547auction111054
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [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-26 15:15:35 [ecarstrade.be] INFO: Scrape type for 7004547auction111054: 1
2026-03-26 15:15:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:15:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_002/780x0__r.jpg?hash=1774514792> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_001/780x0__r.jpg?hash=1774514792> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_002/780x0__r.jpg?hash=1774514798> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:35 [ecarstrade.be] INFO: Found listing with ID: 7004548auction111054
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [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-26 15:15:35 [ecarstrade.be] INFO: Scrape type for 7004548auction111054: 1
2026-03-26 15:15:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_005/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:15:35 [ecarstrade.be] INFO: Found listing with ID: 7004815auction111054
2026-03-26 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:35 [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-26 15:15:35 [ecarstrade.be] INFO: Scrape type for 7004815auction111054: 1
2026-03-26 15:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_001/780x0__r.jpg?hash=1774514801> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7004818auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004818auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7004818auction111054: 1
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_002/780x0__r.jpg?hash=1774514801> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7004820auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004820auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7004820auction111054: 1
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_003/780x0__r.jpg?hash=1774514792> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_003/780x0__r.jpg?hash=1774514798> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7004974auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004974auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7004974auction111054: 1
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7005180auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005180auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7005180auction111054: 1
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_004/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_004/780x0__r.jpg?hash=1774514799> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7005182auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005182auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7005182auction111054: 1
2026-03-26 15: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-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7005183auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005183auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7005183auction111054: 1
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_004/780x0__r.jpg?hash=1774514802> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_005/780x0__r.jpg?hash=1774514799> (referer: https://ecarstrade.com/cars/7002998)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7005186auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005186auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7005186auction111054: 1
2026-03-26 15: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-26 15: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-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_005/780x0__r.jpg?hash=1774514793> (referer: https://ecarstrade.com/cars/7002996)
2026-03-26 15:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_005/780x0__r.jpg?hash=1774514802> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:15:36 [ecarstrade.be] INFO: Found listing with ID: 7005222auction111054
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005222auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Scrape type for 7005222auction111054: 1
2026-03-26 15: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-26 15: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-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 347a4e8b-df48-5e55-80eb-9085dae0cef0
2026-03-26 15:15:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 347a4e8b-df48-5e55-80eb-9085dae0cef0, skipping ID generation
2026-03-26 15:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 347a4e8b-df48-5e55-80eb-9085dae0cef0 with scrape type 1
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 347a4e8b-df48-5e55-80eb-9085dae0cef0 sending to next pipeline
2026-03-26 15:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 347a4e8b-df48-5e55-80eb-9085dae0cef0, identifier: 7002998auction111054
2026-03-26 15:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 347a4e8b-df48-5e55-80eb-9085dae0cef0 with identifier: 7002998auction111054
2026-03-26 15:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 347a4e8b-df48-5e55-80eb-9085dae0cef0 with identifier: 7002998auction111054
2026-03-26 15:15:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 347a4e8b-df48-5e55-80eb-9085dae0cef0 with identifier: 7002998auction111054 to the API
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_005/780x0__r.jpg?hash=1774514799>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '347a4e8b-df48-5e55-80eb-9085dae0cef0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002998',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 110259,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-10',
'seats_number': 5,
'seller_name': None,
'title': "VOLKSWAGEN Passat Variant Passat Variant Elegance 'Business' 2.0 "
'TDI SCR 90 kW (122 ch) 7 vitesses DSG',
'transmission': 'automatic',
'trim': "VOLKSWAGEN Elegance 'Business' 2.0 TDI SCR 90 kW (122 ch) 7 "
'vitesses DSG',
'vin': None,
'year': 2023}
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:36 [ecarstrade.be] INFO: Saving data for 7002998auction111054: {'created_time': 1774538136.691653, 'last_price_update_time': 1774538136.691662, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002998auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66
2026-03-26 15:15:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66, skipping ID generation
2026-03-26 15:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with scrape type 1
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 sending to next pipeline
2026-03-26 15:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66, identifier: 7002996auction111054
2026-03-26 15:15:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with identifier: 7002996auction111054
2026-03-26 15:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with identifier: 7002996auction111054
2026-03-26 15:15:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86b7d6c0-1599-5b90-9dc2-dd95b6059f66 with identifier: 7002996auction111054 to the API
2026-03-26 15:15:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_005/780x0__r.jpg?hash=1774514793>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '86b7d6c0-1599-5b90-9dc2-dd95b6059f66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002996',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Combo',
'odometer': 211915,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Combo Tour Combo Tour 1.3 CDTi Essentia',
'transmission': 'manual',
'trim': 'OPEL Tour Tour 1.3 CDTi Essentia',
'vin': None,
'year': 2010}
2026-03-26 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:37 [ecarstrade.be] INFO: Saving data for 7002996auction111054: {'created_time': 1774538137.179401, 'last_price_update_time': 1774538137.179412, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002996auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7005223auction111054
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7005223auction111054: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7005224auction111054
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7005224auction111054: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7005225auction111054
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7005225auction111054: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7005280auction111054
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7005280auction111054: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003910auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003910auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003911auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003911auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003912auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003912auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003913auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003913auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003914auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003914auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003915auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003915auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003916auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003916auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003917auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003917auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003918auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003918auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003919auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:41 [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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003919auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003920auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15: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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003920auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003921auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15: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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003921auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003922auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15: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-26 15:15:41 [ecarstrade.be] INFO: Scrape type for 7003922auction111076: 1
2026-03-26 15:15:41 [ecarstrade.be] INFO: Found listing with ID: 7003923auction111076
2026-03-26 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [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-26 15:15:42 [ecarstrade.be] INFO: Scrape type for 7003923auction111076: 1
2026-03-26 15:15:42 [ecarstrade.be] INFO: Found listing with ID: 7003924auction111076
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [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-26 15:15:42 [ecarstrade.be] INFO: Scrape type for 7003924auction111076: 1
2026-03-26 15:15:42 [ecarstrade.be] INFO: Found listing with ID: 7003925auction111076
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [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-26 15:15:42 [ecarstrade.be] INFO: Scrape type for 7003925auction111076: 1
2026-03-26 15:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003668> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:42 [ecarstrade.be] INFO: Extracting details for car 7003668auction111054
2026-03-26 15:15:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae7f7c3-3960-551d-8089-1e64b99dd571 with identifier: 7003668auction111054
2026-03-26 15:15:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae7f7c3-3960-551d-8089-1e64b99dd571 with scrape type 1
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_000/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_002/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_003/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_004/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_005/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003668%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774522812%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_006/780x0__r.jpg?hash=1774522812 not downloaded yet
2026-03-26 15:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004546> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:42 [ecarstrade.be] INFO: Extracting details for car 7004546auction111054
2026-03-26 15:15:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with identifier: 7004546auction111054
2026-03-26 15:15:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with scrape type 1
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774529169%27 HTTP/1.1" 200 None
2026-03-26 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_000/780x0__r.jpg?hash=1774529169 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774529170%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_001/780x0__r.jpg?hash=1774529170 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774529170%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_002/780x0__r.jpg?hash=1774529170 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774529170%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_003/780x0__r.jpg?hash=1774529170 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774529170%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_004/780x0__r.jpg?hash=1774529170 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004546%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774529170%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_005/780x0__r.jpg?hash=1774529170 not downloaded yet
2026-03-26 15:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004815> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:43 [ecarstrade.be] INFO: Extracting details for car 7004815auction111054
2026-03-26 15:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with identifier: 7004815auction111054
2026-03-26 15:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with scrape type 1
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774531390%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_000/780x0__r.jpg?hash=1774531390 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774531390%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_001/780x0__r.jpg?hash=1774531390 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774531390%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_002/780x0__r.jpg?hash=1774531390 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774531390%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_003/780x0__r.jpg?hash=1774531390 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774531390%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_004/780x0__r.jpg?hash=1774531390 not downloaded yet
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004815%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774531391%27 HTTP/1.1" 200 None
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_005/780x0__r.jpg?hash=1774531391 not downloaded yet
2026-03-26 15:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004548> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004818> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:43 [ecarstrade.be] INFO: Extracting details for car 7004548auction111054
2026-03-26 15:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 7004548auction111054
2026-03-26 15:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6031f6f1-bb74-561f-ac35-ac2444c929c4 with scrape type 1
2026-03-26 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774529179%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_000/780x0__r.jpg?hash=1774529179 not downloaded yet
2026-03-26 15:15:44 [ecarstrade.be] INFO: Extracting details for car 7004818auction111054
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774529179%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_001/780x0__r.jpg?hash=1774529179 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774529179%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_002/780x0__r.jpg?hash=1774529179 not downloaded yet
2026-03-26 15:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 419d48da-19fc-5de1-8212-99b8a6300d0f with identifier: 7004818auction111054
2026-03-26 15:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419d48da-19fc-5de1-8212-99b8a6300d0f with scrape type 1
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_000/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774529179%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_003/780x0__r.jpg?hash=1774529179 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_001/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774529180%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_004/780x0__r.jpg?hash=1774529180 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_002/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004548%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774529180%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_005/780x0__r.jpg?hash=1774529180 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_003/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_004/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004818%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774531396%27 HTTP/1.1" 200 None
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_005/780x0__r.jpg?hash=1774531396 not downloaded yet
2026-03-26 15:15:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004538> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:15:44 [ecarstrade.be] INFO: Extracting details for car 7004538auction111054
2026-03-26 15:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with identifier: 7004538auction111054
2026-03-26 15:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with scrape type 1
2026-03-26 15:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_000/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_001/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_002/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_003/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_004/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004538%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527824%27 HTTP/1.1" 200 None
2026-03-26 15:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_005/780x0__r.jpg?hash=1774527824 not downloaded yet
2026-03-26 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004820> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003669> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:48 [ecarstrade.be] INFO: Extracting details for car 7004820auction111054
2026-03-26 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_003/780x0__r.jpg?hash=1774514802> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:15:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8e21b9-587d-565f-9207-f7d19f9f305b with identifier: 7004820auction111054
2026-03-26 15:15:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8e21b9-587d-565f-9207-f7d19f9f305b with scrape type 1
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774531400%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_000/780x0__r.jpg?hash=1774531400 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774531400%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_001/780x0__r.jpg?hash=1774531400 not downloaded yet
2026-03-26 15:15:48 [ecarstrade.be] INFO: Extracting details for car 7003669auction111054
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774531400%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_002/780x0__r.jpg?hash=1774531400 not downloaded yet
2026-03-26 15:15:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e81696e3-4b17-58ad-9883-80a200c217d1 with identifier: 7003669auction111054
2026-03-26 15:15:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e81696e3-4b17-58ad-9883-80a200c217d1 with scrape type 1
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774522821%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_000/780x0__r.jpg?hash=1774522821 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774531405%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_003/780x0__r.jpg?hash=1774531405 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774522821%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_001/780x0__r.jpg?hash=1774522821 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774531405%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_004/780x0__r.jpg?hash=1774531405 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774522821%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_002/780x0__r.jpg?hash=1774522821 not downloaded yet
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004820%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774531405%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_005/780x0__r.jpg?hash=1774531405 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774522821%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_003/780x0__r.jpg?hash=1774522821 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774522821%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_004/780x0__r.jpg?hash=1774522821 not downloaded yet
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003669%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774522822%27 HTTP/1.1" 200 None
2026-03-26 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_005/780x0__r.jpg?hash=1774522822 not downloaded yet
2026-03-26 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004547> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_006/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15:15:49 [ecarstrade.be] INFO: Extracting details for car 7004547auction111054
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_005/780x0__r.jpg?hash=1774529170> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c0e183-30af-5c75-afe1-1144b6cc2a17 with identifier: 7004547auction111054
2026-03-26 15:15:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c0e183-30af-5c75-afe1-1144b6cc2a17 with scrape type 1
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774529174%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_000/780x0__r.jpg?hash=1774529174 not downloaded yet
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774529175%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_001/780x0__r.jpg?hash=1774529175 not downloaded yet
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774529175%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_002/780x0__r.jpg?hash=1774529175 not downloaded yet
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774529175%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_003/780x0__r.jpg?hash=1774529175 not downloaded yet
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774529175%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_004/780x0__r.jpg?hash=1774529175 not downloaded yet
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004547%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774529175%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_005/780x0__r.jpg?hash=1774529175 not downloaded yet
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_005/780x0__r.jpg?hash=1774531391> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_004/780x0__r.jpg?hash=1774531390> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_005/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_005/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_004/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_003/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_005/780x0__r.jpg?hash=1774522822> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004974> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_004/780x0__r.jpg?hash=1774522821> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:49 [ecarstrade.be] INFO: Extracting details for car 7004974auction111054
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_005/780x0__r.jpg?hash=1774529175> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66aafeac-f6df-5908-b470-9126bcf70953 with identifier: 7004974auction111054
2026-03-26 15:15:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66aafeac-f6df-5908-b470-9126bcf70953 with scrape type 1
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774533620%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_000/780x0__r.jpg?hash=1774533620 not downloaded yet
2026-03-26 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_003/780x0__r.jpg?hash=1774522821> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774533621%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_001/780x0__r.jpg?hash=1774533621 not downloaded yet
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774533621%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_002/780x0__r.jpg?hash=1774533621 not downloaded yet
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774533621%27 HTTP/1.1" 200 None
2026-03-26 15:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_003/780x0__r.jpg?hash=1774533621 not downloaded yet
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774533621%27 HTTP/1.1" 200 None
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_004/780x0__r.jpg?hash=1774533621 not downloaded yet
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_003/780x0__r.jpg?hash=1774529175> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_004/780x0__r.jpg?hash=1774529175> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004974%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774533621%27 HTTP/1.1" 200 None
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_005/780x0__r.jpg?hash=1774533621 not downloaded yet
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_002/780x0__r.jpg?hash=1774529175> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_001/780x0__r.jpg?hash=1774529175> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_005/780x0__r.jpg?hash=1774531405> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_000/780x0__r.jpg?hash=1774529174> (referer: https://ecarstrade.com/cars/7004547)
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_002/780x0__r.jpg?hash=1774522821> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_004/780x0__r.jpg?hash=1774531405> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005182> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14c0e183-30af-5c75-afe1-1144b6cc2a17
2026-03-26 15:15:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14c0e183-30af-5c75-afe1-1144b6cc2a17, skipping ID generation
2026-03-26 15:15:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c0e183-30af-5c75-afe1-1144b6cc2a17 with scrape type 1
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14c0e183-30af-5c75-afe1-1144b6cc2a17 sending to next pipeline
2026-03-26 15:15:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14c0e183-30af-5c75-afe1-1144b6cc2a17, identifier: 7004547auction111054
2026-03-26 15:15:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14c0e183-30af-5c75-afe1-1144b6cc2a17 with identifier: 7004547auction111054
2026-03-26 15:15:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14c0e183-30af-5c75-afe1-1144b6cc2a17 with identifier: 7004547auction111054
2026-03-26 15:15:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14c0e183-30af-5c75-afe1-1144b6cc2a17 with identifier: 7004547auction111054 to the API
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004547/photo_000/780x0__r.jpg?hash=1774529174>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '14c0e183-30af-5c75-afe1-1144b6cc2a17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004547',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC60',
'odometer': 54956,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 D4 R-Design Geartronic AdBlue',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D4 R-Design Geartronic AdBlue',
'vin': None,
'year': 2021}
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004547auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:50 [ecarstrade.be] INFO: Saving data for 7004547auction111054: {'created_time': 1774538150.847714, 'last_price_update_time': 1774538150.847726, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004547auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_004/780x0__r.jpg?hash=1774533621> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:50 [ecarstrade.be] INFO: Extracting details for car 7005182auction111054
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_001/780x0__r.jpg?hash=1774522821> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_000/780x0__r.jpg?hash=1774533620> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005183> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with identifier: 7005182auction111054
2026-03-26 15:15:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with scrape type 1
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774534994%27 HTTP/1.1" 200 None
2026-03-26 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_000/780x0__r.jpg?hash=1774534994 not downloaded yet
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774534994%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_002/780x0__r.jpg?hash=1774534994 not downloaded yet
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774534994%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_003/780x0__r.jpg?hash=1774534994 not downloaded yet
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774534994%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_004/780x0__r.jpg?hash=1774534994 not downloaded yet
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_003/780x0__r.jpg?hash=1774533621> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_005/780x0__r.jpg?hash=1774533621> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_001/780x0__r.jpg?hash=1774533621> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774534995%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_005/780x0__r.jpg?hash=1774534995 not downloaded yet
2026-03-26 15:15:51 [ecarstrade.be] INFO: Extracting details for car 7005183auction111054
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_002/780x0__r.jpg?hash=1774533621> (referer: https://ecarstrade.com/cars/7004974)
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005182%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774534995%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_006/780x0__r.jpg?hash=1774534995 not downloaded yet
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with identifier: 7005183auction111054
2026-03-26 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with scrape type 1
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774534995%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_000/780x0__r.jpg?hash=1774534995 not downloaded yet
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774534997%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_002/780x0__r.jpg?hash=1774534997 not downloaded yet
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774534997%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_003/780x0__r.jpg?hash=1774534997 not downloaded yet
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_002/780x0__r.jpg?hash=1774531400> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774534997%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_004/780x0__r.jpg?hash=1774534997 not downloaded yet
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_000/780x0__r.jpg?hash=1774522821> (referer: https://ecarstrade.com/cars/7003669)
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774534997%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_005/780x0__r.jpg?hash=1774534997 not downloaded yet
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_003/780x0__r.jpg?hash=1774531405> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_001/780x0__r.jpg?hash=1774531400> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005183%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774534997%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_006/780x0__r.jpg?hash=1774534997 not downloaded yet
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66aafeac-f6df-5908-b470-9126bcf70953
2026-03-26 15:15:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66aafeac-f6df-5908-b470-9126bcf70953, skipping ID generation
2026-03-26 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66aafeac-f6df-5908-b470-9126bcf70953 with scrape type 1
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66aafeac-f6df-5908-b470-9126bcf70953 sending to next pipeline
2026-03-26 15:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66aafeac-f6df-5908-b470-9126bcf70953, identifier: 7004974auction111054
2026-03-26 15:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66aafeac-f6df-5908-b470-9126bcf70953 with identifier: 7004974auction111054
2026-03-26 15:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66aafeac-f6df-5908-b470-9126bcf70953 with identifier: 7004974auction111054
2026-03-26 15:15:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66aafeac-f6df-5908-b470-9126bcf70953 with identifier: 7004974auction111054 to the API
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004974/photo_002/780x0__r.jpg?hash=1774533621>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '66aafeac-f6df-5908-b470-9126bcf70953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004974',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 133000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PureTech GT Line (EU6.2)',
'transmission': 'manual',
'trim': 'PEUGEOT SW 1.2 PureTech GT Line (EU6.2)',
'vin': None,
'year': 2018}
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004974auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:51 [ecarstrade.be] INFO: Saving data for 7004974auction111054: {'created_time': 1774538151.683521, 'last_price_update_time': 1774538151.68353, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004974auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_000/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_000/780x0__r.jpg?hash=1774531400> (referer: https://ecarstrade.com/cars/7004820)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_002/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_001/780x0__r.jpg?hash=1774527824> (referer: https://ecarstrade.com/cars/7004538)
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e81696e3-4b17-58ad-9883-80a200c217d1
2026-03-26 15:15:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e81696e3-4b17-58ad-9883-80a200c217d1, skipping ID generation
2026-03-26 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e81696e3-4b17-58ad-9883-80a200c217d1 with scrape type 1
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e81696e3-4b17-58ad-9883-80a200c217d1 sending to next pipeline
2026-03-26 15:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e81696e3-4b17-58ad-9883-80a200c217d1, identifier: 7003669auction111054
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e81696e3-4b17-58ad-9883-80a200c217d1 with identifier: 7003669auction111054
2026-03-26 15:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e81696e3-4b17-58ad-9883-80a200c217d1 with identifier: 7003669auction111054
2026-03-26 15:15:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e81696e3-4b17-58ad-9883-80a200c217d1 with identifier: 7003669auction111054 to the API
2026-03-26 15:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003669/photo_000/780x0__r.jpg?hash=1774522821>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'e81696e3-4b17-58ad-9883-80a200c217d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003669',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC60',
'odometer': 218000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 D3 Momentum Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D3 Momentum Geartronic',
'vin': None,
'year': 2011}
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:52 [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-26 15:15:52 [ecarstrade.be] INFO: Saving data for 7003669auction111054: {'created_time': 1774538152.145616, 'last_price_update_time': 1774538152.145626, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003669auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_004/780x0__r.jpg?hash=1774534994> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_005/780x0__r.jpg?hash=1774534995> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_002/780x0__r.jpg?hash=1774534994> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_003/780x0__r.jpg?hash=1774534994> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc8e21b9-587d-565f-9207-f7d19f9f305b
2026-03-26 15:15:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc8e21b9-587d-565f-9207-f7d19f9f305b, skipping ID generation
2026-03-26 15:15:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8e21b9-587d-565f-9207-f7d19f9f305b with scrape type 1
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc8e21b9-587d-565f-9207-f7d19f9f305b sending to next pipeline
2026-03-26 15:15:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc8e21b9-587d-565f-9207-f7d19f9f305b, identifier: 7004820auction111054
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2afc6663-c41f-5884-9cbd-6ab6730e0df2
2026-03-26 15:15:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2afc6663-c41f-5884-9cbd-6ab6730e0df2, skipping ID generation
2026-03-26 15:15:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with scrape type 1
2026-03-26 15:15:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2afc6663-c41f-5884-9cbd-6ab6730e0df2 sending to next pipeline
2026-03-26 15:15:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2afc6663-c41f-5884-9cbd-6ab6730e0df2, identifier: 7004538auction111054
2026-03-26 15:15:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc8e21b9-587d-565f-9207-f7d19f9f305b with identifier: 7004820auction111054
2026-03-26 15:15:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc8e21b9-587d-565f-9207-f7d19f9f305b with identifier: 7004820auction111054
2026-03-26 15:15:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc8e21b9-587d-565f-9207-f7d19f9f305b with identifier: 7004820auction111054 to the API
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004820/photo_000/780x0__r.jpg?hash=1774531400>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc8e21b9-587d-565f-9207-f7d19f9f305b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004820',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '218',
'odometer': 91126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-02',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 2 Coupé (F22) Coupé 218 d',
'transmission': 'manual',
'trim': '2 Coupé (F22) Coupé d',
'vin': None,
'year': 2016}
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15: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-26 15:15:52 [ecarstrade.be] INFO: Saving data for 7004820auction111054: {'created_time': 1774538152.729833, 'last_price_update_time': 1774538152.729848, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004820auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with identifier: 7004538auction111054
2026-03-26 15:15:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with identifier: 7004538auction111054
2026-03-26 15:15:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2afc6663-c41f-5884-9cbd-6ab6730e0df2 with identifier: 7004538auction111054 to the API
2026-03-26 15:15:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004538/photo_001/780x0__r.jpg?hash=1774527824>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '2afc6663-c41f-5884-9cbd-6ab6730e0df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004538',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A6',
'odometer': 223267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 Avant Audi A6 Avant Sport 40 TDI 150(204) kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Avant Avant Sport 40 TDI 150(204) kW(pk) S tronic',
'vin': None,
'year': 2018}
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:53 [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-26 15:15:53 [ecarstrade.be] INFO: Saving data for 7004538auction111054: {'created_time': 1774538153.15627, 'last_price_update_time': 1774538153.156284, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004538auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_002/780x0__r.jpg?hash=1774534997> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_003/780x0__r.jpg?hash=1774534997> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_004/780x0__r.jpg?hash=1774534997> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_005/780x0__r.jpg?hash=1774534997> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_006/780x0__r.jpg?hash=1774534997> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_000/780x0__r.jpg?hash=1774534994> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_006/780x0__r.jpg?hash=1774534995> (referer: https://ecarstrade.com/cars/7005182)
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_004/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_000/780x0__r.jpg?hash=1774534995> (referer: https://ecarstrade.com/cars/7005183)
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3
2026-03-26 15:15:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3, skipping ID generation
2026-03-26 15:15:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with scrape type 1
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 sending to next pipeline
2026-03-26 15:15:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3, identifier: 7005182auction111054
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_005/780x0__r.jpg?hash=1774529180> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_003/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with identifier: 7005182auction111054
2026-03-26 15:15:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with identifier: 7005182auction111054
2026-03-26 15:15:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3 with identifier: 7005182auction111054 to the API
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005182/photo_006/780x0__r.jpg?hash=1774534995>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '1b17cfd7-0e69-55ab-a4f1-fec3e1287ff3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005182',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q2',
'odometer': 21142,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 Audi Q2 Business Edition Attraction 35 TFSI 110(150) '
'kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Business Edition Attraction 35 TFSI 110(150) kW(pk) S '
'tronic',
'vin': None,
'year': 2023}
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:53 [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-26 15:15:53 [ecarstrade.be] INFO: Saving data for 7005182auction111054: {'created_time': 1774538153.889356, 'last_price_update_time': 1774538153.889369, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005182auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_004/780x0__r.jpg?hash=1774529180> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_002/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe
2026-03-26 15:15:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe, skipping ID generation
2026-03-26 15:15:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with scrape type 1
2026-03-26 15:15:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe sending to next pipeline
2026-03-26 15:15:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe, identifier: 7005183auction111054
2026-03-26 15:15:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with identifier: 7005183auction111054
2026-03-26 15:15:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with identifier: 7005183auction111054
2026-03-26 15:15:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe with identifier: 7005183auction111054 to the API
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005183/photo_000/780x0__r.jpg?hash=1774534995>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '7e50a1c8-cd23-595d-a10c-e0f6fb13d2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005183',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 84719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Life 2PLC Dsl Caddy Life 1.6 CR TDi Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Life 2PLC Dsl Life 1.6 CR TDi Trendline',
'vin': None,
'year': 2013}
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:54 [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-26 15:15:54 [ecarstrade.be] INFO: Saving data for 7005183auction111054: {'created_time': 1774538154.356798, 'last_price_update_time': 1774538154.356812, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005183auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_003/780x0__r.jpg?hash=1774529179> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_001/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_000/780x0__r.jpg?hash=1774531396> (referer: https://ecarstrade.com/cars/7004818)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_002/780x0__r.jpg?hash=1774529179> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_003/780x0__r.jpg?hash=1774531390> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_002/780x0__r.jpg?hash=1774531390> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_001/780x0__r.jpg?hash=1774529179> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_000/780x0__r.jpg?hash=1774529179> (referer: https://ecarstrade.com/cars/7004548)
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 419d48da-19fc-5de1-8212-99b8a6300d0f
2026-03-26 15:15:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 419d48da-19fc-5de1-8212-99b8a6300d0f, skipping ID generation
2026-03-26 15:15:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419d48da-19fc-5de1-8212-99b8a6300d0f with scrape type 1
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 419d48da-19fc-5de1-8212-99b8a6300d0f sending to next pipeline
2026-03-26 15:15:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 419d48da-19fc-5de1-8212-99b8a6300d0f, identifier: 7004818auction111054
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 419d48da-19fc-5de1-8212-99b8a6300d0f with identifier: 7004818auction111054
2026-03-26 15:15:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 419d48da-19fc-5de1-8212-99b8a6300d0f with identifier: 7004818auction111054
2026-03-26 15:15:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 419d48da-19fc-5de1-8212-99b8a6300d0f with identifier: 7004818auction111054 to the API
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004818/photo_000/780x0__r.jpg?hash=1774531396>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '419d48da-19fc-5de1-8212-99b8a6300d0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004818',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'Cooper',
'odometer': 102600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-08',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Mini Countryman (R60 LCI) Mini Countryman 1.6i Cooper',
'transmission': 'automatic',
'trim': 'MINI Countryman (R60 LCI) Countryman 1.6i',
'vin': None,
'year': 2015}
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:54 [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-26 15:15:54 [ecarstrade.be] INFO: Saving data for 7004818auction111054: {'created_time': 1774538154.932456, 'last_price_update_time': 1774538154.932527, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004818auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_004/780x0__r.jpg?hash=1774529170> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_003/780x0__r.jpg?hash=1774529170> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_000/780x0__r.jpg?hash=1774531390> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_001/780x0__r.jpg?hash=1774531390> (referer: https://ecarstrade.com/cars/7004815)
2026-03-26 15:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003925> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6031f6f1-bb74-561f-ac35-ac2444c929c4
2026-03-26 15:15:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6031f6f1-bb74-561f-ac35-ac2444c929c4, skipping ID generation
2026-03-26 15:15:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6031f6f1-bb74-561f-ac35-ac2444c929c4 with scrape type 1
2026-03-26 15:15:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6031f6f1-bb74-561f-ac35-ac2444c929c4 sending to next pipeline
2026-03-26 15:15:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6031f6f1-bb74-561f-ac35-ac2444c929c4, identifier: 7004548auction111054
2026-03-26 15:15:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 7004548auction111054
2026-03-26 15:15:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 7004548auction111054
2026-03-26 15:15:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6031f6f1-bb74-561f-ac35-ac2444c929c4 with identifier: 7004548auction111054 to the API
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004548/photo_000/780x0__r.jpg?hash=1774529179>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6031f6f1-bb74-561f-ac35-ac2444c929c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004548',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Amarok',
'odometer': 127674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Amarok Double Cab Amarok Highline 3,0 l TDI EU6 SCR BMT '
'224ch (165KW) Boîte automatique 8 v',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Double Cab Highline 3,0 l TDI EU6 SCR BMT 224ch (165KW) '
'Boîte automatique 8 v',
'vin': None,
'year': 2017}
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:55 [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-26 15:15:55 [ecarstrade.be] INFO: Saving data for 7004548auction111054: {'created_time': 1774538155.365224, 'last_price_update_time': 1774538155.365233, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004548auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_002/780x0__r.jpg?hash=1774529170> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:55 [ecarstrade.be] INFO: Extracting details for car 7003925auction111076
2026-03-26 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005222> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_005/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_001/780x0__r.jpg?hash=1774529170> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_000/780x0__r.jpg?hash=1774529169> (referer: https://ecarstrade.com/cars/7004546)
2026-03-26 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 91db3f46-a592-5648-8a0e-7b68cb4b18a1
2026-03-26 15:15:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 91db3f46-a592-5648-8a0e-7b68cb4b18a1, skipping ID generation
2026-03-26 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with scrape type 1
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 91db3f46-a592-5648-8a0e-7b68cb4b18a1 sending to next pipeline
2026-03-26 15:15:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91db3f46-a592-5648-8a0e-7b68cb4b18a1, identifier: 7004815auction111054
2026-03-26 15:15:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-26 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with scrape type 1
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_001/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:15:55 [ecarstrade.be] INFO: Extracting details for car 7005222auction111054
2026-03-26 15:15:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with identifier: 7004815auction111054
2026-03-26 15:15:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with identifier: 7004815auction111054
2026-03-26 15:15:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91db3f46-a592-5648-8a0e-7b68cb4b18a1 with identifier: 7004815auction111054 to the API
2026-03-26 15:15:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:15: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-26 15:15:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004815/photo_001/780x0__r.jpg?hash=1774531390>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '91db3f46-a592-5648-8a0e-7b68cb4b18a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004815',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 59015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life OPF',
'vin': None,
'year': 2022}
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004815auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:56 [ecarstrade.be] INFO: Saving data for 7004815auction111054: {'created_time': 1774538156.523265, 'last_price_update_time': 1774538156.523274, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004815auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_004/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_002/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15: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-26 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_003/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15: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-26 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c140344-470b-5a6c-8095-eac1b75b5ac1 with identifier: 7005222auction111054
2026-03-26 15:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c140344-470b-5a6c-8095-eac1b75b5ac1 with scrape type 1
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774536369%27 HTTP/1.1" 200 None
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_000/780x0__r.jpg?hash=1774536369 not downloaded yet
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8
2026-03-26 15:15:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8, skipping ID generation
2026-03-26 15:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with scrape type 1
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 sending to next pipeline
2026-03-26 15:15:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8, identifier: 7004546auction111054
2026-03-26 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_002/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_000/780x0__r.jpg?hash=1774522812> (referer: https://ecarstrade.com/cars/7003668)
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_003/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:15:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with identifier: 7004546auction111054
2026-03-26 15:15:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with identifier: 7004546auction111054
2026-03-26 15:15:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8 with identifier: 7004546auction111054 to the API
2026-03-26 15:15:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004546/photo_000/780x0__r.jpg?hash=1774529169>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd1f4e1ab-5ca1-5547-8d7d-945dfdd00ea8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004546',
'listing': 'auction',
'location': 'Belgium',
'make': 'Honda',
'model': 'CR-V',
'odometer': 240571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'HONDA CR-V 2.0i Comfort',
'transmission': 'automatic',
'trim': 'HONDA 2.0i Comfort',
'vin': None,
'year': 2007}
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004546auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [ecarstrade.be] INFO: Saving data for 7004546auction111054: {'created_time': 1774538157.493178, 'last_price_update_time': 1774538157.493189, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004546auction111054') HTTP/1.1" 204 0
2026-03-26 15: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-26 15: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-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536369%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_001/780x0__r.jpg?hash=1774536369 not downloaded yet
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_004/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536370%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_002/780x0__r.jpg?hash=1774536370 not downloaded yet
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_005/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ae7f7c3-3960-551d-8089-1e64b99dd571
2026-03-26 15:15:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ae7f7c3-3960-551d-8089-1e64b99dd571, skipping ID generation
2026-03-26 15:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae7f7c3-3960-551d-8089-1e64b99dd571 with scrape type 1
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ae7f7c3-3960-551d-8089-1e64b99dd571 sending to next pipeline
2026-03-26 15:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ae7f7c3-3960-551d-8089-1e64b99dd571, identifier: 7003668auction111054
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536370%27 HTTP/1.1" 200 None
2026-03-26 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_003/780x0__r.jpg?hash=1774536370 not downloaded yet
2026-03-26 15:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ae7f7c3-3960-551d-8089-1e64b99dd571 with identifier: 7003668auction111054
2026-03-26 15:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ae7f7c3-3960-551d-8089-1e64b99dd571 with identifier: 7003668auction111054
2026-03-26 15:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ae7f7c3-3960-551d-8089-1e64b99dd571 with identifier: 7003668auction111054 to the API
2026-03-26 15:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:15:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003668/photo_000/780x0__r.jpg?hash=1774522812>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '4ae7f7c3-3960-551d-8089-1e64b99dd571',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003668',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 241168,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-23',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant Van Diesel Golf 2.0 CR TDi Comfortline DPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant Van Diesel 2.0 CR TDi Comfortline DPF',
'vin': None,
'year': 2009}
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003668auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:15:58 [ecarstrade.be] INFO: Saving data for 7003668auction111054: {'created_time': 1774538158.571541, 'last_price_update_time': 1774538158.57155, 'auction_closing_time': 1774852800.0}
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003668auction111054') HTTP/1.1" 204 0
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003925%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_006/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536370%27 HTTP/1.1" 200 None
2026-03-26 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_004/780x0__r.jpg?hash=1774536370 not downloaded yet
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005222%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536370%27 HTTP/1.1" 200 None
2026-03-26 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_005/780x0__r.jpg?hash=1774536370 not downloaded yet
2026-03-26 15:16:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005180> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:00 [ecarstrade.be] INFO: Extracting details for car 7005180auction111054
2026-03-26 15:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with identifier: 7005180auction111054
2026-03-26 15:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with scrape type 1
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774534991%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_000/780x0__r.jpg?hash=1774534991 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774534991%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_001/780x0__r.jpg?hash=1774534991 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774534991%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_002/780x0__r.jpg?hash=1774534991 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774534992%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_003/780x0__r.jpg?hash=1774534992 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774534992%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_004/780x0__r.jpg?hash=1774534992 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005180%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774534992%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_005/780x0__r.jpg?hash=1774534992 not downloaded yet
2026-03-26 15:16:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005186> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:01 [ecarstrade.be] INFO: Extracting details for car 7005186auction111054
2026-03-26 15:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with identifier: 7005186auction111054
2026-03-26 15:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with scrape type 1
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_000/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_001/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_002/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_003/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_004/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005186%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774535008%27 HTTP/1.1" 200 None
2026-03-26 15:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_005/780x0__r.jpg?hash=1774535008 not downloaded yet
2026-03-26 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003920> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:04 [ecarstrade.be] INFO: Extracting details for car 7003920auction111076
2026-03-26 15:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9404a8c-8e68-5615-acc3-8c755321c35d with identifier: 7003920auction111076
2026-03-26 15:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9404a8c-8e68-5615-acc3-8c755321c35d with scrape type 1
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_001/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_002/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_003/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_004/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_005/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003920%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523302%27 HTTP/1.1" 200 None
2026-03-26 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_006/780x0__r.jpg?hash=1774523302 not downloaded yet
2026-03-26 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003923> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003921> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_001/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7003923auction111076
2026-03-26 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7003921auction111076
2026-03-26 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-26 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e7676c-3ccd-5dab-a028-9a91d054680e with scrape type 1
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_001/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6815587c-8927-5c2f-a10f-31b5fe039100 with identifier: 7003921auction111076
2026-03-26 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6815587c-8927-5c2f-a10f-31b5fe039100 with scrape type 1
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523304%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_001/780x0__r.jpg?hash=1774523304 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_002/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523304%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_002/780x0__r.jpg?hash=1774523304 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_003/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523303%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_003/780x0__r.jpg?hash=1774523303 not downloaded yet
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_004/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523303%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_004/780x0__r.jpg?hash=1774523303 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_005/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523303%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_005/780x0__r.jpg?hash=1774523303 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003923%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_006/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003921%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523304%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_006/780x0__r.jpg?hash=1774523304 not downloaded yet
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003924> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003919> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_000/780x0__r.jpg?hash=1774536369> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7003924auction111076
2026-03-26 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-26 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with scrape type 1
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_001/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523306%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_002/780x0__r.jpg?hash=1774523306 not downloaded yet
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_002/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_003/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7003919auction111076
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_005/780x0__r.jpg?hash=1774536370> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_004/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1770447-0cc7-546a-97ea-29b87ab9b845 with identifier: 7003919auction111076
2026-03-26 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1770447-0cc7-546a-97ea-29b87ab9b845 with scrape type 1
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_001/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_005/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_002/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003924%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_006/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_005/780x0__r.jpg?hash=1774534992> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_003/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_004/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_005/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003919%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523300%27 HTTP/1.1" 200 None
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_006/780x0__r.jpg?hash=1774523300 not downloaded yet
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_005/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_006/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_004/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003922> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_005/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_006/780x0__r.jpg?hash=1774523304> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_006/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_005/780x0__r.jpg?hash=1774523303> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_002/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [ecarstrade.be] INFO: Extracting details for car 7003922auction111076
2026-03-26 15:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c898b8-8d48-5b0b-99ee-50de7de04872 with identifier: 7003922auction111076
2026-03-26 15:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c898b8-8d48-5b0b-99ee-50de7de04872 with scrape type 1
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_001/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_002/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_003/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_002/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_006/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_003/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_004/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_005/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_005/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003922%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523305%27 HTTP/1.1" 200 None
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_006/780x0__r.jpg?hash=1774523305 not downloaded yet
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_004/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_003/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_005/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_001/780x0__r.jpg?hash=1774523300> (referer: https://ecarstrade.com/cars/7003919)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_006/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_001/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_004/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003924)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_001/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1770447-0cc7-546a-97ea-29b87ab9b845
2026-03-26 15:16:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1770447-0cc7-546a-97ea-29b87ab9b845, skipping ID generation
2026-03-26 15:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1770447-0cc7-546a-97ea-29b87ab9b845 with scrape type 1
2026-03-26 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1770447-0cc7-546a-97ea-29b87ab9b845 sending to next pipeline
2026-03-26 15:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1770447-0cc7-546a-97ea-29b87ab9b845, identifier: 7003919auction111076
2026-03-26 15:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1770447-0cc7-546a-97ea-29b87ab9b845 with identifier: 7003919auction111076
2026-03-26 15:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1770447-0cc7-546a-97ea-29b87ab9b845 with identifier: 7003919auction111076
2026-03-26 15:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1770447-0cc7-546a-97ea-29b87ab9b845 with identifier: 7003919auction111076 to the API
2026-03-26 15:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003919/photo_001/780x0__r.jpg?hash=1774523300>
{'auction_title': '',
'c_o_2_emission_value': 145,
'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': 'f1770447-0cc7-546a-97ea-29b87ab9b845',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003919',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 55603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-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-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003919auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:07 [ecarstrade.be] INFO: Saving data for 7003919auction111076: {'created_time': 1774538167.014114, 'last_price_update_time': 1774538167.014123, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003919auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_005/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_005/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_002/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:07 [scrapy.extensions.logstats] INFO: Crawled 1278 pages (at 54 pages/min), scraped 1077 items (at 38 items/min)
2026-03-26 15:16:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082
2026-03-26 15:16:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082, skipping ID generation
2026-03-26 15:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with scrape type 1
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 sending to next pipeline
2026-03-26 15:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082, identifier: 7003924auction111076
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-26 15:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-26 15:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076 to the API
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003924/photo_004/780x0__r.jpg?hash=1774523307>
{'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': 6,
'photos': [],
'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-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:07 [ecarstrade.be] INFO: Saving data for 7003924auction111076: {'created_time': 1774538167.459265, 'last_price_update_time': 1774538167.459275, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003924auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_006/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_003/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_004/780x0__r.jpg?hash=1774523305> (referer: https://ecarstrade.com/cars/7003922)
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_004/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_004/780x0__r.jpg?hash=1774523303> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003918> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_003/780x0__r.jpg?hash=1774523303> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 00c898b8-8d48-5b0b-99ee-50de7de04872
2026-03-26 15:16:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 00c898b8-8d48-5b0b-99ee-50de7de04872, skipping ID generation
2026-03-26 15:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c898b8-8d48-5b0b-99ee-50de7de04872 with scrape type 1
2026-03-26 15:16:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 00c898b8-8d48-5b0b-99ee-50de7de04872 sending to next pipeline
2026-03-26 15:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00c898b8-8d48-5b0b-99ee-50de7de04872, identifier: 7003922auction111076
2026-03-26 15:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00c898b8-8d48-5b0b-99ee-50de7de04872 with identifier: 7003922auction111076
2026-03-26 15:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00c898b8-8d48-5b0b-99ee-50de7de04872 with identifier: 7003922auction111076
2026-03-26 15:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00c898b8-8d48-5b0b-99ee-50de7de04872 with identifier: 7003922auction111076 to the API
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003922/photo_004/780x0__r.jpg?hash=1774523305>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '00c898b8-8d48-5b0b-99ee-50de7de04872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003922',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C1',
'odometer': 70812,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 2,
'seller_name': None,
'title': 'C1 Feel 1.0 70CV BVM5 E6dT / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Feel 1.0 70CV BVM5 E6dT / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003922auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:07 [ecarstrade.be] INFO: Saving data for 7003922auction111076: {'created_time': 1774538167.990176, 'last_price_update_time': 1774538167.990186, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003922auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_003/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_002/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_001/780x0__r.jpg?hash=1774523304> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_002/780x0__r.jpg?hash=1774523304> (referer: https://ecarstrade.com/cars/7003921)
2026-03-26 15:16:08 [ecarstrade.be] INFO: Extracting details for car 7003918auction111076
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003917> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with identifier: 7003918auction111076
2026-03-26 15:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with scrape type 1
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_001/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_002/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_003/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_004/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_001/780x0__r.jpg?hash=1774523306> (referer: https://ecarstrade.com/cars/7003923)
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_005/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_001/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_003/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_004/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_002/780x0__r.jpg?hash=1774523302> (referer: https://ecarstrade.com/cars/7003920)
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003918%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523299%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_006/780x0__r.jpg?hash=1774523299 not downloaded yet
2026-03-26 15:16:08 [ecarstrade.be] INFO: Extracting details for car 7003917auction111076
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6815587c-8927-5c2f-a10f-31b5fe039100
2026-03-26 15:16:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6815587c-8927-5c2f-a10f-31b5fe039100, skipping ID generation
2026-03-26 15:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6815587c-8927-5c2f-a10f-31b5fe039100 with scrape type 1
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6815587c-8927-5c2f-a10f-31b5fe039100 sending to next pipeline
2026-03-26 15:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6815587c-8927-5c2f-a10f-31b5fe039100, identifier: 7003921auction111076
2026-03-26 15:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6815587c-8927-5c2f-a10f-31b5fe039100 with identifier: 7003921auction111076
2026-03-26 15:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6815587c-8927-5c2f-a10f-31b5fe039100 with identifier: 7003921auction111076
2026-03-26 15:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6815587c-8927-5c2f-a10f-31b5fe039100 with identifier: 7003921auction111076 to the API
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003921/photo_002/780x0__r.jpg?hash=1774523304>
{'auction_title': '',
'c_o_2_emission_value': 109,
'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': '6815587c-8927-5c2f-a10f-31b5fe039100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003921',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 72197,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-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': 2019}
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003921auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [ecarstrade.be] INFO: Saving data for 7003921auction111076: {'created_time': 1774538168.575092, 'last_price_update_time': 1774538168.575104, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003921auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2e11b8d-7cce-5582-bc65-44f242c3a328 with identifier: 7003917auction111076
2026-03-26 15:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2e11b8d-7cce-5582-bc65-44f242c3a328 with scrape type 1
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_001/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_003/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_004/780x0__r.jpg?hash=1774534992> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_002/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_000/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_002/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28e7676c-3ccd-5dab-a028-9a91d054680e
2026-03-26 15:16:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28e7676c-3ccd-5dab-a028-9a91d054680e, skipping ID generation
2026-03-26 15:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e7676c-3ccd-5dab-a028-9a91d054680e with scrape type 1
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28e7676c-3ccd-5dab-a028-9a91d054680e sending to next pipeline
2026-03-26 15:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28e7676c-3ccd-5dab-a028-9a91d054680e, identifier: 7003923auction111076
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c9404a8c-8e68-5615-acc3-8c755321c35d
2026-03-26 15:16:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9404a8c-8e68-5615-acc3-8c755321c35d, skipping ID generation
2026-03-26 15:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9404a8c-8e68-5615-acc3-8c755321c35d with scrape type 1
2026-03-26 15:16:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9404a8c-8e68-5615-acc3-8c755321c35d sending to next pipeline
2026-03-26 15:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9404a8c-8e68-5615-acc3-8c755321c35d, identifier: 7003920auction111076
2026-03-26 15:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_001/780x0__r.jpg?hash=1774535008> (referer: https://ecarstrade.com/cars/7005186)
2026-03-26 15:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-26 15:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-26 15:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076 to the API
2026-03-26 15:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003923/photo_001/780x0__r.jpg?hash=1774523306>
{'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': 6,
'photos': [],
'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-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [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-26 15:16:09 [ecarstrade.be] INFO: Saving data for 7003923auction111076: {'created_time': 1774538169.209103, 'last_price_update_time': 1774538169.209112, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003923auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9404a8c-8e68-5615-acc3-8c755321c35d with identifier: 7003920auction111076
2026-03-26 15:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9404a8c-8e68-5615-acc3-8c755321c35d with identifier: 7003920auction111076
2026-03-26 15:16:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9404a8c-8e68-5615-acc3-8c755321c35d with identifier: 7003920auction111076 to the API
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003920/photo_002/780x0__r.jpg?hash=1774523302>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c9404a8c-8e68-5615-acc3-8c755321c35d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003920',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 69094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [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-26 15:16:09 [ecarstrade.be] INFO: Saving data for 7003920auction111076: {'created_time': 1774538169.590784, 'last_price_update_time': 1774538169.590795, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003920auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_002/780x0__r.jpg?hash=1774534991> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_003/780x0__r.jpg?hash=1774534992> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_003/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_004/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_001/780x0__r.jpg?hash=1774534991> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_004/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf
2026-03-26 15:16:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf, skipping ID generation
2026-03-26 15:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with scrape type 1
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed985fd4-5880-56a6-a3f4-9eb9cea23fcf sending to next pipeline
2026-03-26 15:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf, identifier: 7005186auction111054
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_005/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with identifier: 7005186auction111054
2026-03-26 15:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with identifier: 7005186auction111054
2026-03-26 15:16:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed985fd4-5880-56a6-a3f4-9eb9cea23fcf with identifier: 7005186auction111054 to the API
2026-03-26 15:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005186/photo_001/780x0__r.jpg?hash=1774535008>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Natural Gas',
'id': 'ed985fd4-5880-56a6-a3f4-9eb9cea23fcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005186',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Leon',
'odometer': 85300,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Leon ST CNG Leon ST Style 1.4 TGI 110pk (81kW) DSG 7v CNG '
'Start/Stop',
'transmission': 'automatic',
'trim': 'SEAT ST CNG ST Style 1.4 TGI 110pk (81kW) DSG 7v CNG Start/Stop',
'vin': None,
'year': 2018}
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:10 [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-26 15:16:10 [ecarstrade.be] INFO: Saving data for 7005186auction111054: {'created_time': 1774538170.078151, 'last_price_update_time': 1774538170.078161, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005186auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_005/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_003/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_006/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_002/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_001/780x0__r.jpg?hash=1774523299> (referer: https://ecarstrade.com/cars/7003918)
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003917%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523298%27 HTTP/1.1" 200 None
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_006/780x0__r.jpg?hash=1774523298 not downloaded yet
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_002/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_001/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6fc93128-fb1a-5acc-b07c-bc49105c15a5
2026-03-26 15:16:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fc93128-fb1a-5acc-b07c-bc49105c15a5, skipping ID generation
2026-03-26 15:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with scrape type 1
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fc93128-fb1a-5acc-b07c-bc49105c15a5 sending to next pipeline
2026-03-26 15:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fc93128-fb1a-5acc-b07c-bc49105c15a5, identifier: 7003918auction111076
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_000/780x0__r.jpg?hash=1774534991> (referer: https://ecarstrade.com/cars/7005180)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_006/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with identifier: 7003918auction111076
2026-03-26 15:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with identifier: 7003918auction111076
2026-03-26 15:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fc93128-fb1a-5acc-b07c-bc49105c15a5 with identifier: 7003918auction111076 to the API
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003918/photo_001/780x0__r.jpg?hash=1774523299>
{'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-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6fc93128-fb1a-5acc-b07c-bc49105c15a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003918',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X2',
'odometer': 25973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 / 2017 / 5P / SUV xDrive25e Lounge BVA6',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive25e Lounge BVA6',
'vin': None,
'year': 2020}
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:10 [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-26 15:16:10 [ecarstrade.be] INFO: Saving data for 7003918auction111076: {'created_time': 1774538170.743727, 'last_price_update_time': 1774538170.743738, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003918auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_003/780x0__r.jpg?hash=1774536370> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_005/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_004/780x0__r.jpg?hash=1774536370> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b22eaaa-236b-54b1-9849-a078d68cc1b7
2026-03-26 15:16:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b22eaaa-236b-54b1-9849-a078d68cc1b7, skipping ID generation
2026-03-26 15:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with scrape type 1
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b22eaaa-236b-54b1-9849-a078d68cc1b7 sending to next pipeline
2026-03-26 15:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b22eaaa-236b-54b1-9849-a078d68cc1b7, identifier: 7005180auction111054
2026-03-26 15:16:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with identifier: 7005180auction111054
2026-03-26 15:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with identifier: 7005180auction111054
2026-03-26 15:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b22eaaa-236b-54b1-9849-a078d68cc1b7 with identifier: 7005180auction111054 to the API
2026-03-26 15:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005180/photo_000/780x0__r.jpg?hash=1774534991>
{'auction_title': '',
'c_o_2_emission_value': 185,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '0b22eaaa-236b-54b1-9849-a078d68cc1b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005180',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Magentis',
'odometer': 220000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Magentis Magentis 2.0 CRDi EX',
'transmission': 'automatic',
'trim': 'KIA 2.0 CRDi EX',
'vin': None,
'year': 2010}
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005180auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:11 [ecarstrade.be] INFO: Saving data for 7005180auction111054: {'created_time': 1774538171.181392, 'last_price_update_time': 1774538171.181401, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005180auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_005/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_002/780x0__r.jpg?hash=1774536370> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_004/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_003/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_004/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15: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-26 15: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-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_001/780x0__r.jpg?hash=1774536369> (referer: https://ecarstrade.com/cars/7005222)
2026-03-26 15: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-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_003/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003925)
2026-03-26 15: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-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_006/780x0__r.jpg?hash=1774523298> (referer: https://ecarstrade.com/cars/7003917)
2026-03-26 15: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-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3c140344-470b-5a6c-8095-eac1b75b5ac1
2026-03-26 15:16:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c140344-470b-5a6c-8095-eac1b75b5ac1, skipping ID generation
2026-03-26 15:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c140344-470b-5a6c-8095-eac1b75b5ac1 with scrape type 1
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c140344-470b-5a6c-8095-eac1b75b5ac1 sending to next pipeline
2026-03-26 15:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c140344-470b-5a6c-8095-eac1b75b5ac1, identifier: 7005222auction111054
2026-03-26 15:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c140344-470b-5a6c-8095-eac1b75b5ac1 with identifier: 7005222auction111054
2026-03-26 15:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c140344-470b-5a6c-8095-eac1b75b5ac1 with identifier: 7005222auction111054
2026-03-26 15:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c140344-470b-5a6c-8095-eac1b75b5ac1 with identifier: 7005222auction111054 to the API
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005222/photo_001/780x0__r.jpg?hash=1774536369>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '3c140344-470b-5a6c-8095-eac1b75b5ac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005222',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'ONE',
'odometer': 95040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Mini 5 Doors (F55) Mini 1.5 One OPF (EU6d-TEMP)',
'transmission': 'manual',
'trim': 'MINI 5 Doors (F55) 1.5 One OPF (EU6d-TEMP)',
'vin': None,
'year': 2019}
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005222auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:11 [ecarstrade.be] INFO: Saving data for 7005222auction111054: {'created_time': 1774538171.884121, 'last_price_update_time': 1774538171.88413, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005222auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003916> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003915> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28
2026-03-26 15:16:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28, skipping ID generation
2026-03-26 15:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with scrape type 1
2026-03-26 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 sending to next pipeline
2026-03-26 15:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28, identifier: 7003925auction111076
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2e11b8d-7cce-5582-bc65-44f242c3a328
2026-03-26 15:16:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2e11b8d-7cce-5582-bc65-44f242c3a328, skipping ID generation
2026-03-26 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2e11b8d-7cce-5582-bc65-44f242c3a328 with scrape type 1
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2e11b8d-7cce-5582-bc65-44f242c3a328 sending to next pipeline
2026-03-26 15:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2e11b8d-7cce-5582-bc65-44f242c3a328, identifier: 7003917auction111076
2026-03-26 15:16:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-26 15:16:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-26 15:16:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076 to the API
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003925/photo_003/780x0__r.jpg?hash=1774523307>
{'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': 6,
'photos': [],
'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-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [ecarstrade.be] INFO: Saving data for 7003925auction111076: {'created_time': 1774538172.400477, 'last_price_update_time': 1774538172.400487, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003925auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2e11b8d-7cce-5582-bc65-44f242c3a328 with identifier: 7003917auction111076
2026-03-26 15:16:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2e11b8d-7cce-5582-bc65-44f242c3a328 with identifier: 7003917auction111076
2026-03-26 15:16:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2e11b8d-7cce-5582-bc65-44f242c3a328 with identifier: 7003917auction111076 to the API
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003917/photo_006/780x0__r.jpg?hash=1774523298>
{'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-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b2e11b8d-7cce-5582-bc65-44f242c3a328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003917',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X2',
'odometer': 52275,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série X2 sDrive 18i Lounge 1.5 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série sDrive 18i Lounge 1.5 135CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003917auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [ecarstrade.be] INFO: Saving data for 7003917auction111076: {'created_time': 1774538172.742383, 'last_price_update_time': 1774538172.742392, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003917auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7003916auction111076
2026-03-26 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7003915auction111076
2026-03-26 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003914> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5352959-81fd-5b3d-9cea-505db5ce1dfe with identifier: 7003916auction111076
2026-03-26 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5352959-81fd-5b3d-9cea-505db5ce1dfe with scrape type 1
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_001/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with identifier: 7003915auction111076
2026-03-26 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with scrape type 1
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_001/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_002/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_002/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_003/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_003/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7003914auction111076
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_004/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_004/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c05ff187-4908-5cfb-a897-4eb5a021de9c with identifier: 7003914auction111076
2026-03-26 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c05ff187-4908-5cfb-a897-4eb5a021de9c with scrape type 1
2026-03-26 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523294%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_001/780x0__r.jpg?hash=1774523294 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_005/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_005/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523294%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_002/780x0__r.jpg?hash=1774523294 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003916%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_006/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003915%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523296%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_006/780x0__r.jpg?hash=1774523296 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523294%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_003/780x0__r.jpg?hash=1774523294 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523294%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_004/780x0__r.jpg?hash=1774523294 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523294%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_005/780x0__r.jpg?hash=1774523294 not downloaded yet
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003914%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523295%27 HTTP/1.1" 200 None
2026-03-26 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_006/780x0__r.jpg?hash=1774523295 not downloaded yet
2026-03-26 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003912> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:18 [ecarstrade.be] INFO: Extracting details for car 7003912auction111076
2026-03-26 15:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67f7294d-6aec-571e-8245-c43ed1cc6324 with identifier: 7003912auction111076
2026-03-26 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67f7294d-6aec-571e-8245-c43ed1cc6324 with scrape type 1
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_001/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_002/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_003/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_004/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_005/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003912%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523293%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_006/780x0__r.jpg?hash=1774523293 not downloaded yet
2026-03-26 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003913> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:18 [ecarstrade.be] INFO: Extracting details for car 7003913auction111076
2026-03-26 15:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec71ebae-2c8f-5446-bb20-3b95f8722edc with identifier: 7003913auction111076
2026-03-26 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec71ebae-2c8f-5446-bb20-3b95f8722edc with scrape type 1
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523289%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_001/780x0__r.jpg?hash=1774523289 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_002/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_003/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523289%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_004/780x0__r.jpg?hash=1774523289 not downloaded yet
2026-03-26 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005280> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_005/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003913%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_006/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005225> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:18 [ecarstrade.be] INFO: Extracting details for car 7005280auction111054
2026-03-26 15:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c30874-aa13-54d5-99a9-4fa01b895e32 with identifier: 7005280auction111054
2026-03-26 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c30874-aa13-54d5-99a9-4fa01b895e32 with scrape type 1
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774537212%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_000/780x0__r.jpg?hash=1774537212 not downloaded yet
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537212%27 HTTP/1.1" 200 None
2026-03-26 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_001/780x0__r.jpg?hash=1774537212 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537213%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_002/780x0__r.jpg?hash=1774537213 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537213%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_003/780x0__r.jpg?hash=1774537213 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537213%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_004/780x0__r.jpg?hash=1774537213 not downloaded yet
2026-03-26 15:16:19 [ecarstrade.be] INFO: Extracting details for car 7005225auction111054
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005280%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537213%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_005/780x0__r.jpg?hash=1774537213 not downloaded yet
2026-03-26 15:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with identifier: 7005225auction111054
2026-03-26 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with scrape type 1
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_000/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_001/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_002/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_003/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_004/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005225%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536385%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_005/780x0__r.jpg?hash=1774536385 not downloaded yet
2026-03-26 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003910> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005223> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_000/780x0__r.jpg?hash=1774514801> (referer: https://ecarstrade.com/cars/7002999)
2026-03-26 15:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:19 [ecarstrade.be] INFO: Extracting details for car 7003910auction111076
2026-03-26 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_004/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:16:19 [ecarstrade.be] INFO: Extracting details for car 7005223auction111054
2026-03-26 15:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eff4194-a343-59fc-bffb-a547e38e269e with identifier: 7003910auction111076
2026-03-26 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eff4194-a343-59fc-bffb-a547e38e269e with scrape type 1
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_001/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 295dd225-aeb3-576d-ae54-02ca8a1c0970 with identifier: 7005223auction111054
2026-03-26 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 295dd225-aeb3-576d-ae54-02ca8a1c0970 with scrape type 1
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774536377%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_000/780x0__r.jpg?hash=1774536377 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_002/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536377%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_001/780x0__r.jpg?hash=1774536377 not downloaded yet
2026-03-26 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_003/780x0__r.jpg?hash=1774514819> (referer: https://ecarstrade.com/cars/7003004)
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_003/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536377%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_002/780x0__r.jpg?hash=1774536377 not downloaded yet
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3811872d-526b-5923-9b90-3079dc0708d6
2026-03-26 15:16:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3811872d-526b-5923-9b90-3079dc0708d6, skipping ID generation
2026-03-26 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3811872d-526b-5923-9b90-3079dc0708d6 with scrape type 1
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3811872d-526b-5923-9b90-3079dc0708d6 sending to next pipeline
2026-03-26 15:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3811872d-526b-5923-9b90-3079dc0708d6, identifier: 7002999auction111054
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_004/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536377%27 HTTP/1.1" 200 None
2026-03-26 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_003/780x0__r.jpg?hash=1774536377 not downloaded yet
2026-03-26 15:16:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3811872d-526b-5923-9b90-3079dc0708d6 with identifier: 7002999auction111054
2026-03-26 15:16:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3811872d-526b-5923-9b90-3079dc0708d6 with identifier: 7002999auction111054
2026-03-26 15:16:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3811872d-526b-5923-9b90-3079dc0708d6 with identifier: 7002999auction111054 to the API
2026-03-26 15:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002999/photo_000/780x0__r.jpg?hash=1774514801>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '3811872d-526b-5923-9b90-3079dc0708d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002999',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C1',
'odometer': 141578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-05',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0i Attraction',
'transmission': 'manual',
'trim': 'CITROEN 1.0i Attraction',
'vin': None,
'year': 2012}
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:20 [ecarstrade.be] INFO: Saving data for 7002999auction111054: {'created_time': 1774538180.050688, 'last_price_update_time': 1774538180.050698, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002999auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_005/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536377%27 HTTP/1.1" 200 None
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_004/780x0__r.jpg?hash=1774536377 not downloaded yet
2026-03-26 15:16:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_006/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18efe755-927d-5e65-a8e2-945feac3d117
2026-03-26 15:16:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18efe755-927d-5e65-a8e2-945feac3d117, skipping ID generation
2026-03-26 15:16:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18efe755-927d-5e65-a8e2-945feac3d117 with scrape type 1
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18efe755-927d-5e65-a8e2-945feac3d117 sending to next pipeline
2026-03-26 15:16:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18efe755-927d-5e65-a8e2-945feac3d117, identifier: 7003004auction111054
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003910%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523288%27 HTTP/1.1" 200 None
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_006/780x0__r.jpg?hash=1774523288 not downloaded yet
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005223%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536378%27 HTTP/1.1" 200 None
2026-03-26 15:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_005/780x0__r.jpg?hash=1774536378 not downloaded yet
2026-03-26 15:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18efe755-927d-5e65-a8e2-945feac3d117 with identifier: 7003004auction111054
2026-03-26 15:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18efe755-927d-5e65-a8e2-945feac3d117 with identifier: 7003004auction111054
2026-03-26 15:16:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18efe755-927d-5e65-a8e2-945feac3d117 with identifier: 7003004auction111054 to the API
2026-03-26 15:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003004/photo_003/780x0__r.jpg?hash=1774514819>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '18efe755-927d-5e65-a8e2-945feac3d117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003004',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 107054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Grand Scénic Grand Scénic 1.2 TCe Energy Bose Edition 5pl.',
'transmission': 'manual',
'trim': 'RENAULT Grand Scénic Grand Scénic 1.2 TCe Energy Bose Edition 5pl.',
'vin': None,
'year': 2016}
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003004auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [ecarstrade.be] INFO: Saving data for 7003004auction111054: {'created_time': 1774538182.485092, 'last_price_update_time': 1774538182.485102, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003004auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_006/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005224> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003911> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_003/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_005/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_006/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:22 [ecarstrade.be] INFO: Extracting details for car 7005224auction111054
2026-03-26 15:16:22 [ecarstrade.be] INFO: Extracting details for car 7003911auction111076
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_004/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79311bb2-39f9-5d7b-b334-4897bbadf670 with identifier: 7005224auction111054
2026-03-26 15:16:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79311bb2-39f9-5d7b-b334-4897bbadf670 with scrape type 1
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774536381%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_000/780x0__r.jpg?hash=1774536381 not downloaded yet
2026-03-26 15:16:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a29989b1-614b-56be-a531-953427f5acd0 with identifier: 7003911auction111076
2026-03-26 15:16:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29989b1-614b-56be-a531-953427f5acd0 with scrape type 1
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_001/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_002/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774536381%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_001/780x0__r.jpg?hash=1774536381 not downloaded yet
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_002/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_003/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774536381%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_002/780x0__r.jpg?hash=1774536381 not downloaded yet
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_003/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_001/780x0__r.jpg?hash=1774536377> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774536381%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_003/780x0__r.jpg?hash=1774536381 not downloaded yet
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_004/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_003/780x0__r.jpg?hash=1774536377> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774536382%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_004/780x0__r.jpg?hash=1774536382 not downloaded yet
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_005/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_005/780x0__r.jpg?hash=1774536378> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005224%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774536382%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_005/780x0__r.jpg?hash=1774536382 not downloaded yet
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003911%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523290%27 HTTP/1.1" 200 None
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_006/780x0__r.jpg?hash=1774523290 not downloaded yet
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_006/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_004/780x0__r.jpg?hash=1774536377> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_005/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_004/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_002/780x0__r.jpg?hash=1774536377> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_003/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_001/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_002/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_005/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_004/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_006/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_003/780x0__r.jpg?hash=1774523290> (referer: https://ecarstrade.com/cars/7003911)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_005/780x0__r.jpg?hash=1774536382> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_004/780x0__r.jpg?hash=1774536382> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_003/780x0__r.jpg?hash=1774536381> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_002/780x0__r.jpg?hash=1774536381> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a29989b1-614b-56be-a531-953427f5acd0
2026-03-26 15:16:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a29989b1-614b-56be-a531-953427f5acd0, skipping ID generation
2026-03-26 15:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29989b1-614b-56be-a531-953427f5acd0 with scrape type 1
2026-03-26 15:16:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a29989b1-614b-56be-a531-953427f5acd0 sending to next pipeline
2026-03-26 15:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a29989b1-614b-56be-a531-953427f5acd0, identifier: 7003911auction111076
2026-03-26 15:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a29989b1-614b-56be-a531-953427f5acd0 with identifier: 7003911auction111076
2026-03-26 15:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a29989b1-614b-56be-a531-953427f5acd0 with identifier: 7003911auction111076
2026-03-26 15:16:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a29989b1-614b-56be-a531-953427f5acd0 with identifier: 7003911auction111076 to the API
2026-03-26 15:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003911/photo_003/780x0__r.jpg?hash=1774523290>
{'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-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'a29989b1-614b-56be-a531-953427f5acd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003911',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '120',
'odometer': 50448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série 1 Berline 120 i Edition Sport 2.0 180CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série 1 Berline i Edition Sport 2.0 180CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003911auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:24 [ecarstrade.be] INFO: Saving data for 7003911auction111076: {'created_time': 1774538184.056213, 'last_price_update_time': 1774538184.056223, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003911auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_001/780x0__r.jpg?hash=1774536381> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_000/780x0__r.jpg?hash=1774536381> (referer: https://ecarstrade.com/cars/7005224)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_002/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_001/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_000/780x0__r.jpg?hash=1774536377> (referer: https://ecarstrade.com/cars/7005223)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_001/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003910)
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 79311bb2-39f9-5d7b-b334-4897bbadf670
2026-03-26 15:16:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79311bb2-39f9-5d7b-b334-4897bbadf670, skipping ID generation
2026-03-26 15:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79311bb2-39f9-5d7b-b334-4897bbadf670 with scrape type 1
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79311bb2-39f9-5d7b-b334-4897bbadf670 sending to next pipeline
2026-03-26 15:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79311bb2-39f9-5d7b-b334-4897bbadf670, identifier: 7005224auction111054
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_005/780x0__r.jpg?hash=1774537213> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79311bb2-39f9-5d7b-b334-4897bbadf670 with identifier: 7005224auction111054
2026-03-26 15:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79311bb2-39f9-5d7b-b334-4897bbadf670 with identifier: 7005224auction111054
2026-03-26 15:16:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79311bb2-39f9-5d7b-b334-4897bbadf670 with identifier: 7005224auction111054 to the API
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005224/photo_000/780x0__r.jpg?hash=1774536381>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '79311bb2-39f9-5d7b-b334-4897bbadf670',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005224',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 208053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Sport & Style 2,0 l 4Motion BMT 103 kW '
'(140 HP) 7-speed DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Sport & Style 2,0 l 4Motion BMT 103 kW (140 HP) 7-speed '
'DSG',
'vin': None,
'year': 2014}
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005224auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:24 [ecarstrade.be] INFO: Saving data for 7005224auction111054: {'created_time': 1774538184.704977, 'last_price_update_time': 1774538184.704986, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005224auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_004/780x0__r.jpg?hash=1774537213> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_000/780x0__r.jpg?hash=1774536385> (referer: https://ecarstrade.com/cars/7005225)
2026-03-26 15:16:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 295dd225-aeb3-576d-ae54-02ca8a1c0970
2026-03-26 15:16:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 295dd225-aeb3-576d-ae54-02ca8a1c0970, skipping ID generation
2026-03-26 15:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 295dd225-aeb3-576d-ae54-02ca8a1c0970 with scrape type 1
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 295dd225-aeb3-576d-ae54-02ca8a1c0970 sending to next pipeline
2026-03-26 15:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 295dd225-aeb3-576d-ae54-02ca8a1c0970, identifier: 7005223auction111054
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3eff4194-a343-59fc-bffb-a547e38e269e
2026-03-26 15:16:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3eff4194-a343-59fc-bffb-a547e38e269e, skipping ID generation
2026-03-26 15:16:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eff4194-a343-59fc-bffb-a547e38e269e with scrape type 1
2026-03-26 15:16:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3eff4194-a343-59fc-bffb-a547e38e269e sending to next pipeline
2026-03-26 15:16:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3eff4194-a343-59fc-bffb-a547e38e269e, identifier: 7003910auction111076
2026-03-26 15:16:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 295dd225-aeb3-576d-ae54-02ca8a1c0970 with identifier: 7005223auction111054
2026-03-26 15:16:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 295dd225-aeb3-576d-ae54-02ca8a1c0970 with identifier: 7005223auction111054
2026-03-26 15:16:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 295dd225-aeb3-576d-ae54-02ca8a1c0970 with identifier: 7005223auction111054 to the API
2026-03-26 15:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005223/photo_000/780x0__r.jpg?hash=1774536377>
{'auction_title': '',
'c_o_2_emission_value': 79,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '295dd225-aeb3-576d-ae54-02ca8a1c0970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005223',
'listing': 'auction',
'location': 'Belgium',
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 180565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'PORSCHE Cayenne Cayenne 3.0i V6 PHEV S Tiptronic S (306 kW)',
'transmission': 'automatic',
'trim': 'PORSCHE 3.0i V6 PHEV S Tiptronic S (306 kW)',
'vin': None,
'year': 2015}
2026-03-26 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:26 [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-26 15:16:26 [ecarstrade.be] INFO: Saving data for 7005223auction111054: {'created_time': 1774538186.078352, 'last_price_update_time': 1774538186.078363, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005223auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3eff4194-a343-59fc-bffb-a547e38e269e with identifier: 7003910auction111076
2026-03-26 15:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3eff4194-a343-59fc-bffb-a547e38e269e with identifier: 7003910auction111076
2026-03-26 15:16:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3eff4194-a343-59fc-bffb-a547e38e269e with identifier: 7003910auction111076 to the API
2026-03-26 15:16:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003910/photo_001/780x0__r.jpg?hash=1774523288>
{'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-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3eff4194-a343-59fc-bffb-a547e38e269e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003910',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 54589,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': '1 Berline 116 d 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': '1 Berline d 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-26 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:26 [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-26 15:16:26 [ecarstrade.be] INFO: Saving data for 7003910auction111076: {'created_time': 1774538186.999198, 'last_price_update_time': 1774538186.999208, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003910auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_003/780x0__r.jpg?hash=1774537213> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_002/780x0__r.jpg?hash=1774537213> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_001/780x0__r.jpg?hash=1774537212> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004535> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004537> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004536> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004534> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 202b867d-69f8-5bac-b26f-1d3e7224d7d0
2026-03-26 15:16:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 202b867d-69f8-5bac-b26f-1d3e7224d7d0, skipping ID generation
2026-03-26 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with scrape type 1
2026-03-26 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 202b867d-69f8-5bac-b26f-1d3e7224d7d0 sending to next pipeline
2026-03-26 15:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 202b867d-69f8-5bac-b26f-1d3e7224d7d0, identifier: 7005225auction111054
2026-03-26 15:16:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with identifier: 7005225auction111054
2026-03-26 15:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with identifier: 7005225auction111054
2026-03-26 15:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 202b867d-69f8-5bac-b26f-1d3e7224d7d0 with identifier: 7005225auction111054 to the API
2026-03-26 15:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005225/photo_000/780x0__r.jpg?hash=1774536385>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '202b867d-69f8-5bac-b26f-1d3e7224d7d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005225',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 5099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Sandero 1.0i SCe Expression',
'transmission': 'manual',
'trim': 'DIA Sandero Sandero 1.0i SCe Expression',
'vin': None,
'year': 2023}
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [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-26 15:16:28 [ecarstrade.be] INFO: Saving data for 7005225auction111054: {'created_time': 1774538188.545836, 'last_price_update_time': 1774538188.545846, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005225auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_005/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:28 [ecarstrade.be] INFO: Extracting details for car 7004535auction111054
2026-03-26 15:16:28 [ecarstrade.be] INFO: Extracting details for car 7004537auction111054
2026-03-26 15:16:28 [ecarstrade.be] INFO: Extracting details for car 7004536auction111054
2026-03-26 15:16:28 [ecarstrade.be] INFO: Extracting details for car 7004534auction111054
2026-03-26 15:16:28 [ecarstrade.be] INFO: Found listing with ID: 7003926auction111076
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [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-26 15:16:28 [ecarstrade.be] INFO: Scrape type for 7003926auction111076: 1
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_004/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_004/780x0__r.jpg?hash=1774523289> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_001/780x0__r.jpg?hash=1774523289> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_005/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_003/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_000/780x0__r.jpg?hash=1774537212> (referer: https://ecarstrade.com/cars/7005280)
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_002/780x0__r.jpg?hash=1774523288> (referer: https://ecarstrade.com/cars/7003913)
2026-03-26 15:16:28 [ecarstrade.be] INFO: Found listing with ID: 7003927auction111076
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [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-26 15:16:28 [ecarstrade.be] INFO: Scrape type for 7003927auction111076: 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e8a5600-18a8-5cf9-9e4c-a552321f352d with identifier: 7004535auction111054
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e8a5600-18a8-5cf9-9e4c-a552321f352d with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527796%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_000/780x0__r.jpg?hash=1774527796 not downloaded yet
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bf0d70-ab5f-5a22-999e-b496052e6c64 with identifier: 7004537auction111054
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bf0d70-ab5f-5a22-999e-b496052e6c64 with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_000/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07c6274-1535-5f0e-8269-dc484e28ff7e with identifier: 7004536auction111054
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07c6274-1535-5f0e-8269-dc484e28ff7e with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_000/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf10fdc-220f-5b41-a881-d70bc494ed9b with identifier: 7004534auction111054
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf10fdc-220f-5b41-a881-d70bc494ed9b with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527793%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_000/780x0__r.jpg?hash=1774527793 not downloaded yet
2026-03-26 15:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_002/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:28 [ecarstrade.be] INFO: Found listing with ID: 7003928auction111076
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [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-26 15:16:28 [ecarstrade.be] INFO: Scrape type for 7003928auction111076: 1
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527796%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_001/780x0__r.jpg?hash=1774527796 not downloaded yet
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_001/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_001/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527793%27 HTTP/1.1" 200 None
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_001/780x0__r.jpg?hash=1774527793 not downloaded yet
2026-03-26 15: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-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69c30874-aa13-54d5-99a9-4fa01b895e32
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69c30874-aa13-54d5-99a9-4fa01b895e32, skipping ID generation
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c30874-aa13-54d5-99a9-4fa01b895e32 with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69c30874-aa13-54d5-99a9-4fa01b895e32 sending to next pipeline
2026-03-26 15:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69c30874-aa13-54d5-99a9-4fa01b895e32, identifier: 7005280auction111054
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ec71ebae-2c8f-5446-bb20-3b95f8722edc
2026-03-26 15:16:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec71ebae-2c8f-5446-bb20-3b95f8722edc, skipping ID generation
2026-03-26 15:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec71ebae-2c8f-5446-bb20-3b95f8722edc with scrape type 1
2026-03-26 15:16:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec71ebae-2c8f-5446-bb20-3b95f8722edc sending to next pipeline
2026-03-26 15:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec71ebae-2c8f-5446-bb20-3b95f8722edc, identifier: 7003913auction111076
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_001/780x0__r.jpg?hash=1774523293> (referer: https://ecarstrade.com/cars/7003912)
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_005/780x0__r.jpg?hash=1774523294> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_004/780x0__r.jpg?hash=1774523294> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_006/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_006/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:16:29 [ecarstrade.be] INFO: Found listing with ID: 7003929auction111076
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [ecarstrade.be] INFO: Scrape type for 7003929auction111076: 1
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527797%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_002/780x0__r.jpg?hash=1774527797 not downloaded yet
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_002/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_002/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527794%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_002/780x0__r.jpg?hash=1774527794 not downloaded yet
2026-03-26 15:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69c30874-aa13-54d5-99a9-4fa01b895e32 with identifier: 7005280auction111054
2026-03-26 15:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69c30874-aa13-54d5-99a9-4fa01b895e32 with identifier: 7005280auction111054
2026-03-26 15:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69c30874-aa13-54d5-99a9-4fa01b895e32 with identifier: 7005280auction111054 to the API
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005280/photo_000/780x0__r.jpg?hash=1774537212>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '69c30874-aa13-54d5-99a9-4fa01b895e32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005280',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "pro_cee'd",
'odometer': 275879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-13',
'seats_number': 5,
'seller_name': None,
'title': "KIA Pro_Cee'd Pro_Cee'd 1.6 Turbo CRDi VGT iBlack/iWhite",
'transmission': 'manual',
'trim': "KIA Pro_Cee'd Pro_Cee'd 1.6 Turbo CRDi VGT iBlack/iWhite",
'vin': None,
'year': 2009}
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277005280auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [ecarstrade.be] INFO: Saving data for 7005280auction111054: {'created_time': 1774538189.60012, 'last_price_update_time': 1774538189.60013, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005280auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec71ebae-2c8f-5446-bb20-3b95f8722edc with identifier: 7003913auction111076
2026-03-26 15:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec71ebae-2c8f-5446-bb20-3b95f8722edc with identifier: 7003913auction111076
2026-03-26 15:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec71ebae-2c8f-5446-bb20-3b95f8722edc with identifier: 7003913auction111076 to the API
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003913/photo_002/780x0__r.jpg?hash=1774523288>
{'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-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'ec71ebae-2c8f-5446-bb20-3b95f8722edc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003913',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 54445,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'A3 Sportback 35 TFSI Business Line 1.5 TFSI 150CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Sportback 35 TFSI Business Line 1.5 TFSI 150CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003913auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [ecarstrade.be] INFO: Saving data for 7003913auction111076: {'created_time': 1774538189.944704, 'last_price_update_time': 1774538189.944713, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003913auction111076') HTTP/1.1" 204 0
2026-03-26 15: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-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_002/780x0__r.jpg?hash=1774523294> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_003/780x0__r.jpg?hash=1774523294> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:29 [ecarstrade.be] INFO: Found listing with ID: 7003930auction111076
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:29 [ecarstrade.be] INFO: Scrape type for 7003930auction111076: 1
2026-03-26 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527797%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_003/780x0__r.jpg?hash=1774527797 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_003/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_003/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527794%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_003/780x0__r.jpg?hash=1774527794 not downloaded yet
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_005/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_005/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_004/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:16:30 [ecarstrade.be] INFO: Found listing with ID: 7003931auction111076
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [ecarstrade.be] INFO: Scrape type for 7003931auction111076: 1
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527797%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_004/780x0__r.jpg?hash=1774527797 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_004/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_004/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527794%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_004/780x0__r.jpg?hash=1774527794 not downloaded yet
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67f7294d-6aec-571e-8245-c43ed1cc6324
2026-03-26 15:16:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67f7294d-6aec-571e-8245-c43ed1cc6324, skipping ID generation
2026-03-26 15:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67f7294d-6aec-571e-8245-c43ed1cc6324 with scrape type 1
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67f7294d-6aec-571e-8245-c43ed1cc6324 sending to next pipeline
2026-03-26 15:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67f7294d-6aec-571e-8245-c43ed1cc6324, identifier: 7003912auction111076
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_001/780x0__r.jpg?hash=1774523294> (referer: https://ecarstrade.com/cars/7003914)
2026-03-26 15:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67f7294d-6aec-571e-8245-c43ed1cc6324 with identifier: 7003912auction111076
2026-03-26 15:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67f7294d-6aec-571e-8245-c43ed1cc6324 with identifier: 7003912auction111076
2026-03-26 15:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67f7294d-6aec-571e-8245-c43ed1cc6324 with identifier: 7003912auction111076 to the API
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003912/photo_001/780x0__r.jpg?hash=1774523293>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '67f7294d-6aec-571e-8245-c43ed1cc6324',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003912',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 42341,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 / 2022 / 5P / SUV sDrive18d xLine DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV sDrive18d xLine DKG7',
'vin': None,
'year': 2024}
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003912auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [ecarstrade.be] INFO: Saving data for 7003912auction111076: {'created_time': 1774538190.753351, 'last_price_update_time': 1774538190.753364, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003912auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_003/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_004/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15:16:30 [ecarstrade.be] INFO: Found listing with ID: 7003932auction111076
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [ecarstrade.be] INFO: Scrape type for 7003932auction111076: 1
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004535%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527797%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_005/780x0__r.jpg?hash=1774527797 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004537%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527815%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_005/780x0__r.jpg?hash=1774527815 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004536%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527811%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_005/780x0__r.jpg?hash=1774527811 not downloaded yet
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004534%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527794%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_005/780x0__r.jpg?hash=1774527794 not downloaded yet
2026-03-26 15: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-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_000/780x0__r.jpg?hash=1774527793> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_001/780x0__r.jpg?hash=1774527793> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_001/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_001/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:16:30 [ecarstrade.be] INFO: Found listing with ID: 7003933auction111076
2026-03-26 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:30 [ecarstrade.be] INFO: Scrape type for 7003933auction111076: 1
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c05ff187-4908-5cfb-a897-4eb5a021de9c
2026-03-26 15:16:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c05ff187-4908-5cfb-a897-4eb5a021de9c, skipping ID generation
2026-03-26 15:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c05ff187-4908-5cfb-a897-4eb5a021de9c with scrape type 1
2026-03-26 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c05ff187-4908-5cfb-a897-4eb5a021de9c sending to next pipeline
2026-03-26 15:16:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c05ff187-4908-5cfb-a897-4eb5a021de9c, identifier: 7003914auction111076
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_002/780x0__r.jpg?hash=1774527794> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003934auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003934auction111076: 1
2026-03-26 15:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c05ff187-4908-5cfb-a897-4eb5a021de9c with identifier: 7003914auction111076
2026-03-26 15:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c05ff187-4908-5cfb-a897-4eb5a021de9c with identifier: 7003914auction111076
2026-03-26 15:16:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c05ff187-4908-5cfb-a897-4eb5a021de9c with identifier: 7003914auction111076 to the API
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003914/photo_001/780x0__r.jpg?hash=1774523294>
{'auction_title': '',
'c_o_2_emission_value': 122,
'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': 'Diesel',
'id': 'c05ff187-4908-5cfb-a897-4eb5a021de9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003914',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 103886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 1 / 2019 / 5P / Berline 1.5 116D DKG7 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 / 2019 / 5P / Berline 1.5 D DKG7 Business Design',
'vin': None,
'year': 2022}
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003914auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Saving data for 7003914auction111076: {'created_time': 1774538191.558893, 'last_price_update_time': 1774538191.558902, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003914auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_003/780x0__r.jpg?hash=1774527794> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_001/780x0__r.jpg?hash=1774527796> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_002/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_003/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003935auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003935auction111076: 1
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003936auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003936auction111076: 1
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003937auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003937auction111076: 1
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003938auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003938auction111076: 1
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_004/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_004/780x0__r.jpg?hash=1774527794> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003939auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003939auction111076: 1
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_004/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003940auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003940auction111076: 1
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_003/780x0__r.jpg?hash=1774527797> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_003/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_005/780x0__r.jpg?hash=1774527794> (referer: https://ecarstrade.com/cars/7004534)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003941auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003941auction111076: 1
2026-03-26 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_004/780x0__r.jpg?hash=1774527797> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003942auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003942auction111076: 1
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003943auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003943auction111076: 1
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_005/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_005/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003944auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003944auction111076: 1
2026-03-26 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:31 [ecarstrade.be] INFO: Found listing with ID: 7003945auction111076
2026-03-26 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:31 [ecarstrade.be] INFO: Scrape type for 7003945auction111076: 1
2026-03-26 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_005/780x0__r.jpg?hash=1774527797> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4cf10fdc-220f-5b41-a881-d70bc494ed9b
2026-03-26 15:16:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cf10fdc-220f-5b41-a881-d70bc494ed9b, skipping ID generation
2026-03-26 15:16:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf10fdc-220f-5b41-a881-d70bc494ed9b with scrape type 1
2026-03-26 15:16:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cf10fdc-220f-5b41-a881-d70bc494ed9b sending to next pipeline
2026-03-26 15:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4cf10fdc-220f-5b41-a881-d70bc494ed9b, identifier: 7004534auction111054
2026-03-26 15:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4cf10fdc-220f-5b41-a881-d70bc494ed9b with identifier: 7004534auction111054
2026-03-26 15:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4cf10fdc-220f-5b41-a881-d70bc494ed9b with identifier: 7004534auction111054
2026-03-26 15:16:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4cf10fdc-220f-5b41-a881-d70bc494ed9b with identifier: 7004534auction111054 to the API
2026-03-26 15:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004534/photo_005/780x0__r.jpg?hash=1774527794>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Natural Gas',
'id': '4cf10fdc-220f-5b41-a881-d70bc494ed9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004534',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 281913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-24',
'seats_number': 7,
'seller_name': None,
'title': "VOLKSWAGEN Caddy Maxi CNG Caddy Maxi Trendline 7-zetels 'Dark & "
"Cool' 1.4 TGI EU6 BM 110pk (81KW) Versnellingsbak 6v",
'transmission': 'manual',
'trim': "VOLKSWAGEN Maxi CNG Maxi Trendline 7-zetels 'Dark & Cool' 1.4 "
'TGI EU6 BM 110pk (81KW) Versnellingsbak 6v',
'vin': None,
'year': 2015}
2026-03-26 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:16:33 [ecarstrade.be] INFO: Saving data for 7004534auction111054: {'created_time': 1774538193.438138, 'last_price_update_time': 1774538193.438149, 'auction_closing_time': 1774852800.0}
2026-03-26 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004534auction111054') HTTP/1.1" 204 0
2026-03-26 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:16:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003946auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003946auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003947auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003947auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003948auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003948auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003949auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003949auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003950auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003950auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003951auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003951auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003952auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003952auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003953auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003953auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003954auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003954auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003955auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:38 [ecarstrade.be] INFO: Scrape type for 7003955auction111076: 1
2026-03-26 15:16:38 [ecarstrade.be] INFO: Found listing with ID: 7003956auction111076
2026-03-26 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003956auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003957auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003957auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003958auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003958auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003959auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003959auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003960auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003960auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003961auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003961auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003962auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003962auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003963auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003963auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003964auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003964auction111076: 1
2026-03-26 15:16:39 [ecarstrade.be] INFO: Found listing with ID: 7003965auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [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-26 15:16:39 [ecarstrade.be] INFO: Scrape type for 7003965auction111076: 1
2026-03-26 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003926> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:39 [ecarstrade.be] INFO: Extracting details for car 7003926auction111076
2026-03-26 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003937> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-26 15:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78561b5-96e9-5a02-be95-7df60db49640 with scrape type 1
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_001/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_002/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_003/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_004/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_005/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [ecarstrade.be] INFO: Extracting details for car 7003937auction111076
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003926%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523307%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_006/780x0__r.jpg?hash=1774523307 not downloaded yet
2026-03-26 15:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-26 15:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e494ab06-afbb-5b13-8e5a-731ab228c660 with scrape type 1
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_001/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_002/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_003/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_004/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_005/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003937%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523322%27 HTTP/1.1" 200 None
2026-03-26 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_006/780x0__r.jpg?hash=1774523322 not downloaded yet
2026-03-26 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003938> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:40 [ecarstrade.be] INFO: Extracting details for car 7003938auction111076
2026-03-26 15:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-26 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with scrape type 1
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523325%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_001/780x0__r.jpg?hash=1774523325 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523325%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_002/780x0__r.jpg?hash=1774523325 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523326%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_003/780x0__r.jpg?hash=1774523326 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523326%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_004/780x0__r.jpg?hash=1774523326 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523325%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_005/780x0__r.jpg?hash=1774523325 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003938%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523326%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_006/780x0__r.jpg?hash=1774523326 not downloaded yet
2026-03-26 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003933> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003932> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:40 [ecarstrade.be] INFO: Extracting details for car 7003933auction111076
2026-03-26 15:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-26 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with scrape type 1
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_001/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_002/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_003/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_004/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [ecarstrade.be] INFO: Extracting details for car 7003932auction111076
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_005/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-26 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with scrape type 1
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_001/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003933%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523317%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_006/780x0__r.jpg?hash=1774523317 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_002/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_003/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_004/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_005/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003932%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523315%27 HTTP/1.1" 200 None
2026-03-26 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_006/780x0__r.jpg?hash=1774523315 not downloaded yet
2026-03-26 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003934> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:16:41 [ecarstrade.be] INFO: Extracting details for car 7003934auction111076
2026-03-26 15:16:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-26 15:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with scrape type 1
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523319%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_001/780x0__r.jpg?hash=1774523319 not downloaded yet
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523319%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_002/780x0__r.jpg?hash=1774523319 not downloaded yet
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523319%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_003/780x0__r.jpg?hash=1774523319 not downloaded yet
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523319%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_004/780x0__r.jpg?hash=1774523319 not downloaded yet
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523320%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_005/780x0__r.jpg?hash=1774523320 not downloaded yet
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003934%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523319%27 HTTP/1.1" 200 None
2026-03-26 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_006/780x0__r.jpg?hash=1774523319 not downloaded yet
2026-03-26 15:16:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003928> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003939> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:45 [ecarstrade.be] INFO: Extracting details for car 7003928auction111076
2026-03-26 15:16:45 [ecarstrade.be] INFO: Extracting details for car 7003939auction111076
2026-03-26 15:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-26 15:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee49274a-d3dd-5b00-9550-6d70df8d4a96 with scrape type 1
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_001/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-26 15:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with scrape type 1
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_001/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_002/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_002/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_003/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_003/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_004/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_004/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_005/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_005/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003928%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523309%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_006/780x0__r.jpg?hash=1774523309 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003939%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523327%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_006/780x0__r.jpg?hash=1774523327 not downloaded yet
2026-03-26 15:16:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003940> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:45 [ecarstrade.be] INFO: Extracting details for car 7003940auction111076
2026-03-26 15:16:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-26 15:16:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with scrape type 1
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_001/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_002/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_003/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_004/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_005/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003940%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523329%27 HTTP/1.1" 200 None
2026-03-26 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_006/780x0__r.jpg?hash=1774523329 not downloaded yet
2026-03-26 15:16:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003935> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:16:46 [ecarstrade.be] INFO: Extracting details for car 7003935auction111076
2026-03-26 15:16:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-26 15:16:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b48b99f9-6d5a-59bb-8855-bb4d02324831 with scrape type 1
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523321%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_001/780x0__r.jpg?hash=1774523321 not downloaded yet
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523320%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_002/780x0__r.jpg?hash=1774523320 not downloaded yet
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523320%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_003/780x0__r.jpg?hash=1774523320 not downloaded yet
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523320%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_004/780x0__r.jpg?hash=1774523320 not downloaded yet
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523320%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_005/780x0__r.jpg?hash=1774523320 not downloaded yet
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003935%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523321%27 HTTP/1.1" 200 None
2026-03-26 15:16:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_006/780x0__r.jpg?hash=1774523321 not downloaded yet
2026-03-26 15:16:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003943> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_006/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:46 [ecarstrade.be] INFO: Extracting details for car 7003943auction111076
2026-03-26 15:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-26 15:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8d605e-d027-5fdb-92f5-c4625de9e844 with scrape type 1
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_001/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523335%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_002/780x0__r.jpg?hash=1774523335 not downloaded yet
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_003/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_006/780x0__r.jpg?hash=1774523326> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_004/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_005/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003943%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523335%27 HTTP/1.1" 200 None
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_006/780x0__r.jpg?hash=1774523335 not downloaded yet
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_005/780x0__r.jpg?hash=1774523325> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_006/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_006/780x0__r.jpg?hash=1774523319> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_005/780x0__r.jpg?hash=1774523320> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_006/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_006/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_006/780x0__r.jpg?hash=1774523321> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_005/780x0__r.jpg?hash=1774523320> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_003/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_006/780x0__r.jpg?hash=1774523335> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_005/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_004/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_002/780x0__r.jpg?hash=1774523335> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_001/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003943)
2026-03-26 15:16:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_004/780x0__r.jpg?hash=1774523320> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e8d605e-d027-5fdb-92f5-c4625de9e844
2026-03-26 15:16:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e8d605e-d027-5fdb-92f5-c4625de9e844, skipping ID generation
2026-03-26 15:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8d605e-d027-5fdb-92f5-c4625de9e844 with scrape type 1
2026-03-26 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e8d605e-d027-5fdb-92f5-c4625de9e844 sending to next pipeline
2026-03-26 15:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e8d605e-d027-5fdb-92f5-c4625de9e844, identifier: 7003943auction111076
2026-03-26 15:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-26 15:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-26 15:16:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076 to the API
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003943/photo_001/780x0__r.jpg?hash=1774523334>
{'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': 6,
'photos': [],
'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-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [ecarstrade.be] INFO: Saving data for 7003943auction111076: {'created_time': 1774538209.4606, 'last_price_update_time': 1774538209.46061, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003943auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_003/780x0__r.jpg?hash=1774523320> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003941> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_002/780x0__r.jpg?hash=1774523320> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_001/780x0__r.jpg?hash=1774523321> (referer: https://ecarstrade.com/cars/7003935)
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:49 [ecarstrade.be] INFO: Extracting details for car 7003941auction111076
2026-03-26 15:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-26 15:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with scrape type 1
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_001/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_005/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_002/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_004/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_003/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_004/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_005/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b48b99f9-6d5a-59bb-8855-bb4d02324831
2026-03-26 15:16:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b48b99f9-6d5a-59bb-8855-bb4d02324831, skipping ID generation
2026-03-26 15:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b48b99f9-6d5a-59bb-8855-bb4d02324831 with scrape type 1
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b48b99f9-6d5a-59bb-8855-bb4d02324831 sending to next pipeline
2026-03-26 15:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b48b99f9-6d5a-59bb-8855-bb4d02324831, identifier: 7003935auction111076
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_003/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_002/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003941%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523333%27 HTTP/1.1" 200 None
2026-03-26 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_006/780x0__r.jpg?hash=1774523333 not downloaded yet
2026-03-26 15:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-26 15:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-26 15:16:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076 to the API
2026-03-26 15:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003935/photo_001/780x0__r.jpg?hash=1774523321>
{'auction_title': '',
'c_o_2_emission_value': 238,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'b48b99f9-6d5a-59bb-8855-bb4d02324831',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003935',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 100775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop '
'140CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop 140CV BVM6',
'vin': None,
'year': 2021}
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:50 [ecarstrade.be] INFO: Saving data for 7003935auction111076: {'created_time': 1774538210.242511, 'last_price_update_time': 1774538210.242522, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003935auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_001/780x0__r.jpg?hash=1774523329> (referer: https://ecarstrade.com/cars/7003940)
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_005/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_006/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fda6be25-8f18-5bcf-909e-c7b01fb05cb2
2026-03-26 15:16:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fda6be25-8f18-5bcf-909e-c7b01fb05cb2, skipping ID generation
2026-03-26 15:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with scrape type 1
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2 sending to next pipeline
2026-03-26 15:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda6be25-8f18-5bcf-909e-c7b01fb05cb2, identifier: 7003940auction111076
2026-03-26 15:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-26 15:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-26 15:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076 to the API
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003940/photo_001/780x0__r.jpg?hash=1774523329>
{'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': 6,
'photos': [],
'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-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:50 [ecarstrade.be] INFO: Saving data for 7003940auction111076: {'created_time': 1774538210.904261, 'last_price_update_time': 1774538210.904271, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003940auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_004/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_005/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_004/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_001/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_002/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_005/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_004/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_006/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_003/780x0__r.jpg?hash=1774523333> (referer: https://ecarstrade.com/cars/7003941)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_003/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_003/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_002/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_002/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55
2026-03-26 15:16:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55, skipping ID generation
2026-03-26 15:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with scrape type 1
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 sending to next pipeline
2026-03-26 15:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55, identifier: 7003941auction111076
2026-03-26 15:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-26 15:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-26 15:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076 to the API
2026-03-26 15:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003941/photo_003/780x0__r.jpg?hash=1774523333>
{'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': 6,
'photos': [],
'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-26 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:51 [ecarstrade.be] INFO: Saving data for 7003941auction111076: {'created_time': 1774538211.720919, 'last_price_update_time': 1774538211.720931, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003941auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_001/780x0__r.jpg?hash=1774523327> (referer: https://ecarstrade.com/cars/7003939)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_001/780x0__r.jpg?hash=1774523309> (referer: https://ecarstrade.com/cars/7003928)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003944> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_002/780x0__r.jpg?hash=1774523319> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_003/780x0__r.jpg?hash=1774523319> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_004/780x0__r.jpg?hash=1774523319> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68e18e34-f17a-5698-98b0-36d4d50ad2e8
2026-03-26 15:16:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68e18e34-f17a-5698-98b0-36d4d50ad2e8, skipping ID generation
2026-03-26 15:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with scrape type 1
2026-03-26 15:16:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8 sending to next pipeline
2026-03-26 15:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68e18e34-f17a-5698-98b0-36d4d50ad2e8, identifier: 7003939auction111076
2026-03-26 15:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-26 15:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-26 15:16:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076 to the API
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003939/photo_001/780x0__r.jpg?hash=1774523327>
{'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': 6,
'photos': [],
'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-26 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:52 [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-26 15:16:52 [ecarstrade.be] INFO: Saving data for 7003939auction111076: {'created_time': 1774538212.542691, 'last_price_update_time': 1774538212.542701, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003939auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_001/780x0__r.jpg?hash=1774523319> (referer: https://ecarstrade.com/cars/7003934)
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_005/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:52 [ecarstrade.be] INFO: Extracting details for car 7003944auction111076
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003945> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003965> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_004/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003936> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee49274a-d3dd-5b00-9550-6d70df8d4a96
2026-03-26 15:16:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee49274a-d3dd-5b00-9550-6d70df8d4a96, skipping ID generation
2026-03-26 15:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee49274a-d3dd-5b00-9550-6d70df8d4a96 with scrape type 1
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee49274a-d3dd-5b00-9550-6d70df8d4a96 sending to next pipeline
2026-03-26 15:16:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee49274a-d3dd-5b00-9550-6d70df8d4a96, identifier: 7003928auction111076
2026-03-26 15:16:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-26 15:16:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with scrape type 1
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523336%27 HTTP/1.1" 200 None
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_001/780x0__r.jpg?hash=1774523336 not downloaded yet
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-26 15:16:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-26 15:16:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076 to the API
2026-03-26 15:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003928/photo_001/780x0__r.jpg?hash=1774523309>
{'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': 6,
'photos': [],
'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-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [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-26 15:16:53 [ecarstrade.be] INFO: Saving data for 7003928auction111076: {'created_time': 1774538213.055119, 'last_price_update_time': 1774538213.055128, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003928auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7003945auction111076
2026-03-26 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7003965auction111076
2026-03-26 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7003936auction111076
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_002/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_004/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_006/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_005/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_002/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_003/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003964> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_001/780x0__r.jpg?hash=1774523315> (referer: https://ecarstrade.com/cars/7003932)
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523336%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_003/780x0__r.jpg?hash=1774523336 not downloaded yet
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1dced2ca-e060-58ef-a543-f94ff9e36bd7
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dced2ca-e060-58ef-a543-f94ff9e36bd7, skipping ID generation
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7 sending to next pipeline
2026-03-26 15:16:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dced2ca-e060-58ef-a543-f94ff9e36bd7, identifier: 7003934auction111076
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 258dc547-132f-55ed-a527-24301e262939 with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_001/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3284d52-24e9-5db9-8834-a92deff3ed78 with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523359%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_001/780x0__r.jpg?hash=1774523359 not downloaded yet
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_001/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523336%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_004/780x0__r.jpg?hash=1774523336 not downloaded yet
2026-03-26 15:16:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-26 15:16:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-26 15:16:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076 to the API
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003934/photo_001/780x0__r.jpg?hash=1774523319>
{'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': 6,
'photos': [],
'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-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [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-26 15:16:53 [ecarstrade.be] INFO: Saving data for 7003934auction111076: {'created_time': 1774538213.74926, 'last_price_update_time': 1774538213.749271, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003934auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_002/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_003/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_001/780x0__r.jpg?hash=1774523317> (referer: https://ecarstrade.com/cars/7003933)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_004/780x0__r.jpg?hash=1774523326> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_003/780x0__r.jpg?hash=1774523326> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7003964auction111076
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_002/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523359%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_002/780x0__r.jpg?hash=1774523359 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_002/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_002/780x0__r.jpg?hash=1774523325> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_001/780x0__r.jpg?hash=1774523325> (referer: https://ecarstrade.com/cars/7003938)
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523336%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_005/780x0__r.jpg?hash=1774523336 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_003/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523360%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_003/780x0__r.jpg?hash=1774523360 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_003/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003944%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523336%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_006/780x0__r.jpg?hash=1774523336 not downloaded yet
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0751a1f-164a-5ceb-baa4-ec77261403c6 with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_001/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee
2026-03-26 15:16:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee, skipping ID generation
2026-03-26 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with scrape type 1
2026-03-26 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee sending to next pipeline
2026-03-26 15:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee, identifier: 7003932auction111076
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_001/780x0__r.jpg?hash=1774523336> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_003/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_002/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_005/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_004/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523359%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_004/780x0__r.jpg?hash=1774523359 not downloaded yet
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_004/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-26 15:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-26 15:16:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076 to the API
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003932/photo_001/780x0__r.jpg?hash=1774523315>
{'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': 6,
'photos': [],
'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-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [ecarstrade.be] INFO: Saving data for 7003932auction111076: {'created_time': 1774538214.48934, 'last_price_update_time': 1774538214.489351, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003932auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_002/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_001/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_004/780x0__r.jpg?hash=1774523322> (referer: https://ecarstrade.com/cars/7003937)
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_002/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e60cd02-c184-5db0-b6a6-e07c5fc47456
2026-03-26 15:16:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e60cd02-c184-5db0-b6a6-e07c5fc47456, skipping ID generation
2026-03-26 15:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with scrape type 1
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456 sending to next pipeline
2026-03-26 15:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e60cd02-c184-5db0-b6a6-e07c5fc47456, identifier: 7003933auction111076
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_005/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523359%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_005/780x0__r.jpg?hash=1774523359 not downloaded yet
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_005/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-26 15:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-26 15:16:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076 to the API
2026-03-26 15:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003933/photo_001/780x0__r.jpg?hash=1774523317>
{'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': 6,
'photos': [],
'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-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [ecarstrade.be] INFO: Saving data for 7003933auction111076: {'created_time': 1774538215.037245, 'last_price_update_time': 1774538215.037256, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003933auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_003/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_001/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_003/780x0__r.jpg?hash=1774523336> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_001/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_006/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_005/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_004/780x0__r.jpg?hash=1774523336> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003945%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523337%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_006/780x0__r.jpg?hash=1774523337 not downloaded yet
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003965%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523359%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_006/780x0__r.jpg?hash=1774523359 not downloaded yet
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003936%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523324%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_006/780x0__r.jpg?hash=1774523324 not downloaded yet
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027
2026-03-26 15:16:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027, skipping ID generation
2026-03-26 15:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with scrape type 1
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 sending to next pipeline
2026-03-26 15:16:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027, identifier: 7003938auction111076
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e494ab06-afbb-5b13-8e5a-731ab228c660
2026-03-26 15:16:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e494ab06-afbb-5b13-8e5a-731ab228c660, skipping ID generation
2026-03-26 15:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e494ab06-afbb-5b13-8e5a-731ab228c660 with scrape type 1
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e494ab06-afbb-5b13-8e5a-731ab228c660 sending to next pipeline
2026-03-26 15:16:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e494ab06-afbb-5b13-8e5a-731ab228c660, identifier: 7003937auction111076
2026-03-26 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_001/780x0__r.jpg?hash=1774523359> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_004/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-26 15:16:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-26 15:16:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076 to the API
2026-03-26 15:16:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003938/photo_001/780x0__r.jpg?hash=1774523325>
{'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': 6,
'photos': [],
'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-26 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [ecarstrade.be] INFO: Saving data for 7003938auction111076: {'created_time': 1774538215.99987, 'last_price_update_time': 1774538215.999881, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003938auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-26 15:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-26 15:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076 to the API
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003937/photo_004/780x0__r.jpg?hash=1774523322>
{'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': 6,
'photos': [],
'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-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [ecarstrade.be] INFO: Saving data for 7003937auction111076: {'created_time': 1774538216.359597, 'last_price_update_time': 1774538216.359607, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003937auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_001/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_004/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_006/780x0__r.jpg?hash=1774523336> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_003/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_003/780x0__r.jpg?hash=1774523338> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_005/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003942> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_003/780x0__r.jpg?hash=1774523360> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003964%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523358%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_006/780x0__r.jpg?hash=1774523358 not downloaded yet
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_002/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_005/780x0__r.jpg?hash=1774523336> (referer: https://ecarstrade.com/cars/7003944)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_005/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_005/780x0__r.jpg?hash=1774523359> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_005/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_002/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_006/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:56 [ecarstrade.be] INFO: Extracting details for car 7003942auction111076
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_003/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_004/780x0__r.jpg?hash=1774523324> (referer: https://ecarstrade.com/cars/7003936)
2026-03-26 15:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-26 15:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21d0dbce-df3a-5141-b065-d2b823590731 with scrape type 1
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_001/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_004/780x0__r.jpg?hash=1774523359> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_006/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_004/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_006/780x0__r.jpg?hash=1774523359> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_002/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_005/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_004/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_003/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15: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-26 15: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-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_002/780x0__r.jpg?hash=1774523359> (referer: https://ecarstrade.com/cars/7003965)
2026-03-26 15: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-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4b123cf-1a79-5fe2-a02f-9a942fae8a77
2026-03-26 15:16:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4b123cf-1a79-5fe2-a02f-9a942fae8a77, skipping ID generation
2026-03-26 15:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with scrape type 1
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77 sending to next pipeline
2026-03-26 15:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b123cf-1a79-5fe2-a02f-9a942fae8a77, identifier: 7003944auction111076
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_006/780x0__r.jpg?hash=1774523358> (referer: https://ecarstrade.com/cars/7003964)
2026-03-26 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_001/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_004/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-26 15:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-26 15:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076 to the API
2026-03-26 15:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003944/photo_005/780x0__r.jpg?hash=1774523336>
{'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': 6,
'photos': [],
'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-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:57 [ecarstrade.be] INFO: Saving data for 7003944auction111076: {'created_time': 1774538217.088629, 'last_price_update_time': 1774538217.088638, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003944auction111076') HTTP/1.1" 204 0
2026-03-26 15: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-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_002/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_002/780x0__r.jpg?hash=1774523337> (referer: https://ecarstrade.com/cars/7003945)
2026-03-26 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_003/780x0__r.jpg?hash=1774523307> (referer: https://ecarstrade.com/cars/7003926)
2026-03-26 15: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-26 15: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-26 15: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-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_005/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 53558f10-7c00-5c24-a2a1-eaefe25e9f94
2026-03-26 15:16:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53558f10-7c00-5c24-a2a1-eaefe25e9f94, skipping ID generation
2026-03-26 15:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with scrape type 1
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94 sending to next pipeline
2026-03-26 15:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53558f10-7c00-5c24-a2a1-eaefe25e9f94, identifier: 7003936auction111076
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-26 15:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-26 15:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076 to the API
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003936/photo_004/780x0__r.jpg?hash=1774523324>
{'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': 6,
'photos': [],
'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-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:57 [ecarstrade.be] INFO: Saving data for 7003936auction111076: {'created_time': 1774538217.632294, 'last_price_update_time': 1774538217.632304, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003936auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_001/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003942%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523334%27 HTTP/1.1" 200 None
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_006/780x0__r.jpg?hash=1774523334 not downloaded yet
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3284d52-24e9-5db9-8834-a92deff3ed78
2026-03-26 15:16:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3284d52-24e9-5db9-8834-a92deff3ed78, skipping ID generation
2026-03-26 15:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3284d52-24e9-5db9-8834-a92deff3ed78 with scrape type 1
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3284d52-24e9-5db9-8834-a92deff3ed78 sending to next pipeline
2026-03-26 15:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3284d52-24e9-5db9-8834-a92deff3ed78, identifier: 7003965auction111076
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b0751a1f-164a-5ceb-baa4-ec77261403c6
2026-03-26 15:16:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0751a1f-164a-5ceb-baa4-ec77261403c6, skipping ID generation
2026-03-26 15:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0751a1f-164a-5ceb-baa4-ec77261403c6 with scrape type 1
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0751a1f-164a-5ceb-baa4-ec77261403c6 sending to next pipeline
2026-03-26 15:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0751a1f-164a-5ceb-baa4-ec77261403c6, identifier: 7003964auction111076
2026-03-26 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-26 15:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-26 15:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076 to the API
2026-03-26 15:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003965/photo_002/780x0__r.jpg?hash=1774523359>
{'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': 6,
'photos': [],
'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-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:58 [ecarstrade.be] INFO: Saving data for 7003965auction111076: {'created_time': 1774538218.17833, 'last_price_update_time': 1774538218.17834, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003965auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-26 15:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-26 15:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076 to the API
2026-03-26 15:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003964/photo_006/780x0__r.jpg?hash=1774523358>
{'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': 6,
'photos': [],
'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-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:16:58 [ecarstrade.be] INFO: Saving data for 7003964auction111076: {'created_time': 1774538218.734387, 'last_price_update_time': 1774538218.734397, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003964auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 258dc547-132f-55ed-a527-24301e262939
2026-03-26 15:16:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 258dc547-132f-55ed-a527-24301e262939, skipping ID generation
2026-03-26 15:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 258dc547-132f-55ed-a527-24301e262939 with scrape type 1
2026-03-26 15:16:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 258dc547-132f-55ed-a527-24301e262939 sending to next pipeline
2026-03-26 15:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 258dc547-132f-55ed-a527-24301e262939, identifier: 7003945auction111076
2026-03-26 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b78561b5-96e9-5a02-be95-7df60db49640
2026-03-26 15:16:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b78561b5-96e9-5a02-be95-7df60db49640, skipping ID generation
2026-03-26 15:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78561b5-96e9-5a02-be95-7df60db49640 with scrape type 1
2026-03-26 15:16:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b78561b5-96e9-5a02-be95-7df60db49640 sending to next pipeline
2026-03-26 15:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b78561b5-96e9-5a02-be95-7df60db49640, identifier: 7003926auction111076
2026-03-26 15:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-26 15:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-26 15:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076 to the API
2026-03-26 15:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:16: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-26 15:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003945/photo_002/780x0__r.jpg?hash=1774523337>
{'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': 6,
'photos': [],
'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-26 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:59 [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-26 15:16:59 [ecarstrade.be] INFO: Saving data for 7003945auction111076: {'created_time': 1774538219.427197, 'last_price_update_time': 1774538219.427209, 'auction_closing_time': 1774870800.0}
2026-03-26 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003945auction111076') HTTP/1.1" 204 0
2026-03-26 15:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-26 15:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-26 15:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076 to the API
2026-03-26 15:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003926/photo_003/780x0__r.jpg?hash=1774523307>
{'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': 6,
'photos': [],
'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-26 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:04 [ecarstrade.be] INFO: Saving data for 7003926auction111076: {'created_time': 1774538224.790561, 'last_price_update_time': 1774538224.790572, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003926auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_002/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15: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-26 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:06 [scrapy.extensions.logstats] INFO: Crawled 1308 pages (at 30 pages/min), scraped 1117 items (at 40 items/min)
2026-03-26 15:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-26 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003959> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003960> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003962> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_003/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7003959auction111076
2026-03-26 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-26 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with scrape type 1
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_001/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7003960auction111076
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_002/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_003/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7003962auction111076
2026-03-26 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-26 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff697c8-dfac-5f5b-ae5c-829d9db471d8 with scrape type 1
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_001/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_004/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_004/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15: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-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_002/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_005/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-26 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with scrape type 1
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_001/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_003/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003959%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523354%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_006/780x0__r.jpg?hash=1774523354 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_002/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_004/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_003/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_005/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_004/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003960%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523355%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_006/780x0__r.jpg?hash=1774523355 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_005/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003962%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_006/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003956> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7003956auction111076
2026-03-26 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003958> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-26 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with scrape type 1
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523350%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_001/780x0__r.jpg?hash=1774523350 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523350%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_002/780x0__r.jpg?hash=1774523350 not downloaded yet
2026-03-26 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003963> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523350%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_003/780x0__r.jpg?hash=1774523350 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523350%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_004/780x0__r.jpg?hash=1774523350 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523350%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_005/780x0__r.jpg?hash=1774523350 not downloaded yet
2026-03-26 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7003958auction111076
2026-03-26 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_005/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_006/780x0__r.jpg?hash=1774523334> (referer: https://ecarstrade.com/cars/7003942)
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003956%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523351%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_006/780x0__r.jpg?hash=1774523351 not downloaded yet
2026-03-26 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-26 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with scrape type 1
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_001/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7003963auction111076
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_002/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_003/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-26 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 250b3264-207e-5dab-ab54-16e6ac1a5861 with scrape type 1
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_001/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_004/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_002/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_005/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_003/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21d0dbce-df3a-5141-b065-d2b823590731
2026-03-26 15:17:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21d0dbce-df3a-5141-b065-d2b823590731, skipping ID generation
2026-03-26 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21d0dbce-df3a-5141-b065-d2b823590731 with scrape type 1
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21d0dbce-df3a-5141-b065-d2b823590731 sending to next pipeline
2026-03-26 15:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21d0dbce-df3a-5141-b065-d2b823590731, identifier: 7003942auction111076
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003958%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523353%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_006/780x0__r.jpg?hash=1774523353 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_004/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-26 15:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-26 15:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076 to the API
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003942/photo_006/780x0__r.jpg?hash=1774523334>
{'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': 6,
'photos': [],
'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-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [ecarstrade.be] INFO: Saving data for 7003942auction111076: {'created_time': 1774538232.952075, 'last_price_update_time': 1774538232.952086, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003942auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_005/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003963%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523357%27 HTTP/1.1" 200 None
2026-03-26 15:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_006/780x0__r.jpg?hash=1774523357 not downloaded yet
2026-03-26 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003954> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:17:17 [ecarstrade.be] INFO: Extracting details for car 7003954auction111076
2026-03-26 15:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-26 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd6337b1-911d-5958-8e67-9c2e5c4255c8 with scrape type 1
2026-03-26 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_001/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_002/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_003/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_004/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_005/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003954%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_006/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003955> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003952> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:18 [ecarstrade.be] INFO: Extracting details for car 7003955auction111076
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_003/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:18 [ecarstrade.be] INFO: Extracting details for car 7003952auction111076
2026-03-26 15:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-26 15:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48a5232-0a92-5eae-bf45-4ff971287192 with scrape type 1
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_001/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_002/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-26 15:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f485f06-6906-50db-9d10-8e81af1bcf3a with scrape type 1
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523347%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_001/780x0__r.jpg?hash=1774523347 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_003/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_006/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523347%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_002/780x0__r.jpg?hash=1774523347 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_004/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523348%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_003/780x0__r.jpg?hash=1774523348 not downloaded yet
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_005/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_005/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523347%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_004/780x0__r.jpg?hash=1774523347 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003955%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523349%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_006/780x0__r.jpg?hash=1774523349 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523347%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_005/780x0__r.jpg?hash=1774523347 not downloaded yet
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003952%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523347%27 HTTP/1.1" 200 None
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_006/780x0__r.jpg?hash=1774523347 not downloaded yet
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_001/780x0__r.jpg?hash=1774523350> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_005/780x0__r.jpg?hash=1774523350> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_004/780x0__r.jpg?hash=1774523350> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_006/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_006/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003950> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_005/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_004/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7003950auction111076
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_001/780x0__r.jpg?hash=1774523347> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-26 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb080666-246c-5e6d-8ada-8c16b641b544 with scrape type 1
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523344%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_001/780x0__r.jpg?hash=1774523344 not downloaded yet
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523344%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_002/780x0__r.jpg?hash=1774523344 not downloaded yet
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523344%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_003/780x0__r.jpg?hash=1774523344 not downloaded yet
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523344%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_004/780x0__r.jpg?hash=1774523344 not downloaded yet
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_003/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_005/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_006/780x0__r.jpg?hash=1774523347> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003950%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523344%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_006/780x0__r.jpg?hash=1774523344 not downloaded yet
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003953> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_006/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_005/780x0__r.jpg?hash=1774523347> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_004/780x0__r.jpg?hash=1774523347> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7003953auction111076
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_002/780x0__r.jpg?hash=1774523347> (referer: https://ecarstrade.com/cars/7003952)
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_005/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-26 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5b5467-5e39-5a32-a8d4-914373e4e298 with scrape type 1
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_001/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_004/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_002/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_003/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_004/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_005/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_002/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003953%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523346%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_006/780x0__r.jpg?hash=1774523346 not downloaded yet
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_003/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_004/780x0__r.jpg?hash=1774523344> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f485f06-6906-50db-9d10-8e81af1bcf3a
2026-03-26 15:17:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f485f06-6906-50db-9d10-8e81af1bcf3a, skipping ID generation
2026-03-26 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f485f06-6906-50db-9d10-8e81af1bcf3a with scrape type 1
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f485f06-6906-50db-9d10-8e81af1bcf3a sending to next pipeline
2026-03-26 15:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f485f06-6906-50db-9d10-8e81af1bcf3a, identifier: 7003952auction111076
2026-03-26 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-26 15:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-26 15:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076 to the API
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003952/photo_002/780x0__r.jpg?hash=1774523347>
{'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': 6,
'photos': [],
'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-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:19 [ecarstrade.be] INFO: Saving data for 7003952auction111076: {'created_time': 1774538239.976189, 'last_price_update_time': 1774538239.976199, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003952auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_006/780x0__r.jpg?hash=1774523344> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_005/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_003/780x0__r.jpg?hash=1774523344> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003951> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_001/780x0__r.jpg?hash=1774523349> (referer: https://ecarstrade.com/cars/7003955)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_001/780x0__r.jpg?hash=1774523344> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_002/780x0__r.jpg?hash=1774523344> (referer: https://ecarstrade.com/cars/7003950)
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [ecarstrade.be] INFO: Extracting details for car 7003951auction111076
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_003/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-26 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0914b08-8ff0-5ef4-8922-9f930c7f6281 with scrape type 1
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_001/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_001/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_002/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_006/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_005/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_003/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_004/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_004/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e48a5232-0a92-5eae-bf45-4ff971287192
2026-03-26 15:17:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e48a5232-0a92-5eae-bf45-4ff971287192, skipping ID generation
2026-03-26 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48a5232-0a92-5eae-bf45-4ff971287192 with scrape type 1
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e48a5232-0a92-5eae-bf45-4ff971287192 sending to next pipeline
2026-03-26 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e48a5232-0a92-5eae-bf45-4ff971287192, identifier: 7003955auction111076
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_005/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-26 15:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-26 15:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076 to the API
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003955/photo_001/780x0__r.jpg?hash=1774523349>
{'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': 6,
'photos': [],
'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-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [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-26 15:17:20 [ecarstrade.be] INFO: Saving data for 7003955auction111076: {'created_time': 1774538240.743203, 'last_price_update_time': 1774538240.743218, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003955auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_003/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_002/780x0__r.jpg?hash=1774523346> (referer: https://ecarstrade.com/cars/7003953)
2026-03-26 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_002/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb080666-246c-5e6d-8ada-8c16b641b544
2026-03-26 15:17:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb080666-246c-5e6d-8ada-8c16b641b544, skipping ID generation
2026-03-26 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb080666-246c-5e6d-8ada-8c16b641b544 with scrape type 1
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb080666-246c-5e6d-8ada-8c16b641b544 sending to next pipeline
2026-03-26 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb080666-246c-5e6d-8ada-8c16b641b544, identifier: 7003950auction111076
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003951%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523345%27 HTTP/1.1" 200 None
2026-03-26 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_006/780x0__r.jpg?hash=1774523345 not downloaded yet
2026-03-26 15:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-26 15:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-26 15:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076 to the API
2026-03-26 15:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003950/photo_002/780x0__r.jpg?hash=1774523344>
{'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': 6,
'photos': [],
'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-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:21 [ecarstrade.be] INFO: Saving data for 7003950auction111076: {'created_time': 1774538241.213078, 'last_price_update_time': 1774538241.213092, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003950auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_001/780x0__r.jpg?hash=1774523348> (referer: https://ecarstrade.com/cars/7003954)
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_005/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_006/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_004/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b5b5467-5e39-5a32-a8d4-914373e4e298
2026-03-26 15:17:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b5b5467-5e39-5a32-a8d4-914373e4e298, skipping ID generation
2026-03-26 15:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5b5467-5e39-5a32-a8d4-914373e4e298 with scrape type 1
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b5b5467-5e39-5a32-a8d4-914373e4e298 sending to next pipeline
2026-03-26 15:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b5b5467-5e39-5a32-a8d4-914373e4e298, identifier: 7003953auction111076
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-26 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-26 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076 to the API
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003953/photo_002/780x0__r.jpg?hash=1774523346>
{'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': 6,
'photos': [],
'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-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:21 [ecarstrade.be] INFO: Saving data for 7003953auction111076: {'created_time': 1774538241.669604, 'last_price_update_time': 1774538241.669615, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003953auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_001/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_002/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_005/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_003/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd6337b1-911d-5958-8e67-9c2e5c4255c8
2026-03-26 15:17:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd6337b1-911d-5958-8e67-9c2e5c4255c8, skipping ID generation
2026-03-26 15:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd6337b1-911d-5958-8e67-9c2e5c4255c8 with scrape type 1
2026-03-26 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd6337b1-911d-5958-8e67-9c2e5c4255c8 sending to next pipeline
2026-03-26 15:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd6337b1-911d-5958-8e67-9c2e5c4255c8, identifier: 7003954auction111076
2026-03-26 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-26 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-26 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076 to the API
2026-03-26 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003954/photo_001/780x0__r.jpg?hash=1774523348>
{'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': 6,
'photos': [],
'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-26 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:22 [ecarstrade.be] INFO: Saving data for 7003954auction111076: {'created_time': 1774538242.199997, 'last_price_update_time': 1774538242.200016, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003954auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_004/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_003/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_004/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_002/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_005/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_003/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_006/780x0__r.jpg?hash=1774523345> (referer: https://ecarstrade.com/cars/7003951)
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_001/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003963)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_002/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_006/780x0__r.jpg?hash=1774523351> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_001/780x0__r.jpg?hash=1774523353> (referer: https://ecarstrade.com/cars/7003958)
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_002/780x0__r.jpg?hash=1774523350> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b0914b08-8ff0-5ef4-8922-9f930c7f6281
2026-03-26 15:17:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0914b08-8ff0-5ef4-8922-9f930c7f6281, skipping ID generation
2026-03-26 15:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0914b08-8ff0-5ef4-8922-9f930c7f6281 with scrape type 1
2026-03-26 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0914b08-8ff0-5ef4-8922-9f930c7f6281 sending to next pipeline
2026-03-26 15:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0914b08-8ff0-5ef4-8922-9f930c7f6281, identifier: 7003951auction111076
2026-03-26 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_003/780x0__r.jpg?hash=1774523350> (referer: https://ecarstrade.com/cars/7003956)
2026-03-26 15:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-26 15:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-26 15:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076 to the API
2026-03-26 15:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003951/photo_006/780x0__r.jpg?hash=1774523345>
{'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': 6,
'photos': [],
'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-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:23 [ecarstrade.be] INFO: Saving data for 7003951auction111076: {'created_time': 1774538243.044325, 'last_price_update_time': 1774538243.044335, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003951auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_006/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_005/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_004/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003957> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 250b3264-207e-5dab-ab54-16e6ac1a5861
2026-03-26 15:17:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 250b3264-207e-5dab-ab54-16e6ac1a5861, skipping ID generation
2026-03-26 15:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 250b3264-207e-5dab-ab54-16e6ac1a5861 with scrape type 1
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 250b3264-207e-5dab-ab54-16e6ac1a5861 sending to next pipeline
2026-03-26 15:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 250b3264-207e-5dab-ab54-16e6ac1a5861, identifier: 7003963auction111076
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d
2026-03-26 15:17:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d, skipping ID generation
2026-03-26 15:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with scrape type 1
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d sending to next pipeline
2026-03-26 15:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d, identifier: 7003958auction111076
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3
2026-03-26 15:17:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3, skipping ID generation
2026-03-26 15:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with scrape type 1
2026-03-26 15:17:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 sending to next pipeline
2026-03-26 15:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3, identifier: 7003956auction111076
2026-03-26 15:17:23 [ecarstrade.be] INFO: Extracting details for car 7003957auction111076
2026-03-26 15:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-26 15:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-26 15:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076 to the API
2026-03-26 15:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003963/photo_001/780x0__r.jpg?hash=1774523357>
{'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': 6,
'photos': [],
'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-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:23 [ecarstrade.be] INFO: Saving data for 7003963auction111076: {'created_time': 1774538243.721476, 'last_price_update_time': 1774538243.721488, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003963auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-26 15:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-26 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076 to the API
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003958/photo_001/780x0__r.jpg?hash=1774523353>
{'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': 6,
'photos': [],
'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-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [ecarstrade.be] INFO: Saving data for 7003958auction111076: {'created_time': 1774538244.29716, 'last_price_update_time': 1774538244.297173, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003958auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-26 15:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-26 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076 to the API
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003956/photo_003/780x0__r.jpg?hash=1774523350>
{'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': 6,
'photos': [],
'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-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [ecarstrade.be] INFO: Saving data for 7003956auction111076: {'created_time': 1774538244.649983, 'last_price_update_time': 1774538244.649992, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003956auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_004/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_006/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_003/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_003/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_002/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003961> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003949> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-26 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49609085-f5d2-5e1d-b68d-e2115f0af37f with scrape type 1
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_001/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_002/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_003/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_004/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_001/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_002/780x0__r.jpg?hash=1774523355> (referer: https://ecarstrade.com/cars/7003960)
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_005/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15: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-26 15: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-26 15:17:24 [ecarstrade.be] INFO: Extracting details for car 7003961auction111076
2026-03-26 15:17:24 [ecarstrade.be] INFO: Extracting details for car 7003949auction111076
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_004/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_001/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_001/780x0__r.jpg?hash=1774523357> (referer: https://ecarstrade.com/cars/7003962)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_005/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_002/780x0__r.jpg?hash=1774523354> (referer: https://ecarstrade.com/cars/7003959)
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003957%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523352%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_006/780x0__r.jpg?hash=1774523352 not downloaded yet
2026-03-26 15: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-26 15: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-26 15: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-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-26 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3685a5b-60c8-5ed6-a565-93e772b8837c with scrape type 1
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_001/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-26 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd8a979c-2bde-5742-ae7e-60377ab6b82a with scrape type 1
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_001/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_002/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_002/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dff697c8-dfac-5f5b-ae5c-829d9db471d8
2026-03-26 15:17:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dff697c8-dfac-5f5b-ae5c-829d9db471d8, skipping ID generation
2026-03-26 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff697c8-dfac-5f5b-ae5c-829d9db471d8 with scrape type 1
2026-03-26 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dff697c8-dfac-5f5b-ae5c-829d9db471d8 sending to next pipeline
2026-03-26 15:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff697c8-dfac-5f5b-ae5c-829d9db471d8, identifier: 7003960auction111076
2026-03-26 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_001/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_003/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_003/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-26 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-26 15:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076 to the API
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003960/photo_002/780x0__r.jpg?hash=1774523355>
{'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': 6,
'photos': [],
'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-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [ecarstrade.be] INFO: Saving data for 7003960auction111076: {'created_time': 1774538245.416056, 'last_price_update_time': 1774538245.416065, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003960auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_002/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_004/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_004/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003948> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27
2026-03-26 15:17:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27, skipping ID generation
2026-03-26 15:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with scrape type 1
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 sending to next pipeline
2026-03-26 15:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27, identifier: 7003962auction111076
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e18bca4-e047-5bf5-846e-f42a001f3bb4
2026-03-26 15:17:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e18bca4-e047-5bf5-846e-f42a001f3bb4, skipping ID generation
2026-03-26 15:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with scrape type 1
2026-03-26 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4 sending to next pipeline
2026-03-26 15:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e18bca4-e047-5bf5-846e-f42a001f3bb4, identifier: 7003959auction111076
2026-03-26 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-26 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-26 15:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076 to the API
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003962/photo_001/780x0__r.jpg?hash=1774523357>
{'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': 6,
'photos': [],
'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-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:25 [ecarstrade.be] INFO: Saving data for 7003962auction111076: {'created_time': 1774538245.943586, 'last_price_update_time': 1774538245.943597, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003962auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-26 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-26 15:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076 to the API
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003959/photo_002/780x0__r.jpg?hash=1774523354>
{'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': 6,
'photos': [],
'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-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [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-26 15:17:26 [ecarstrade.be] INFO: Saving data for 7003959auction111076: {'created_time': 1774538246.239525, 'last_price_update_time': 1774538246.239536, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003959auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:26 [ecarstrade.be] INFO: Extracting details for car 7003948auction111076
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_005/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_005/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_004/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_002/780x0__r.jpg?hash=1774527797> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003961%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523356%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_006/780x0__r.jpg?hash=1774523356 not downloaded yet
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003949%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_006/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-26 15:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with scrape type 1
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523342%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_001/780x0__r.jpg?hash=1774523342 not downloaded yet
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_002/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_005/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_003/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_003/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_004/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_002/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_005/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003948%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523343%27 HTTP/1.1" 200 None
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_006/780x0__r.jpg?hash=1774523343 not downloaded yet
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_000/780x0__r.jpg?hash=1774527815> (referer: https://ecarstrade.com/cars/7004537)
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_000/780x0__r.jpg?hash=1774527811> (referer: https://ecarstrade.com/cars/7004536)
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_002/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_003/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7bf0d70-ab5f-5a22-999e-b496052e6c64
2026-03-26 15:17:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7bf0d70-ab5f-5a22-999e-b496052e6c64, skipping ID generation
2026-03-26 15:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bf0d70-ab5f-5a22-999e-b496052e6c64 with scrape type 1
2026-03-26 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7bf0d70-ab5f-5a22-999e-b496052e6c64 sending to next pipeline
2026-03-26 15:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7bf0d70-ab5f-5a22-999e-b496052e6c64, identifier: 7004537auction111054
2026-03-26 15:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7bf0d70-ab5f-5a22-999e-b496052e6c64 with identifier: 7004537auction111054
2026-03-26 15:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7bf0d70-ab5f-5a22-999e-b496052e6c64 with identifier: 7004537auction111054
2026-03-26 15:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7bf0d70-ab5f-5a22-999e-b496052e6c64 with identifier: 7004537auction111054 to the API
2026-03-26 15:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004537/photo_000/780x0__r.jpg?hash=1774527815>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a7bf0d70-ab5f-5a22-999e-b496052e6c64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004537',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 217003,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 2.0 TDI SCR 110 kW (150 ch) 7 vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 2.0 TDI SCR 110 kW (150 ch) 7 vitesses DSG',
'vin': None,
'year': 2018}
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:27 [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-26 15:17:27 [ecarstrade.be] INFO: Saving data for 7004537auction111054: {'created_time': 1774538247.100456, 'last_price_update_time': 1774538247.100465, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004537auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_004/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_004/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c07c6274-1535-5f0e-8269-dc484e28ff7e
2026-03-26 15:17:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c07c6274-1535-5f0e-8269-dc484e28ff7e, skipping ID generation
2026-03-26 15:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07c6274-1535-5f0e-8269-dc484e28ff7e with scrape type 1
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c07c6274-1535-5f0e-8269-dc484e28ff7e sending to next pipeline
2026-03-26 15:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c07c6274-1535-5f0e-8269-dc484e28ff7e, identifier: 7004536auction111054
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_003/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c07c6274-1535-5f0e-8269-dc484e28ff7e with identifier: 7004536auction111054
2026-03-26 15:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c07c6274-1535-5f0e-8269-dc484e28ff7e with identifier: 7004536auction111054
2026-03-26 15:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c07c6274-1535-5f0e-8269-dc484e28ff7e with identifier: 7004536auction111054 to the API
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004536/photo_000/780x0__r.jpg?hash=1774527811>
{'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-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'c07c6274-1535-5f0e-8269-dc484e28ff7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004536',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'i10',
'odometer': 60500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI i10 i10 1.0i Air #1',
'transmission': 'manual',
'trim': 'HYUNDAI 1.0i Air #1',
'vin': None,
'year': 2020}
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:27 [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-26 15:17:27 [ecarstrade.be] INFO: Saving data for 7004536auction111054: {'created_time': 1774538247.628254, 'last_price_update_time': 1774538247.628267, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004536auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_001/780x0__r.jpg?hash=1774523342> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_006/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_004/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_006/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_005/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_003/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_006/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_002/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003948)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_005/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_005/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a
2026-03-26 15:17:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a, skipping ID generation
2026-03-26 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with scrape type 1
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a sending to next pipeline
2026-03-26 15:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a, identifier: 7003948auction111076
2026-03-26 15:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-26 15:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-26 15:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076 to the API
2026-03-26 15:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003948/photo_002/780x0__r.jpg?hash=1774523343>
{'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': 6,
'photos': [],
'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-26 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:28 [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-26 15:17:28 [ecarstrade.be] INFO: Saving data for 7003948auction111076: {'created_time': 1774538248.539778, 'last_price_update_time': 1774538248.539788, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003948auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_001/780x0__r.jpg?hash=1774523343> (referer: https://ecarstrade.com/cars/7003949)
2026-03-26 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_002/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_006/780x0__r.jpg?hash=1774523352> (referer: https://ecarstrade.com/cars/7003957)
2026-03-26 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_001/780x0__r.jpg?hash=1774523356> (referer: https://ecarstrade.com/cars/7003961)
2026-03-26 15:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd8a979c-2bde-5742-ae7e-60377ab6b82a
2026-03-26 15:17:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd8a979c-2bde-5742-ae7e-60377ab6b82a, skipping ID generation
2026-03-26 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd8a979c-2bde-5742-ae7e-60377ab6b82a with scrape type 1
2026-03-26 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd8a979c-2bde-5742-ae7e-60377ab6b82a sending to next pipeline
2026-03-26 15:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd8a979c-2bde-5742-ae7e-60377ab6b82a, identifier: 7003949auction111076
2026-03-26 15:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-26 15:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-26 15:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076 to the API
2026-03-26 15:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003949/photo_001/780x0__r.jpg?hash=1774523343>
{'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': 6,
'photos': [],
'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-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [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-26 15:17:29 [ecarstrade.be] INFO: Saving data for 7003949auction111076: {'created_time': 1774538249.040321, 'last_price_update_time': 1774538249.040333, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003949auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_000/780x0__r.jpg?hash=1774527796> (referer: https://ecarstrade.com/cars/7004535)
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49609085-f5d2-5e1d-b68d-e2115f0af37f
2026-03-26 15:17:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49609085-f5d2-5e1d-b68d-e2115f0af37f, skipping ID generation
2026-03-26 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49609085-f5d2-5e1d-b68d-e2115f0af37f with scrape type 1
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49609085-f5d2-5e1d-b68d-e2115f0af37f sending to next pipeline
2026-03-26 15:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49609085-f5d2-5e1d-b68d-e2115f0af37f, identifier: 7003957auction111076
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f3685a5b-60c8-5ed6-a565-93e772b8837c
2026-03-26 15:17:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3685a5b-60c8-5ed6-a565-93e772b8837c, skipping ID generation
2026-03-26 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3685a5b-60c8-5ed6-a565-93e772b8837c with scrape type 1
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3685a5b-60c8-5ed6-a565-93e772b8837c sending to next pipeline
2026-03-26 15:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3685a5b-60c8-5ed6-a565-93e772b8837c, identifier: 7003961auction111076
2026-03-26 15:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-26 15:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-26 15:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076 to the API
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003957/photo_006/780x0__r.jpg?hash=1774523352>
{'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': 6,
'photos': [],
'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-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [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-26 15:17:29 [ecarstrade.be] INFO: Saving data for 7003957auction111076: {'created_time': 1774538249.551258, 'last_price_update_time': 1774538249.551268, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003957auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-26 15:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-26 15:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076 to the API
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003961/photo_001/780x0__r.jpg?hash=1774523356>
{'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': 6,
'photos': [],
'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-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [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-26 15:17:29 [ecarstrade.be] INFO: Saving data for 7003961auction111076: {'created_time': 1774538249.954308, 'last_price_update_time': 1774538249.95432, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003961auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_003/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e8a5600-18a8-5cf9-9e4c-a552321f352d
2026-03-26 15:17:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e8a5600-18a8-5cf9-9e4c-a552321f352d, skipping ID generation
2026-03-26 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e8a5600-18a8-5cf9-9e4c-a552321f352d with scrape type 1
2026-03-26 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e8a5600-18a8-5cf9-9e4c-a552321f352d sending to next pipeline
2026-03-26 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e8a5600-18a8-5cf9-9e4c-a552321f352d, identifier: 7004535auction111054
2026-03-26 15:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e8a5600-18a8-5cf9-9e4c-a552321f352d with identifier: 7004535auction111054
2026-03-26 15:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e8a5600-18a8-5cf9-9e4c-a552321f352d with identifier: 7004535auction111054
2026-03-26 15:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e8a5600-18a8-5cf9-9e4c-a552321f352d with identifier: 7004535auction111054 to the API
2026-03-26 15:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004535/photo_000/780x0__r.jpg?hash=1774527796>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '9e8a5600-18a8-5cf9-9e4c-a552321f352d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004535',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Veloster',
'odometer': 131786,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-30',
'seats_number': 4,
'seller_name': None,
'title': 'HYUNDAI Veloster Veloster 1.6 GDi Lounge DCT',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDi Lounge DCT',
'vin': None,
'year': 2012}
2026-03-26 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004535auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:17:30 [ecarstrade.be] INFO: Saving data for 7004535auction111054: {'created_time': 1774538250.432495, 'last_price_update_time': 1774538250.432507, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004535auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_002/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:17:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_002/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15:17:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_001/780x0__r.jpg?hash=1774523295> (referer: https://ecarstrade.com/cars/7003915)
2026-03-26 15:17:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_001/780x0__r.jpg?hash=1774523296> (referer: https://ecarstrade.com/cars/7003916)
2026-03-26 15: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-26 15:17:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d
2026-03-26 15:17:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d, skipping ID generation
2026-03-26 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with scrape type 1
2026-03-26 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d sending to next pipeline
2026-03-26 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d, identifier: 7003915auction111076
2026-03-26 15:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with identifier: 7003915auction111076
2026-03-26 15:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with identifier: 7003915auction111076
2026-03-26 15:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d with identifier: 7003915auction111076 to the API
2026-03-26 15:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003915/photo_001/780x0__r.jpg?hash=1774523295>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '669a4ac4-dcbd-5ed3-8c8b-1e58afc9b90d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003915',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 83438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série X1 xDrive18d Lounge 2.0 150CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Série xDrive18d Lounge 2.0 150CV BVA8 E6dT',
'vin': None,
'year': 2018}
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003915auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:31 [ecarstrade.be] INFO: Saving data for 7003915auction111076: {'created_time': 1774538251.26802, 'last_price_update_time': 1774538251.268029, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003915auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5352959-81fd-5b3d-9cea-505db5ce1dfe
2026-03-26 15:17:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5352959-81fd-5b3d-9cea-505db5ce1dfe, skipping ID generation
2026-03-26 15:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5352959-81fd-5b3d-9cea-505db5ce1dfe with scrape type 1
2026-03-26 15:17:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5352959-81fd-5b3d-9cea-505db5ce1dfe sending to next pipeline
2026-03-26 15:17:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5352959-81fd-5b3d-9cea-505db5ce1dfe, identifier: 7003916auction111076
2026-03-26 15:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5352959-81fd-5b3d-9cea-505db5ce1dfe with identifier: 7003916auction111076
2026-03-26 15:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5352959-81fd-5b3d-9cea-505db5ce1dfe with identifier: 7003916auction111076
2026-03-26 15:17:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5352959-81fd-5b3d-9cea-505db5ce1dfe with identifier: 7003916auction111076 to the API
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003916/photo_001/780x0__r.jpg?hash=1774523296>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5352959-81fd-5b3d-9cea-505db5ce1dfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003916',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 85710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-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': 2020}
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003916auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:31 [ecarstrade.be] INFO: Saving data for 7003916auction111076: {'created_time': 1774538251.7226, 'last_price_update_time': 1774538251.72261, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003916auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_005/780x0__r.jpg?hash=1774513417> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_004/780x0__r.jpg?hash=1774513417> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003966auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003966auction111076: 1
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003967auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003967auction111076: 1
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003968auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003968auction111076: 1
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003930> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003969auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003969auction111076: 1
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_003/780x0__r.jpg?hash=1774513417> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Extracting details for car 7003930auction111076
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003970auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003970auction111076: 1
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003971auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003971auction111076: 1
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003931> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with identifier: 7003930auction111076
2026-03-26 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with scrape type 1
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57f15cb8-43aa-5f8b-a422-00e9d166dff8
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_001/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_002/780x0__r.jpg?hash=1774513417> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003972auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003972auction111076: 1
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_002/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_000/780x0__r.jpg?hash=1774513416> (referer: https://ecarstrade.com/cars/7002916)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003973auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003973auction111076: 1
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_003/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003946> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_003/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_004/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Extracting details for car 7003931auction111076
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003974auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003974auction111076: 1
2026-03-26 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_004/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003975auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003975auction111076: 1
2026-03-26 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with identifier: 7003931auction111076
2026-03-26 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with scrape type 1
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_001/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_005/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_002/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_001/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_000/780x0__r.jpg?hash=1774513408> (referer: https://ecarstrade.com/cars/7002915)
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003976auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003976auction111076: 1
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_002/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:32 [ecarstrade.be] INFO: Extracting details for car 7003946auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003930%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523313%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_006/780x0__r.jpg?hash=1774523313 not downloaded yet
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 318340c8-9917-58d1-89dc-c80d0eabd645
2026-03-26 15:17:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 318340c8-9917-58d1-89dc-c80d0eabd645, skipping ID generation
2026-03-26 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318340c8-9917-58d1-89dc-c80d0eabd645 with scrape type 1
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 318340c8-9917-58d1-89dc-c80d0eabd645 sending to next pipeline
2026-03-26 15:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 318340c8-9917-58d1-89dc-c80d0eabd645, identifier: 7002916auction111054
2026-03-26 15:17:32 [ecarstrade.be] INFO: Found listing with ID: 7003977auction111076
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [ecarstrade.be] INFO: Scrape type for 7003977auction111076: 1
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_003/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 318340c8-9917-58d1-89dc-c80d0eabd645 with identifier: 7002916auction111054
2026-03-26 15:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 318340c8-9917-58d1-89dc-c80d0eabd645 with identifier: 7002916auction111054
2026-03-26 15:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 318340c8-9917-58d1-89dc-c80d0eabd645 with identifier: 7002916auction111054 to the API
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_000/780x0__r.jpg?hash=1774513416>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '318340c8-9917-58d1-89dc-c80d0eabd645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002916',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Sportage',
'odometer': 13386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-21',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage Sportage 1.6i Must',
'transmission': 'manual',
'trim': 'KIA 1.6i Must',
'vin': None,
'year': 2021}
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [ecarstrade.be] INFO: Saving data for 7002916auction111054: {'created_time': 1774538253.312973, 'last_price_update_time': 1774538253.312983, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002916auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:33 [ecarstrade.be] INFO: Found listing with ID: 7003978auction111076
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [ecarstrade.be] INFO: Scrape type for 7003978auction111076: 1
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_004/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 784009c3-a153-5270-a509-c7509b5df58c with identifier: 7003946auction111076
2026-03-26 15:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 784009c3-a153-5270-a509-c7509b5df58c with scrape type 1
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 784009c3-a153-5270-a509-c7509b5df58c
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_001/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3
2026-03-26 15:17:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3, skipping ID generation
2026-03-26 15:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with scrape type 1
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 sending to next pipeline
2026-03-26 15:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3, identifier: 7002915auction111054
2026-03-26 15:17:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003929> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with identifier: 7002915auction111054
2026-03-26 15:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with identifier: 7002915auction111054
2026-03-26 15:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fb5c9b6-05d7-5593-ae57-39a60157a4c3 with identifier: 7002915auction111054 to the API
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_000/780x0__r.jpg?hash=1774513408>
{'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-30T06:40:00Z',
'fuel_type': 'Electric',
'id': '9fb5c9b6-05d7-5593-ae57-39a60157a4c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002915',
'listing': 'auction',
'location': 'Belgium',
'make': 'Alfa Romeo',
'model': 'Giulia',
'odometer': 28569,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'ALFA ROMEO Giulia Giulia 2.0 T Q4 Veloce',
'transmission': 'automatic',
'trim': 'ALFA ROMEO 2.0 T Q4 Veloce',
'vin': None,
'year': 2024}
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [ecarstrade.be] INFO: Saving data for 7002915auction111054: {'created_time': 1774538253.886026, 'last_price_update_time': 1774538253.886036, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002915auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:33 [ecarstrade.be] INFO: Extracting details for car 7003929auction111076
2026-03-26 15:17:33 [ecarstrade.be] INFO: Found listing with ID: 7003979auction111076
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [ecarstrade.be] INFO: Scrape type for 7003979auction111076: 1
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_005/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15: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-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_002/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003980auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003980auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003931%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523314%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_006/780x0__r.jpg?hash=1774523314 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_003/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003947> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 15:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865d73d4-faf8-5d20-8613-ec54a2e856ef with identifier: 7003929auction111076
2026-03-26 15:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865d73d4-faf8-5d20-8613-ec54a2e856ef with scrape type 1
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 865d73d4-faf8-5d20-8613-ec54a2e856ef
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_001/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003981auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003981auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_004/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_002/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003982auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003982auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523340%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_005/780x0__r.jpg?hash=1774523340 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Extracting details for car 7003947auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_003/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003983auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003983auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003946%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523338%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_006/780x0__r.jpg?hash=1774523338 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_004/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 877eadfd-6544-5441-ba1f-537608ff73e8 with identifier: 7003947auction111076
2026-03-26 15:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 877eadfd-6544-5441-ba1f-537608ff73e8 with scrape type 1
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 877eadfd-6544-5441-ba1f-537608ff73e8
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523341%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_001/780x0__r.jpg?hash=1774523341 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003984auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003984auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_005/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523341%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_002/780x0__r.jpg?hash=1774523341 not downloaded yet
2026-03-26 15:17:34 [ecarstrade.be] INFO: Found listing with ID: 7003985auction111076
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [ecarstrade.be] INFO: Scrape type for 7003985auction111076: 1
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003929%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523312%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_006/780x0__r.jpg?hash=1774523312 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523341%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_003/780x0__r.jpg?hash=1774523341 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523342%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_004/780x0__r.jpg?hash=1774523342 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523341%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_005/780x0__r.jpg?hash=1774523341 not downloaded yet
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003947%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523341%27 HTTP/1.1" 200 None
2026-03-26 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_006/780x0__r.jpg?hash=1774523341 not downloaded yet
2026-03-26 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003927> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15: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-26 15:17:37 [ecarstrade.be] INFO: Extracting details for car 7003927auction111076
2026-03-26 15:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-26 15:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba40035-d32b-553e-88fc-ad14f4fd7ac1 with scrape type 1
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_001/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_002/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_003/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_004/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_005/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003927%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523311%27 HTTP/1.1" 200 None
2026-03-26 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_006/780x0__r.jpg?hash=1774523311 not downloaded yet
2026-03-26 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004533> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_002/780x0__r.jpg?hash=1774523313> (referer: https://ecarstrade.com/cars/7003930)
2026-03-26 15:17:39 [ecarstrade.be] INFO: Extracting details for car 7004533auction111054
2026-03-26 15:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with identifier: 7004533auction111054
2026-03-26 15:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with scrape type 1
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774527789%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_000/780x0__r.jpg?hash=1774527789 not downloaded yet
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774527789%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_001/780x0__r.jpg?hash=1774527789 not downloaded yet
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774527789%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_002/780x0__r.jpg?hash=1774527789 not downloaded yet
2026-03-26 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_001/780x0__r.jpg?hash=1774523313> (referer: https://ecarstrade.com/cars/7003930)
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774527789%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_003/780x0__r.jpg?hash=1774527789 not downloaded yet
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774527790%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_004/780x0__r.jpg?hash=1774527790 not downloaded yet
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57f15cb8-43aa-5f8b-a422-00e9d166dff8
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7004533%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774527790%27 HTTP/1.1" 200 None
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_005/780x0__r.jpg?hash=1774527790 not downloaded yet
2026-03-26 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003930/photo_005/780x0__r.jpg?hash=1774523313> (referer: https://ecarstrade.com/cars/7003930)
2026-03-26 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57f15cb8-43aa-5f8b-a422-00e9d166dff8
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003931/photo_001/780x0__r.jpg?hash=1774523314> (referer: https://ecarstrade.com/cars/7003931)
2026-03-26 15: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-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57f15cb8-43aa-5f8b-a422-00e9d166dff8
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003970> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_001/780x0__r.jpg?hash=1774523338> (referer: https://ecarstrade.com/cars/7003946)
2026-03-26 15:17:40 [ecarstrade.be] INFO: Extracting details for car 7003970auction111076
2026-03-26 15:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-26 15:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with scrape type 1
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_001/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003946/photo_002/780x0__r.jpg?hash=1774523338> (referer: https://ecarstrade.com/cars/7003946)
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_002/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 784009c3-a153-5270-a509-c7509b5df58c
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_003/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_004/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_005/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_006/780x0__r.jpg?hash=1774523341> (referer: https://ecarstrade.com/cars/7003947)
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003970%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523369%27 HTTP/1.1" 200 None
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_006/780x0__r.jpg?hash=1774523369 not downloaded yet
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 784009c3-a153-5270-a509-c7509b5df58c
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_006/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 877eadfd-6544-5441-ba1f-537608ff73e8
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_005/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_002/780x0__r.jpg?hash=1774527789> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_005/780x0__r.jpg?hash=1774527790> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003969> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003972> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_004/780x0__r.jpg?hash=1774527790> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_003/780x0__r.jpg?hash=1774527789> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:41 [ecarstrade.be] INFO: Extracting details for car 7003969auction111076
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_001/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with identifier: 7003969auction111076
2026-03-26 15:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with scrape type 1
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_001/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_001/780x0__r.jpg?hash=1774527789> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:41 [ecarstrade.be] INFO: Extracting details for car 7003972auction111076
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_002/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_005/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_003/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-26 15:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11848560-f170-5c9d-b9c7-de57ae7327f8 with scrape type 1
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_001/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_006/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_004/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_002/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_004/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_005/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_003/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003969%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523368%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_006/780x0__r.jpg?hash=1774523368 not downloaded yet
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_004/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_003/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_002/780x0__r.jpg?hash=1774523369> (referer: https://ecarstrade.com/cars/7003970)
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_005/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_000/780x0__r.jpg?hash=1774527789> (referer: https://ecarstrade.com/cars/7004533)
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003972%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523372%27 HTTP/1.1" 200 None
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_006/780x0__r.jpg?hash=1774523372 not downloaded yet
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003971> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_004/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_001/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_003/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9bb38ac5-f403-5137-9cf5-81501f59e8f3
2026-03-26 15:17:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9bb38ac5-f403-5137-9cf5-81501f59e8f3, skipping ID generation
2026-03-26 15:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with scrape type 1
2026-03-26 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3 sending to next pipeline
2026-03-26 15:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bb38ac5-f403-5137-9cf5-81501f59e8f3, identifier: 7003970auction111076
2026-03-26 15:17:41 [ecarstrade.be] INFO: Extracting details for car 7003971auction111076
2026-03-26 15:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-26 15:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-26 15:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076 to the API
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003970/photo_002/780x0__r.jpg?hash=1774523369>
{'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': 6,
'photos': [],
'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-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:42 [ecarstrade.be] INFO: Saving data for 7003970auction111076: {'created_time': 1774538262.270536, 'last_price_update_time': 1774538262.270549, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003970auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_002/780x0__r.jpg?hash=1774523311> (referer: https://ecarstrade.com/cars/7003927)
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_001/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_002/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_001/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c96bd2c1-e1d0-51fb-8448-73921a2d1f00
2026-03-26 15:17:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c96bd2c1-e1d0-51fb-8448-73921a2d1f00, skipping ID generation
2026-03-26 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with scrape type 1
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c96bd2c1-e1d0-51fb-8448-73921a2d1f00 sending to next pipeline
2026-03-26 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c96bd2c1-e1d0-51fb-8448-73921a2d1f00, identifier: 7004533auction111054
2026-03-26 15:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6f9731-b977-52a3-99b5-4263e2be3657 with identifier: 7003971auction111076
2026-03-26 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6f9731-b977-52a3-99b5-4263e2be3657 with scrape type 1
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca6f9731-b977-52a3-99b5-4263e2be3657
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_001/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with identifier: 7004533auction111054
2026-03-26 15:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with identifier: 7004533auction111054
2026-03-26 15:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c96bd2c1-e1d0-51fb-8448-73921a2d1f00 with identifier: 7004533auction111054 to the API
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7004533/photo_000/780x0__r.jpg?hash=1774527789>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'c96bd2c1-e1d0-51fb-8448-73921a2d1f00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004533',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 21637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Life 1,0 l TSI OPF 70 kW (95 PS) 5-Gang',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Life 1,0 l TSI OPF 70 kW (95 PS) 5-Gang',
'vin': None,
'year': 2025}
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277004533auction111054%27 HTTP/1.1" 200 None
2026-03-26 15:17:42 [ecarstrade.be] INFO: Saving data for 7004533auction111054: {'created_time': 1774538262.730431, 'last_price_update_time': 1774538262.730442, 'auction_closing_time': 1774852800.0}
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004533auction111054') HTTP/1.1" 204 0
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_006/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_002/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_005/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_004/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_002/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dba40035-d32b-553e-88fc-ad14f4fd7ac1
2026-03-26 15:17:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dba40035-d32b-553e-88fc-ad14f4fd7ac1, skipping ID generation
2026-03-26 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba40035-d32b-553e-88fc-ad14f4fd7ac1 with scrape type 1
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dba40035-d32b-553e-88fc-ad14f4fd7ac1 sending to next pipeline
2026-03-26 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dba40035-d32b-553e-88fc-ad14f4fd7ac1, identifier: 7003927auction111076
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_003/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-26 15:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-26 15:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076 to the API
2026-03-26 15:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15: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-26 15:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003927/photo_002/780x0__r.jpg?hash=1774523311>
{'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': 6,
'photos': [],
'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-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15: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%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-26 15:17:43 [ecarstrade.be] INFO: Saving data for 7003927auction111076: {'created_time': 1774538263.268272, 'last_price_update_time': 1774538263.268282, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003927auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_005/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_004/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_006/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_004/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_003/780x0__r.jpg?hash=1774523372> (referer: https://ecarstrade.com/cars/7003972)
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_005/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7003971%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774523370%27 HTTP/1.1" 200 None
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003971/photo_006/780x0__r.jpg?hash=1774523370 not downloaded yet
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003969/photo_003/780x0__r.jpg?hash=1774523368> (referer: https://ecarstrade.com/cars/7003969)
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_004/780x0__r.jpg?hash=1774523342> (referer: https://ecarstrade.com/cars/7003947)
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_005/780x0__r.jpg?hash=1774523341> (referer: https://ecarstrade.com/cars/7003947)
2026-03-26 15: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-26 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003947/photo_003/780x0__r.jpg?hash=1774523341> (referer: https://ecarstrade.com/cars/7003947)
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11848560-f170-5c9d-b9c7-de57ae7327f8
2026-03-26 15:17:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11848560-f170-5c9d-b9c7-de57ae7327f8, skipping ID generation
2026-03-26 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11848560-f170-5c9d-b9c7-de57ae7327f8 with scrape type 1
2026-03-26 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11848560-f170-5c9d-b9c7-de57ae7327f8 sending to next pipeline
2026-03-26 15:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11848560-f170-5c9d-b9c7-de57ae7327f8, identifier: 7003972auction111076
2026-03-26 15:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-26 15:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-26 15:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076 to the API
2026-03-26 15:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 15:17: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-26 15:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003972/photo_003/780x0__r.jpg?hash=1774523372>
{'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': 6,
'photos': [],
'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-26 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:45 [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-26 15:17:45 [ecarstrade.be] INFO: Saving data for 7003972auction111076: {'created_time': 1774538265.016045, 'last_price_update_time': 1774538265.016055, 'auction_closing_time': 1774870800.0}
2026-03-26 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003972auction111076') HTTP/1.1" 204 0
2026-03-26 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003929/photo_006/780x0__r.jpg?hash=1774523312>